[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31080] [PATCH 1/2] gnu: Add launchmon.
From: |
Eric Bavier |
Subject: |
[bug#31080] [PATCH 1/2] gnu: Add launchmon. |
Date: |
Wed, 11 Apr 2018 10:28:23 -0500 |
User-agent: |
Mutt/1.5.17 (2007-11-01) |
On Wed, Apr 11, 2018 at 02:58:09PM +0200, Rouby Pierre-Antoine wrote:
> @@ -2505,3 +2509,33 @@ printed instead of after the entire file has been
> read, which is often too
> late.")
> (home-page "https://jwilk.net/software/hungrycat")
> (license license:expat)))
> +
> +(define-public launchmon
> + (package
> + (name "launchmon")
> + (version "1.0.2")
> + (source (origin
> + (method url-fetch)
> + (uri (string-append
> + "https://github.com/LLNL/LaunchMON/releases/download/v"
> + version "/" name "-v" version ".tar.gz"))
> + (sha256
> + (base32
> + "0fm3nd9mydm9v2bf7bh01dbgrfnpwkapxa3dsvy3x1z0rz61qc0x"))))
> + (build-system gnu-build-system)
> + (inputs
> + `(("mpi" ,openmpi)
> + ("munge" ,munge)
> + ("boost" ,boost)
> + ("libelf" ,libelf)
> + ("libgcrypt" ,libgcrypt)
> + ("libgpg-error" ,libgpg-error)))
> + (synopsis "An infrastructue for large scale tool daemon launching")
^
No "An" at the beginning. See the "Synopses and Descrtiptions"
section in the manual.
Otherwise LGTM! Thanks!
--
Eric Bavier, Scientific Libraries, Cray Inc.
- [bug#31080] [PATCH 0/2] Add launchmon and spindle, (continued)
- [bug#31080] [PATCH 0/2] Add launchmon and spindle, Ludovic Courtès, 2018/04/09
- [bug#31080] [PATCH 0/2] Add launchmon and spindle, Eric Bavier, 2018/04/10
- [bug#31080] [PATCH 1/2] gnu: Add launchmon., Rouby Pierre-Antoine, 2018/04/11
- [bug#31080] [PATCH 2/2] gnu: Add spindle., Rouby Pierre-Antoine, 2018/04/11
- [bug#31080] [PATCH 2/2] gnu: Add spindle., Eric Bavier, 2018/04/11
- [bug#31080] [PATCH 1/2] gnu: Add launchmon., Rouby Pierre-Antoine, 2018/04/12
- [bug#31080] [PATCH 2/2] gnu: Add spindle., Rouby Pierre-Antoine, 2018/04/12
- [bug#31080] [PATCH 2/2] gnu: Add spindle., Eric Bavier, 2018/04/18
- [bug#31080] [PATCH 2/2] gnu: Add spindle., Pierre-Antoine Rouby, 2018/04/18
- bug#31080: [PATCH 2/2] gnu: Add spindle., Ludovic Courtès, 2018/04/19
- [bug#31080] [PATCH 1/2] gnu: Add launchmon.,
Eric Bavier <=