mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
netcdf: update to 4.9.2.
This commit is contained in:
parent
09d28847bd
commit
2ce69c6cd6
2 changed files with 5 additions and 4 deletions
|
@ -80,7 +80,7 @@ libt3key.so.1 libt3key-0.2.10_1
|
||||||
libt3window.so.0 libt3window-0.4.1_1
|
libt3window.so.0 libt3window-0.4.1_1
|
||||||
libt3widget.so.2 libt3widget-1.2.2_1
|
libt3widget.so.2 libt3widget-1.2.2_1
|
||||||
libtranscript.so.1 libtranscript-0.3.3_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
|
libformw.so.6 ncurses-libs-5.8_1 ignore
|
||||||
libfplll.so.8 fplll-5.4.4_1
|
libfplll.so.8 fplll-5.4.4_1
|
||||||
libpanelw.so.6 ncurses-libs-5.8_1 ignore
|
libpanelw.so.6 ncurses-libs-5.8_1 ignore
|
||||||
|
|
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'netcdf'
|
# Template file for 'netcdf'
|
||||||
pkgname=netcdf
|
pkgname=netcdf
|
||||||
version=4.7.3
|
version=4.9.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-shared"
|
configure_args="--enable-shared"
|
||||||
hostmakedepends="m4"
|
hostmakedepends="m4"
|
||||||
makedepends="libcurl-devel"
|
makedepends="libcurl-devel libxml2-devel"
|
||||||
short_desc="Machine-independent format for representing scientific data"
|
short_desc="Machine-independent format for representing scientific data"
|
||||||
maintainer="Hans Grob <woufrous@gmail.com>"
|
maintainer="Hans Grob <woufrous@gmail.com>"
|
||||||
license="NetCDF"
|
license="NetCDF"
|
||||||
homepage="https://www.unidata.ucar.edu/software/netcdf/"
|
homepage="https://www.unidata.ucar.edu/software/netcdf/"
|
||||||
distfiles="https://github.com/Unidata/netcdf-c/archive/v${version}.tar.gz"
|
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
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" --disable-netcdf-4"
|
configure_args+=" --disable-netcdf-4"
|
||||||
|
|
Loading…
Add table
Reference in a new issue