;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2013, 2014 Eric Bavier ;;; Copyright © 2015 Mark H Weaver ;;; Copyright © 2015, 2016, 2017 Efraim Flashner ;;; Copyright © 2016 Pjotr Prins ;;; Copyright © 2016 Andreas Enge ;;; Copyright © 2016 Ricardo Wurmus ;;; Copyright © 2016 Ben Woodcroft ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a c
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-08-06 13:47:26 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-08-06 15:48:51 +0200
commit8d932e71d634ad043718d635cfad21ba8f3ab014 (patch)
tree92e236b2c8510d804c0affc22a2a438ac2776d7b /etc/guix-publish.conf.in
parent7d36001bd21579e21158a9403f7387cf70d9e777 (diff)
downloadguix-8d932e71d634ad043718d635cfad21ba8f3ab014.tar.gz
guix-8d932e71d634ad043718d635cfad21ba8f3ab014.zip
gnu: r-coda: Update to 0.19-3.
* gnu/packages/statistics.scm (r-coda): Update to 0.19-3.
Diffstat (limited to 'etc/guix-publish.conf.in')
0 files changed, 0 insertions, 0 deletions
nodes, and arbitrates contention for resources by managing a queue of pending work.") (license license:gpl2+))) (define-public slurm-drmaa (package (name "slurm-drmaa") (version "1.0.7") (source (origin (method url-fetch) (uri "http://apps.man.poznan.pl/trac/slurm-drmaa/downloads/9") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 "0grw55hmny2mc4nc0y1arnvxd2k0dcdfn476kzs180fibjxgfw14")))) (build-system gnu-build-system) (inputs `(("slurm" ,slurm))) (native-inputs `(("which" ,which))) (home-page "http://apps.man.poznan.pl/trac/slurm-drmaa") (synopsis "Distributed resource management application API for SLURM") (description "PSNC DRMAA for Simple Linux Utility for Resource Management (SLURM) is an implementation of Open Grid Forum DRMAA 1.0 (Distributed Resource Management Application API) specification for submission and control of jobs to SLURM. Using DRMAA, grid applications builders, portal developers and ISVs can use the same high-level API to link their software with different cluster/resource management systems.") (license license:gpl3+)))