mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
bump psm2 version
This commit is contained in:
parent
14b28881c3
commit
2a2b4c93ff
1 changed files with 22 additions and 2 deletions
|
@ -227,7 +227,27 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define local-psm2 psm2-upstream-11.2.228)
|
||||
(define-public psm2-upstream-11.2.230
|
||||
(package
|
||||
(inherit gnu:psm2)
|
||||
(name "psm2-upstream")
|
||||
(version "11.2.230")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/cornelisnetworks/opa-psm2")
|
||||
(commit (string-append "PSM2_" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1bm7ndhi8qzmd0plnggj2h52yb34bab4k38530nsnkmv9smwdivl"))))
|
||||
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
|
||||
(define local-psm2 psm2-upstream-11.2.230)
|
||||
|
||||
(define-public psm2-latest (latest-version local-psm2 gnu:psm2))
|
||||
|
||||
|
@ -352,4 +372,4 @@
|
|||
;)
|
||||
;
|
||||
;local-libfabric
|
||||
psm2-upstream-11.2.228
|
||||
;psm2-upstream-11.2.230
|
||||
|
|
Loading…
Add table
Reference in a new issue