Perl: NVIDIA HPC SDK updates (#21177)

* Perl: NVIDIA HPC SDK updates

* fix indentation

Co-authored-by: Scott McMillan <smcmillan@nvidia.com>
This commit is contained in:
Scott McMillan 2021-01-20 15:51:06 -06:00 committed by GitHub
parent 7f86cc87b0
commit 0e2fa561f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -77,7 +77,9 @@ class Perl(Package): # Perl doesn't use Autotools, it should subclass Package
patch('macos-11-version-check.patch', when='@5.24.1:5.32.0 platform=darwin') patch('macos-11-version-check.patch', when='@5.24.1:5.32.0 platform=darwin')
# Enable builds with the NVIDIA compiler # Enable builds with the NVIDIA compiler
patch('nvhpc.patch', when='%nvhpc') patch('nvhpc-5.30.patch', when='@5.30.0:5.30.99 %nvhpc')
conflicts('@5.32.0:', when='%nvhpc',
msg='The NVIDIA compilers are incompatible with version 5.32 and later')
# Installing cpanm alongside the core makes it safe and simple for # Installing cpanm alongside the core makes it safe and simple for
# people/projects to install their own sets of perl modules. Not # people/projects to install their own sets of perl modules. Not