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
This commit is contained in:
Douglas Duckworth 2018-01-02 22:47:21 -05:00 committed by Adam J. Stewart
parent 5d2f752c1b
commit d466d8f3d3

View File

@ -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')