mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
pmix in parrallel
This commit is contained in:
parent
24c0002d31
commit
e8547a84a5
2 changed files with 33 additions and 34 deletions
|
@ -174,40 +174,6 @@ in the @code{debug} output), and binutils.")))
|
|||
;;;;;;;;
|
||||
|
||||
|
||||
(define-public glicid-pmix
|
||||
(package
|
||||
(name "glicid-pmix-3.1.5")
|
||||
(version "3.1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/openpmix/openpmix/releases/download/v" version "/pmix-" version ".tar.bz2"))
|
||||
(sha256 (base32 "1xswdkfcrw123ghcr9gmrb852nzjbl4i6qwrid3xyma42yal34w8"))
|
||||
)
|
||||
)
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list
|
||||
(string-append "--with-hwloc=" (assoc-ref %build-inputs "hwloc") )
|
||||
)
|
||||
)
|
||||
)
|
||||
(synopsis "MPIX lib")
|
||||
(description "MPIX. More to come. FIXIT")
|
||||
(home-page "https://www.gnu.org/software/hello/")
|
||||
(license license:gpl3+)
|
||||
(inputs `(
|
||||
("libevent", libevent)
|
||||
("hwloc" ,hwloc-2 "lib")
|
||||
("perl", perl)
|
||||
("gcc", gcc-11)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
(define-public glicid-librdkafka-09
|
||||
(package
|
||||
(inherit librdkafka)
|
||||
|
|
|
@ -94,6 +94,39 @@
|
|||
|
||||
)
|
||||
|
||||
(define-public glicid-pmix
|
||||
(package
|
||||
(name "glicid-pmix-3.1.5")
|
||||
(version "3.1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/openpmix/openpmix/releases/download/v" version "/pmix-" version ".tar.bz2"))
|
||||
(sha256 (base32 "1xswdkfcrw123ghcr9gmrb852nzjbl4i6qwrid3xyma42yal34w8"))
|
||||
)
|
||||
)
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list
|
||||
(string-append "--with-hwloc=" (assoc-ref %build-inputs "hwloc") )
|
||||
)
|
||||
)
|
||||
)
|
||||
(synopsis "MPIX lib")
|
||||
(description "MPIX. More to come. FIXIT")
|
||||
(home-page "https://www.gnu.org/software/hello/")
|
||||
(license license:gpl3+)
|
||||
(inputs `(
|
||||
("libevent", libevent)
|
||||
("hwloc" ,hwloc-2 "lib")
|
||||
("perl", perl)
|
||||
("gcc", gcc-11)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
(define-public glicid-custom-slurm-19.05
|
||||
(package
|
||||
|
|
Loading…
Add table
Reference in a new issue