mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: intel-mpi-benchmarks: Update to 2021.7.
This fixes compilation with glibc 2.39. * gnu/packages/benchmark.scm (intel-mpi-benchmarks/openmpi): Update to 2021.7. Change-Id: I4fc32f4ff78ec104485dd5966cdf2d44942f0349
This commit is contained in:
parent
34604cc0fa
commit
3f800efb0d
1 changed files with 2 additions and 2 deletions
|
@ -137,7 +137,7 @@ (define-public fio
|
||||||
(define-public intel-mpi-benchmarks/openmpi
|
(define-public intel-mpi-benchmarks/openmpi
|
||||||
(package
|
(package
|
||||||
(name "intel-mpi-benchmarks")
|
(name "intel-mpi-benchmarks")
|
||||||
(version "2021.3")
|
(version "2021.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -146,7 +146,7 @@ (define-public intel-mpi-benchmarks/openmpi
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04kczch2hlfzbgk929vcxx480kc6raba8rbz246j7d26k1z1zh8h"))
|
"184r4h35mzxjzzjnl4nhr1vh00iiz8kf9vf4d8lrqbr62rqrwl7w"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Reference in a new issue