git: merge conflict resolved

This commit is contained in:
2024-09-26 15:56:01 +02:00
parent 6b973497c7
commit 18e60ef789
8 changed files with 96 additions and 47 deletions

View File

@@ -6,9 +6,9 @@ nvhpc:
group: Programming
overlay: base
relstage: stable
systems: [rhel7, rhel8, rhel9]
systems: ['*.merlin7.*', 'merlin-*', 'ra-*']
docfiles: [AUTHORS, LICENSE, NEWS, README]
compile_in_sourcetree: true
compile_in_sourcetree: true
shasums:
nvhpc-24.3.tar.gz: 4fb8949ba8cef73b28818bd9375c9420ec48fab1c64e71315a7c1984f5329d6b
nvhpc-23.5.tar.gz: 3196309b38df6f0a27e18b80f6a40e23cab8195cad43fc6bbd569af7d8ca5742
@@ -16,18 +16,15 @@ nvhpc:
versions:
24.3:
variants:
- systems: [merlin-*, ra-*]
suffix: _cuda_12.3
- suffix: _cuda_12.3
urls:
- url: https://developer.download.nvidia.com/hpc-sdk/${V_PKG}/nvhpc_2024_243_Linux_x86_64_cuda_12.3.tar.gz
suffix: _cuda_12.3
relstage: unstable
relstage: stable
build_requires: [gcc/10.4.0]
23.5:
variants:
- systems: [merlin-*, ra-*]
suffix: _cuda_12.1
- suffix: _cuda_12.1
urls:
- url: https://developer.download.nvidia.com/hpc-sdk/${V_PKG}/nvhpc_2023_235_Linux_x86_64_cuda_12.1.tar.gz
relstage: unstable
relstage: stable
build_requires: [gcc/10.4.0]