netcdf: update to 4.6.2.
This commit is contained in:
parent
d8fad38fc6
commit
eaef5a97b9
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'netcdf'
|
||||
pkgname=netcdf
|
||||
version=4.6.1
|
||||
revision=3
|
||||
version=4.6.2
|
||||
revision=1
|
||||
wrksrc="netcdf-c-${version}"
|
||||
configure_args="--enable-shared"
|
||||
short_desc="Machine-independent format for representing scientific data"
|
||||
maintainer="Hans Grob <woufrous@gmail.com>"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-shared"
|
||||
hostmakedepends="m4"
|
||||
makedepends="hdf5-devel libcurl-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=a2fabf27c72a5ee746e3843e1debbaad37cd035767eaede2045371322211eebb
|
||||
checksum=673936c76ae0c496f6dde7e077f5be480afc1e300adb2c200bf56fbe22e5a82a
|
||||
|
||||
post_install() {
|
||||
# Remove references to hardening -specs.
|
||||
|
|
Loading…
Reference in New Issue