netcdf: update to 4.9.2.

This commit is contained in:
Bnyro 2023-09-19 13:09:39 +02:00 committed by Duncan Overbruck
parent 09d28847bd
commit 2ce69c6cd6
2 changed files with 5 additions and 4 deletions

View File

@ -80,7 +80,7 @@ libt3key.so.1 libt3key-0.2.10_1
libt3window.so.0 libt3window-0.4.1_1
libt3widget.so.2 libt3widget-1.2.2_1
libtranscript.so.1 libtranscript-0.3.3_1
libnetcdf.so.15 netcdf-4.7.0_1
libnetcdf.so.19 netcdf-4.9.2_1
libformw.so.6 ncurses-libs-5.8_1 ignore
libfplll.so.8 fplll-5.4.4_1
libpanelw.so.6 ncurses-libs-5.8_1 ignore

View File

@ -1,17 +1,18 @@
# Template file for 'netcdf'
pkgname=netcdf
version=4.7.3
version=4.9.2
revision=1
build_style=gnu-configure
configure_args="--enable-shared"
hostmakedepends="m4"
makedepends="libcurl-devel"
makedepends="libcurl-devel libxml2-devel"
short_desc="Machine-independent format for representing scientific data"
maintainer="Hans Grob <woufrous@gmail.com>"
license="NetCDF"
homepage="https://www.unidata.ucar.edu/software/netcdf/"
distfiles="https://github.com/Unidata/netcdf-c/archive/v${version}.tar.gz"
checksum=05d064a2d55147b83feff3747bea13deb77bef390cb562df4f9f9f1ce147840d
checksum=bc104d101278c68b303359b3dc4192f81592ae8640f1aee486921138f7f88cb7
make_check=no # https://github.com/Unidata/netcdf-c/issues/2433
if [ "$CROSS_BUILD" ]; then
configure_args+=" --disable-netcdf-4"