diff options
author | George Hartzell <hartzell@alerce.com> | 2019-10-02 09:59:11 -0700 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2019-10-02 11:59:11 -0500 |
commit | 21e95e41413b81d239a5fdd8e81fb212cf792b88 (patch) | |
tree | cb44733b74615c7999702e35017d5fbb37dd8490 /var | |
parent | afca223b3da4541e79533a75d7fb1fe3e39e986e (diff) | |
download | spack-21e95e41413b81d239a5fdd8e81fb212cf792b88.tar.gz spack-21e95e41413b81d239a5fdd8e81fb212cf792b88.tar.bz2 spack-21e95e41413b81d239a5fdd8e81fb212cf792b88.tar.xz spack-21e95e41413b81d239a5fdd8e81fb212cf792b88.zip |
Singularity 3.4.1 still needs the makefile patch (#13008)
* Singularity 3.4.1 still needs the makefile patch
* Constrain build patch to 3.4.0:3.4.1
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/singularity/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/singularity/package.py b/var/spack/repos/builtin/packages/singularity/package.py index ba0929c02b..ed6322304f 100644 --- a/var/spack/repos/builtin/packages/singularity/package.py +++ b/var/spack/repos/builtin/packages/singularity/package.py @@ -41,7 +41,7 @@ class Singularity(MakefilePackage): depends_on('shadow', type='run', when='@3.3:') depends_on('cryptsetup', type=('build', 'run'), when='@3.4:') - patch('singularity_v3.4.0_remove_root_check.patch', level=0, when='@3.4.0') + patch('singularity_v3.4.0_remove_root_check.patch', level=0, when='@3.4.0:3.4.1') # Go has novel ideas about how projects should be organized. # We'll point GOPATH at the stage dir, and move the unpacked src |