netcdf: update to 4.5.0. (#8508)
This commit is contained in:
parent
bb3261395b
commit
be42a7db14
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'netcdf'
|
# Template file for 'netcdf'
|
||||||
pkgname=netcdf
|
pkgname=netcdf
|
||||||
version=4.4.1.1
|
version=4.5.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="netcdf-c-${version}"
|
wrksrc="netcdf-c-${version}"
|
||||||
configure_args="--enable-shared"
|
configure_args="--enable-shared"
|
||||||
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>"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="m4"
|
hostmakedepends="m4"
|
||||||
makedepends="hdf5-devel"
|
makedepends="hdf5-devel libcurl-devel"
|
||||||
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=7f040a0542ed3f6d27f3002b074e509614e18d6c515b2005d1537fec01b24909
|
checksum=f7d1cb2a82100b9bf9a1130a50bc5c7baf0de5b5022860ac3e09a0a32f83cf4a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Remove references to hardening -specs.
|
# Remove references to hardening -specs.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue