mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
test
This commit is contained in:
parent
a54b62df62
commit
b6439ce218
1 changed files with 8 additions and 6 deletions
|
@ -17,7 +17,7 @@
|
|||
#:use-module (gnu packages base)
|
||||
#:use-module (gnu packages freeipmi)
|
||||
#:use-module (gnu packages linux)
|
||||
#:use-module (gnu packages mpi)
|
||||
#:use-module ((gnu packages mpi) #:prefix gnu:)
|
||||
#:use-module (gnu packages perl)
|
||||
#:use-module (gnu packages pkg-config)
|
||||
#:use-module (gnu packages parallel)
|
||||
|
@ -99,13 +99,15 @@
|
|||
|
||||
)
|
||||
|
||||
(define-public glicid-openmpi
|
||||
(define-public openmpi
|
||||
(package
|
||||
(inherit openmpi)
|
||||
(name "glicid-openpmi")
|
||||
(inherit gnu:openmpi)
|
||||
(version (string-append "-glicid" (package-version gnu:openmpi)))
|
||||
)
|
||||
|
||||
)
|
||||
|
||||
(define glicid-openmpi openmpi)
|
||||
|
||||
(define-public glicid-openmpi-gcc-11
|
||||
(package
|
||||
|
|
Loading…
Add table
Reference in a new issue