summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2022-04-04 08:33:09 +0200
committerGitHub <noreply@github.com>2022-04-04 08:33:09 +0200
commit8ef299ed1696755e21fd90871d98d83badb81a01 (patch)
tree8825915de6fc8c641190edfe47d4b2815e00413c
parent79bc2949ce72edb16055fd5084833a840c16a05c (diff)
downloadspack-8ef299ed1696755e21fd90871d98d83badb81a01.tar.gz
spack-8ef299ed1696755e21fd90871d98d83badb81a01.tar.bz2
spack-8ef299ed1696755e21fd90871d98d83badb81a01.tar.xz
spack-8ef299ed1696755e21fd90871d98d83badb81a01.zip
perl: conflict with unpatched releases for %nvhpc (#29854)
-rw-r--r--var/spack/repos/builtin/packages/perl/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/perl/package.py b/var/spack/repos/builtin/packages/perl/package.py
index c59e0f2796..14fad072bc 100644
--- a/var/spack/repos/builtin/packages/perl/package.py
+++ b/var/spack/repos/builtin/packages/perl/package.py
@@ -109,6 +109,7 @@ class Perl(Package): # Perl doesn't use Autotools, it should subclass Package
# the mini Perl environment to bootstrap installation.
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.34.0:', when='%nvhpc') # todo, add patches...
conflicts('@5.32.0:', when='%nvhpc@:20.11',
msg='The NVIDIA compilers are incompatible with version 5.32 and later')