me
/
guix
Archived
1
0
Fork 0

gnu: slurm: Add detailed licence information.

* gnu/packages/parallel.scm (slurm)[license]: Add more licences.
master
Tobias Geerinckx-Rice 2018-01-17 19:24:18 +01:00
parent 9125758708
commit 70260b33e0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 1 deletions

View File

@ -148,7 +148,12 @@ resources (computer nodes) to users for some duration of time, provides a
framework for starting, executing, and monitoring work (typically a parallel
job) on a set of allocated nodes, and arbitrates contention for resources
by managing a queue of pending work.")
(license license:gpl2+)))
(license (list license:bsd-2 ; src/common/log.[ch], src/common/uthash
license:expat ; slurm/pmi.h
license:isc ; src/common/strlcpy.c
license:lgpl2.1+ ; hilbert.[ch], src/common/slurm_time.h
license:zlib ; src/common/strnatcmp.c
license:gpl2+)))) ; the rest, often with OpenSSL exception
(define-public slurm-drmaa
(package