Merge branch 'devel' into 'main'

test

See merge request glicid-public/guix-glicid!304
This commit is contained in:
Yann Dupont 2023-07-11 09:59:44 +00:00
commit c231410656

View file

@ -193,7 +193,9 @@
(define-public slurm-22.05-glicid2 (define-public slurm-22.05-glicid2
(package (package
(inherit (package-with-configure-flags slurm-22.05-glicid (inherit (package-with-configure-flags slurm-22.05-glicid
#~(list "--with-pmix=" (assoc-ref inputs "openpmix") ))) ; #~(list "--with-pmix=" (assoc-ref inputs "openpmix") )))
#~(list "--with-pmix")))
(name "slurm-22.05-glicid2"))) (name "slurm-22.05-glicid2")))