mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: hdf4: Update to 4.12.13.
* gnu/packages/maths.scm (hdf4): Update to 4.12.13.
This commit is contained in:
parent
ced2d2b7ca
commit
0abf526420
1 changed files with 2 additions and 3 deletions
|
@ -561,18 +561,17 @@ (define-public gctp
|
||||||
(define-public hdf4
|
(define-public hdf4
|
||||||
(package
|
(package
|
||||||
(name "hdf4")
|
(name "hdf4")
|
||||||
(version "4.2.12")
|
(version "4.2.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://support.hdfgroup.org/ftp/HDF/releases/HDF"
|
(uri (string-append "https://support.hdfgroup.org/ftp/HDF/releases/HDF"
|
||||||
version "/src/hdf-" version ".tar.bz2"))
|
version "/src/hdf-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "020jh563sjyxsgml8l809d2i1d4ms9shivwj3gbm7n0ilxbll8id"))
|
(base32 "1wz0586zh91pqb95wvr0pbh71a8rz358fdj6n2ksp85x2cis9lsm"))
|
||||||
(patches (search-patches "hdf4-architectures.patch"
|
(patches (search-patches "hdf4-architectures.patch"
|
||||||
"hdf4-reproducibility.patch"
|
"hdf4-reproducibility.patch"
|
||||||
"hdf4-shared-fortran.patch"))))
|
"hdf4-shared-fortran.patch"))))
|
||||||
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gfortran" ,gfortran)
|
`(("gfortran" ,gfortran)
|
||||||
|
|
Loading…
Reference in a new issue