Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/netcdf/PKGBUILD
blob: 69f8f47a9e8dd4d0bec063f903836697cef5d153 (plain)
1
2
3
4
5
6
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
    '
)"