mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: netcdf-fortran: Update to 4.5.3.
This allows the package to build with netcdf 4.7.4. * gnu/packages/maths.scm (netcdf-fortran): Update to 4.5.3.
This commit is contained in:
parent
a9291a28b2
commit
d50ad6a7c6
1 changed files with 2 additions and 2 deletions
|
@ -1619,7 +1619,7 @@ (define-public netcdf-parallel-openmpi
|
|||
(define-public netcdf-fortran
|
||||
(package
|
||||
(name "netcdf-fortran")
|
||||
(version "4.4.4")
|
||||
(version "4.5.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1627,7 +1627,7 @@ (define-public netcdf-fortran
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0xaxdcg1p83zmypwml3swsnr3ccn38inwldyr1l3wa4dbwbrblxj"))))
|
||||
"0x4acvfhbsx1q79dkkwrwbgfhm0w5ngnp4zj5kk92s1khihmqfhj"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:parallel-tests? #f))
|
||||
|
|
Loading…
Reference in a new issue