summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl/package.py
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2021-10-03 15:09:02 +0200
committerGitHub <noreply@github.com>2021-10-03 09:09:02 -0400
commitb9e72557e8b52b63244500f226afda0efe798df2 (patch)
tree80521b68338eccca9bd6787315938e51011946a2 /var/spack/repos/builtin/packages/perl/package.py
parent2de116d285f9853284b0e033d66a67bc0f3cdc2b (diff)
downloadspack-b9e72557e8b52b63244500f226afda0efe798df2.tar.gz
spack-b9e72557e8b52b63244500f226afda0efe798df2.tar.bz2
spack-b9e72557e8b52b63244500f226afda0efe798df2.tar.xz
spack-b9e72557e8b52b63244500f226afda0efe798df2.zip
Remove .99 from version ranges (#26422)
In most cases, .99 can be omitted thanks to #26402 .
Diffstat (limited to 'var/spack/repos/builtin/packages/perl/package.py')
-rw-r--r--var/spack/repos/builtin/packages/perl/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/perl/package.py b/var/spack/repos/builtin/packages/perl/package.py
index 879088ed59..ddd732c5dd 100644
--- a/var/spack/repos/builtin/packages/perl/package.py
+++ b/var/spack/repos/builtin/packages/perl/package.py
@@ -97,8 +97,8 @@ class Perl(Package): # Perl doesn't use Autotools, it should subclass Package
# Enable builds with the NVIDIA compiler
# The Configure script assumes some gcc specific behavior, and use
# the mini Perl environment to bootstrap installation.
- patch('nvhpc-5.30.patch', when='@5.30.0:5.30.99 %nvhpc')
- patch('nvhpc-5.32.patch', when='@5.32.0:5.32.99 %nvhpc')
+ patch('nvhpc-5.30.patch', when='@5.30.0:5.30 %nvhpc')
+ patch('nvhpc-5.32.patch', when='@5.32.0:5.32 %nvhpc')
conflicts('@5.32.0:', when='%nvhpc@:20.11',
msg='The NVIDIA compilers are incompatible with version 5.32 and later')