netcdf: update to 4.6.0.

Closes: #12308 [via git-merge-pr]
This commit is contained in:
maxice8 2018-03-08 17:41:26 -03:00 committed by Michael Aldridge
parent 8c35385ee7
commit 57f82425d2

View file

@ -1,7 +1,7 @@
# Template file for 'netcdf' # Template file for 'netcdf'
pkgname=netcdf pkgname=netcdf
version=4.5.0 version=4.6.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"
@ -9,10 +9,10 @@ maintainer="Hans Grob <woufrous@gmail.com>"
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="m4" hostmakedepends="m4"
makedepends="hdf5-devel libcurl-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=f7d1cb2a82100b9bf9a1130a50bc5c7baf0de5b5022860ac3e09a0a32f83cf4a checksum=6d740356399aac12290650325a05aec2fe92c1905df10761b2b0100994197725
post_install() { post_install() {
# Remove references to hardening -specs. # Remove references to hardening -specs.