diff options
| author | Rasmus Thomsen <oss@cogitri.dev> | 2020-04-04 18:17:26 +0200 |
|---|---|---|
| committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-04-04 18:17:26 +0200 |
| commit | 2868ef660c57d9fe2bd528ad333319579426b093 (patch) | |
| tree | d7ca1ec3d1511f08743e9b829c630df81f793061 /testing/netcdf | |
| parent | c0d4eab1434105b05d0aa9fba1200b8c33042f18 (diff) | |
| download | aports-2868ef660c57d9fe2bd528ad333319579426b093.tar.bz2 aports-2868ef660c57d9fe2bd528ad333319579426b093.tar.xz | |
testing/netcdf: disable on s390x
Diffstat (limited to 'testing/netcdf')
| -rw-r--r-- | testing/netcdf/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/netcdf/APKBUILD b/testing/netcdf/APKBUILD index 681c1b0d2b..0795b9c9ec 100644 --- a/testing/netcdf/APKBUILD +++ b/testing/netcdf/APKBUILD @@ -5,7 +5,8 @@ pkgver=4.7.4 pkgrel=0 pkgdesc="Libraries for the Unidata network Common Data Format" url="https://www.unidata.ucar.edu/software/netcdf/" -arch="all !armhf !armv7" # disabling on armhf and armv7 as tests fail +# s390x: error: static declaration of 'byteswap8' follows non-static declaration +arch="all !armhf !armv7 !s390x" # disabling on armhf and armv7 as tests fail license="BSD-3-Clause" makedepends=" bash |
