charliecloud package: add version 0.25 (#26073)

This commit is contained in:
Jordan Ogas 2021-09-20 17:08:41 -06:00 committed by GitHub
parent 88880c5369
commit d0fd9e6d5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@ class Charliecloud(AutotoolsPackage):
git = "https://github.com/hpc/charliecloud.git" git = "https://github.com/hpc/charliecloud.git"
version('master', branch='master') version('master', branch='master')
version('0.25', sha256='62d6fd211e3a573f54578e1b01d5c298f9788b7eaf2db46ac94c2dcef604cc94')
version('0.24', sha256='63379bcbad7b90b33457251696d6720416e4acefcf2b49cd6cb495a567e511c2') version('0.24', sha256='63379bcbad7b90b33457251696d6720416e4acefcf2b49cd6cb495a567e511c2')
version('0.23', sha256='5e458b943ad0e27d1264bb089e48d4a676219179b0e96a7d761387a36c45b4d9') version('0.23', sha256='5e458b943ad0e27d1264bb089e48d4a676219179b0e96a7d761387a36c45b4d9')
version('0.22', sha256='f65e4111ce87e449c656032da69f3b1cfc70a5a416a5e410329c1b0b2e953907') version('0.22', sha256='f65e4111ce87e449c656032da69f3b1cfc70a5a416a5e410329c1b0b2e953907')
@ -28,7 +29,8 @@ class Charliecloud(AutotoolsPackage):
depends_on('libtool', type='build') depends_on('libtool', type='build')
depends_on('python@3.5:', type='run') depends_on('python@3.5:', type='run')
depends_on('py-lark-parser', type='run') # Version 0.25+ bundle the preferred lark version.
depends_on('py-lark-parser', type='run', when='@:0.24')
depends_on('py-requests', type='run') depends_on('py-requests', type='run')
# Man pages and html docs variant. # Man pages and html docs variant.