From 37ef863486019f61fe8f3d6cd488940c7ea9fb96 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 4 Jan 2019 17:12:30 +0100 Subject: community/netcdf: disabled CDF5 (not supported for size_t<8) --- community/netcdf/PKGBUILD | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 community/netcdf/PKGBUILD (limited to 'community/netcdf') diff --git a/community/netcdf/PKGBUILD b/community/netcdf/PKGBUILD new file mode 100644 index 00000000..69f8f47a --- /dev/null +++ b/community/netcdf/PKGBUILD @@ -0,0 +1,7 @@ +# "Unable to support CDF5 feature because size_t is less than 8 bytes" +eval "$( + declare -f build | \ + sed ' + s/-DENABLE_CDF5=ON/-DENABLE_CDF5=OFF/g + ' +)" -- cgit v1.2.3-54-g00ecf