me
/
guix
Archived
1
0
Fork 0

gnu: launchmon: Fix compilation with GCC 11.

* gnu/packages/admin.scm (launchmon)[arguments]: New field.

Change-Id: I30665896ef90e74b91055c85bcfe991af24f3a38
master
Ludovic Courtès 2023-11-14 19:52:29 +01:00
parent f8cad88615
commit aaee0e4af3
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 1 deletions

View File

@ -4432,6 +4432,9 @@ late.")
" *lmonpl = '\\0'"))
#t))))
(build-system gnu-build-system)
(arguments
;; GCC 11 defaults to c++17 but this package needs something older.
(list #:configure-flags #~'("CXXFLAGS=-std=c++14 -O2 -g")))
(inputs
(list openmpi
munge
@ -4439,7 +4442,7 @@ late.")
libelf
libgcrypt
libgpg-error))
(synopsis "Infrastructue for large scale tool daemon launching")
(synopsis "Infrastructure for large-scale tool daemon launching")
(description
"LaunchMON is a software infrastructure that enables HPC run-time
tools to co-locate tool daemons with a parallel job. Its API allows a