mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
Merge branch 'devel' into 'main'
old refs See merge request glicid-public/guix-glicid!465
This commit is contained in:
commit
3ffef6d3ac
2 changed files with 6 additions and 5 deletions
|
@ -48,9 +48,9 @@
|
|||
; )
|
||||
;)
|
||||
|
||||
(define-public intel-mpi-benchmarks/openmpi-2021.3-waves
|
||||
(transform-package ((instead-of "openmpi" openmpi-glicid-waves)
|
||||
intel-mpi-benchmarks/openmpi-2021.3) "waves"))
|
||||
;(define-public intel-mpi-benchmarks/openmpi-2021.3-waves
|
||||
; (transform-package ((instead-of "openmpi" openmpi-glicid-waves)
|
||||
; intel-mpi-benchmarks/openmpi-2021.3) "waves"))
|
||||
|
||||
(define-public stream-benchmarks
|
||||
(package
|
||||
|
|
|
@ -149,8 +149,9 @@
|
|||
|
||||
(define-public yade-glicid-waves
|
||||
(package
|
||||
(inherit (transform-package ((instead-of "openmpi-glicid-waves" openmpi)
|
||||
yade) "waves"))
|
||||
; (inherit (transform-package ((instead-of "openmpi-glicid-waves" openmpi)
|
||||
; yade) "waves"))
|
||||
(inherit yade)
|
||||
(name "yade-glicid-waves")))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue