From 8ef299ed1696755e21fd90871d98d83badb81a01 Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Mon, 4 Apr 2022 08:33:09 +0200 Subject: perl: conflict with unpatched releases for %nvhpc (#29854) --- var/spack/repos/builtin/packages/perl/package.py | 1 + 1 file changed, 1 insertion(+) 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') -- cgit v1.2.3-70-g09d2