diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-02-07 13:54:37 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-02-07 13:54:37 +0100 |
commit | fcd1124a8632e9d2b1fab8d133dcf18f436156a2 (patch) | |
tree | 10b1a7c0398a6e62844f7dafaa19d83904a07197 /testing/hdf5 | |
parent | 4078ea301f430d93b6bfdf14c4796ee5eca0cfe3 (diff) | |
download | aports-fcd1124a8632e9d2b1fab8d133dcf18f436156a2.tar.bz2 aports-fcd1124a8632e9d2b1fab8d133dcf18f436156a2.tar.xz |
testing/hdf5: Temporarily disable on armhf
Even though this aport should theoretically build on armhf out of the
box it currently causes a segmentation fault during the build phase. To
unblock the armhf builder I decided to temporarily disable the arch for
this aport.
Diffstat (limited to 'testing/hdf5')
-rw-r--r-- | testing/hdf5/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/hdf5/APKBUILD b/testing/hdf5/APKBUILD index 92e10e8e15..8d80482926 100644 --- a/testing/hdf5/APKBUILD +++ b/testing/hdf5/APKBUILD @@ -20,7 +20,7 @@ pkgver=1.8.15.1 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 x86_64" license="custom" depends="" depends_dev="zlib-dev" |