diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-14 02:55:20 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-14 02:55:26 -0300 |
commit | 56c6b70980b636a2d84ec4f0f60c0521bad952df (patch) | |
tree | 14307be6fe4cd164f423e0a27f2df5eedc3871b7 /testing/netcdf-fortran | |
parent | de0141ed5606e0fc27ae3b837661a88a4d596da4 (diff) | |
download | aports-56c6b70980b636a2d84ec4f0f60c0521bad952df.tar.bz2 aports-56c6b70980b636a2d84ec4f0f60c0521bad952df.tar.xz |
testing/netcdf-fortran: disable on s390x
Diffstat (limited to 'testing/netcdf-fortran')
-rw-r--r-- | testing/netcdf-fortran/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/netcdf-fortran/APKBUILD b/testing/netcdf-fortran/APKBUILD index 2b22e34b55..f1236ea15a 100644 --- a/testing/netcdf-fortran/APKBUILD +++ b/testing/netcdf-fortran/APKBUILD @@ -5,7 +5,7 @@ pkgver=4.5.2 pkgrel=1 pkgdesc="NetCDF fortran bindings" url="https://www.unidata.ucar.edu/software/netcdf/" -arch="all !armhf !armv7" # disabling on armhf and armv7 as netcdf is not available +arch="all !armhf !armv7 !s390x" # disabling on armhf and armv7 as netcdf is not available license="Apache-2.0" makedepends=" cmake |