diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-15 22:56:43 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-15 22:57:00 +0000 |
commit | 97e0c15fef134478c110cd483e141b8ab1e73d33 (patch) | |
tree | a3a4ad1e343fc5750d3dd502315745f07d058a0a /testing/netcdf | |
parent | d09f60b29ec21c24ef55836f080b7f9d4e6ae2b9 (diff) | |
download | aports-97e0c15fef134478c110cd483e141b8ab1e73d33.tar.bz2 aports-97e0c15fef134478c110cd483e141b8ab1e73d33.tar.xz |
testing/netcdf: disable on mips
Diffstat (limited to 'testing/netcdf')
-rw-r--r-- | testing/netcdf/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/netcdf/APKBUILD b/testing/netcdf/APKBUILD index f4e10cd411..1f7895b079 100644 --- a/testing/netcdf/APKBUILD +++ b/testing/netcdf/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Libraries for the Unidata network Common Data Format" url="https://www.unidata.ucar.edu/software/netcdf/" # s390x: error: static declaration of 'byteswap8' follows non-static declaration -arch="all !armhf !armv7 !s390x" # disabling on armhf and armv7 as tests fail +arch="all !armhf !armv7 !s390x !mips !mips64" # disabling on mips, armhf and armv7 as tests fail license="BSD-3-Clause" makedepends=" bash |