hdf5: update to 1.10.11.
This commit is contained in:
parent
3bb455567a
commit
ffeb27e2b8
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'hdf5'
|
||||
pkgname=hdf5
|
||||
version=1.10.5
|
||||
revision=2
|
||||
version=1.10.11
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-cxx --enable-fortran"
|
||||
hostmakedepends="gcc-fortran"
|
||||
|
@ -10,8 +10,8 @@ short_desc="Data model, library, and file format for storing and managing data"
|
|||
maintainer="pulux <pulux@pf4sh.de>"
|
||||
license="custom:BSD-3-Clause-LBNL-alike"
|
||||
homepage="https://hdfgroup.org"
|
||||
distfiles="https://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-${version}.tar.gz"
|
||||
checksum=6d4ce8bf902a97b050f6f491f4268634e252a63dadd6656a1a9be5b7b7726fa8
|
||||
distfiles="https://github.com/HDFGroup/hdf5/archive/hdf5-${version//./_}.tar.gz"
|
||||
checksum=4ef6375fc7d8c54dcd66e9bc35a7a3580d33cd8878bdf21ad1eb388a43863159
|
||||
nocross="https://portal.hdfgroup.org/pages/viewpage.action?pageId=48808266"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue