summaryrefslogtreecommitdiff
path: root/strata/swift
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:39:48 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:23 +0000
commit7df7f3b427739ff7d69da2ba218da0124822892c (patch)
tree843c75e9bede53862ab101d6a7bcd1da15a33c55 /strata/swift
parent7aad5150f69da42b84994c353283db5daf8e967f (diff)
downloaddefinitions-7df7f3b427739ff7d69da2ba218da0124822892c.tar.gz
Remove all .morph files and files from the old format
Diffstat (limited to 'strata/swift')
-rw-r--r--strata/swift/gf-complete.morph19
-rw-r--r--strata/swift/liberasurecode.morph5
-rw-r--r--strata/swift/xattr.morph8
3 files changed, 0 insertions, 32 deletions
diff --git a/strata/swift/gf-complete.morph b/strata/swift/gf-complete.morph
deleted file mode 100644
index adbe5a48..00000000
--- a/strata/swift/gf-complete.morph
+++ /dev/null
@@ -1,19 +0,0 @@
-name: gf-complete
-kind: chunk
-build-system: autotools
-pre-configure-commands:
-- ./autogen.sh
-configure-commands:
-- |
- case "$MORPH_ARCH" in
- x86_64)
- SSE=
- ;;
- *)
- # Disable SSE4 for any architecture which are not x86_64 bits
- # see more information about architecture which support SSE in
- # https://en.wikipedia.org/wiki/SSE4#Supporting_CPUs.
- SSE=--disable-sse
- ;;
- esac
- ./configure --prefix="$PREFIX" "$SSE"
diff --git a/strata/swift/liberasurecode.morph b/strata/swift/liberasurecode.morph
deleted file mode 100644
index 68839403..00000000
--- a/strata/swift/liberasurecode.morph
+++ /dev/null
@@ -1,5 +0,0 @@
-name: liberasurecode
-kind: chunk
-build-system: autotools
-pre-configure-commands:
-- autoreconf -ivf
diff --git a/strata/swift/xattr.morph b/strata/swift/xattr.morph
deleted file mode 100644
index 65f47dae..00000000
--- a/strata/swift/xattr.morph
+++ /dev/null
@@ -1,8 +0,0 @@
-name: xattr
-kind: chunk
-configure-commands:
-- cp -r /usr/lib/python2.7/site-packages/cffi .
-build-commands:
-- python setup.py build
-install-commands:
-- python setup.py install --prefix "$PREFIX" --root "$DESTDIR"