mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
upgrade version (but checksum will be bad)
This commit is contained in:
parent
1eb3bdeb01
commit
e2ad8b11ed
1 changed files with 19 additions and 0 deletions
|
@ -127,6 +127,25 @@
|
|||
(package
|
||||
(inherit gnu:intel-mpi-benchmarks/openmpi)
|
||||
(version "2021.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/intel/mpi-benchmarks")
|
||||
(commit (string-append "IMB-v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"02hxbk9g9nl59bk5qcfl3djj7b58vsqys340m1xdbyqwcrbnahh9"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
;; Some source configuration files in the original tarball
|
||||
;; have inappropriate execute permissions, which interferes
|
||||
;; with the install phase below.
|
||||
(for-each (lambda (file) (chmod file #o444))
|
||||
(find-files "WINDOWS" "."))
|
||||
#t))))
|
||||
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue