mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
WIP
This commit is contained in:
parent
08c15f8a66
commit
7af6b330ff
1 changed files with 6 additions and 2 deletions
|
@ -32,6 +32,7 @@
|
|||
#:use-module (gnu packages commencement)
|
||||
#:use-module (gnu packages gcc)
|
||||
#:use-module (srfi srfi-1)
|
||||
#:use-module (gnu packages mpi)
|
||||
#:use-module (gnu packages web))
|
||||
|
||||
|
||||
|
@ -185,8 +186,11 @@
|
|||
)
|
||||
|
||||
|
||||
(define-public glicid-gfortran-9 gfortran-9)
|
||||
(define-public glicid-gfortran-10 gfortran-10)
|
||||
(define-public glicid-openmpi
|
||||
(package
|
||||
(inherit openmpi)
|
||||
(name "glicid-openpmi")
|
||||
))
|
||||
|
||||
|
||||
;;; glicid.scm ends here
|
||||
|
|
Loading…
Add table
Reference in a new issue