aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hdf5
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-04-05 19:04:13 +0300
committerTimo Teräs <timo.teras@iki.fi>2016-04-05 19:04:13 +0300
commit6c7dc4b859fc05d6ed250d90929ac2a89eb8983f (patch)
tree76afa39672327eed0d2b2a9db59c81078d632cd3 /testing/hdf5
parentdda37ba4413fad11100d6e3e65634fc232994b92 (diff)
downloadaports-6c7dc4b859fc05d6ed250d90929ac2a89eb8983f.tar.bz2
aports-6c7dc4b859fc05d6ed250d90929ac2a89eb8983f.tar.xz
testing/hdf5: disable on armhf again
LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo -Wl,--as-needed | \ sed -e 's/-L/:/g' -e 's/ //g'`" \ ./H5detect > H5Tinit.c || \ (test $HDF5_Make_Ignore && echo "*** Error ignored") || \ (rm -f H5Tinit.c ; exit 1) Segmentation fault Makefile:1678: recipe for target 'H5Tinit.c' failed
Diffstat (limited to 'testing/hdf5')
-rw-r--r--testing/hdf5/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/hdf5/APKBUILD b/testing/hdf5/APKBUILD
index e882824c15..9ae67734e1 100644
--- a/testing/hdf5/APKBUILD
+++ b/testing/hdf5/APKBUILD
@@ -15,7 +15,7 @@ _pkgver=$pkgver
pkgrel=0
pkgdesc="HDF5 is a data model, library, and file format for storing and managing data"
url="http://www.hdfgroup.org/HDF5/"
-arch="all"
+arch="x86_64 x86"
license="custom"
depends=""
depends_dev="zlib-dev"