summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanessasaurus <814322+vsoch@users.noreply.github.com>2021-03-20 05:50:35 -0600
committerGitHub <noreply@github.com>2021-03-20 12:50:35 +0100
commitc055ffc79b715140d3ddfc4c684e5c897eccc3bc (patch)
treec04a5ca7606eee3ff4f0b8fccbce7d6b2191c2c0
parentac6976dee567410a0523087cda18d16c0c760f7a (diff)
downloadspack-c055ffc79b715140d3ddfc4c684e5c897eccc3bc.tar.gz
spack-c055ffc79b715140d3ddfc4c684e5c897eccc3bc.tar.bz2
spack-c055ffc79b715140d3ddfc4c684e5c897eccc3bc.tar.xz
spack-c055ffc79b715140d3ddfc4c684e5c897eccc3bc.zip
singularity: update packages (#22281)
This PR will update the urls to not have www (not needed), the repository user should be hpcng instead of sylabs (technically GitHub maintains the old links but this might not be forever) and also added 3.7.1 and 3.7.2 versions of Singularity, newly released Signed-off-by: vsoch <vsoch@users.noreply.github.com> Co-authored-by: vsoch <vsoch@users.noreply.github.com>
-rw-r--r--var/spack/repos/builtin/packages/singularity-legacy/package.py6
-rw-r--r--var/spack/repos/builtin/packages/singularity/package.py8
2 files changed, 8 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/singularity-legacy/package.py b/var/spack/repos/builtin/packages/singularity-legacy/package.py
index 638333e085..8e0dab09b4 100644
--- a/var/spack/repos/builtin/packages/singularity-legacy/package.py
+++ b/var/spack/repos/builtin/packages/singularity-legacy/package.py
@@ -13,9 +13,9 @@ class SingularityLegacy(AutotoolsPackage):
legacy package is pre-version 3.0.0
"""
- homepage = "https://www.sylabs.io/singularity/"
- url = "https://github.com/sylabs/singularity/releases/download/2.5.2/singularity-2.5.2.tar.gz"
- git = "https://github.com/sylabs/singularity.git"
+ homepage = "https://sylabs.io/singularity/"
+ url = "https://github.com/hpcng/singularity/releases/download/2.5.2/singularity-2.5.2.tar.gz"
+ git = "https://github.com/hpcng/singularity.git"
# Versions before 2.5.2 suffer from a serious security problem.
# https://nvd.nist.gov/vuln/detail/CVE-2018-12021
diff --git a/var/spack/repos/builtin/packages/singularity/package.py b/var/spack/repos/builtin/packages/singularity/package.py
index 145256d2d4..f508f2558f 100644
--- a/var/spack/repos/builtin/packages/singularity/package.py
+++ b/var/spack/repos/builtin/packages/singularity/package.py
@@ -23,13 +23,15 @@ class Singularity(MakefilePackage):
tail -15 $(spack location -i singularity)/.spack/spack-build-out.txt
'''
- homepage = "https://www.sylabs.io/singularity/"
- url = "https://github.com/sylabs/singularity/releases/download/v3.6.4/singularity-3.6.4.tar.gz"
- git = "https://github.com/sylabs/singularity.git"
+ homepage = "https://sylabs.io/singularity/"
+ url = "https://github.com/hpcng/singularity/releases/download/v3.6.4/singularity-3.6.4.tar.gz"
+ git = "https://github.com/hpcng/singularity.git"
maintainers = ['alalazo']
version('master', branch='master')
+ version('3.7.2', sha256='36916222e26fb934404f0766e0ff368edac36d7fc31ca571f5f609466609066b')
+ version('3.7.1', sha256='82d2c65063560195ec34551931be3c325b95e8e2009e92755fd7daad346e083c')
version('3.7.0', sha256='fb96aaf5f462a56a4a5bd2951287bcbbefe8cf543e228e4e955428f386a8d478')
version('3.6.4', sha256='71233a81d6bb4d686d8dc636b3e3e962a372f54001921c89a12b062cefd9e79f')
version('3.6.3', sha256='b1a985757a9907d8db0f102fc170a25387e715f7ff31957be964bf47914ea2fd')