diff options
author | Douglas Duckworth <quackmaster@protonmail.com> | 2018-01-02 22:47:21 -0500 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2018-01-02 21:47:21 -0600 |
commit | d466d8f3d3fcbf0c096b5401f06c95b1ae6078d1 (patch) | |
tree | 55d3f9fb43555e4c2ea25e5343f834c5e897e616 /var | |
parent | 5d2f752c1b0a514c0971bd19b08eee51c2425553 (diff) | |
download | spack-d466d8f3d3fcbf0c096b5401f06c95b1ae6078d1.tar.gz spack-d466d8f3d3fcbf0c096b5401f06c95b1ae6078d1.tar.bz2 spack-d466d8f3d3fcbf0c096b5401f06c95b1ae6078d1.tar.xz spack-d466d8f3d3fcbf0c096b5401f06c95b1ae6078d1.zip |
singularity - added master branch (#6631)
* singularity - added master branch as this has latest fixes - 2.4 does not compile on centos 6 without use of this branch
* renamed to develop
* added master branch properly
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/singularity/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/singularity/package.py b/var/spack/repos/builtin/packages/singularity/package.py index 810a811d39..9ab3faf7b5 100644 --- a/var/spack/repos/builtin/packages/singularity/package.py +++ b/var/spack/repos/builtin/packages/singularity/package.py @@ -34,6 +34,7 @@ class Singularity(AutotoolsPackage): version('2.4', 'd357ce68ef2f8149edd84155731531465dbe74148c37719f87f168fc39384377') version('2.3.1', '292ff7fe3db09c854b8accf42f763f62') + version('develop', git='https://github.com/singularityware/singularity.git', branch='master') depends_on('m4', type='build') depends_on('autoconf', type='build') |