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

@@ -202,3 +202,13 @@ hdf5_serial:
compiler:
gcc: [6.5.0, 7.5.0, 8.5.0, 9.5.0, 10.3.0, 11.3.0, 12.1.0]
relstage: stable
1.12.3:
config:
group_deps:
compiler:
gcc: [7.5.0, 8.5.0, 9.5.0, 10.4.0, 11.3.0, 12.1.0]
relstage: unstable
urls:
- url: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-${V_MAJOR}.${V_MINOR}/hdf5-$V/src/hdf5-$V.tar.bz2
strip_dirs: 2

View File

@@ -57,8 +57,17 @@ openmpi:
versions:
4.1.6:
variants:
- systems: [merlin-*, ra-*]
- systems: [merlin-.*]
suffix: _slurm
relstage: unstable
overlay: private
use_overlays: [private]
group_deps:
compiler: {gcc: [9.5.0, 10.4.0, 11.4.0, 12.3.0, 13.1.0]}
build_requires: [pmix/4.2.4, ucx/1.14.1_slurm, libfabric/1.18.0, hwloc/2.9.1, patchelf/0.14.5]
runtime_deps: [cuda/12.1.1]
- systems: [ra-.*]
suffix: _ra
group_deps:
compiler: {gcc: [9.5.0, 10.4.0, 11.4.0, 12.3.0, 13.1.0]}
build_requires: [pmix/4.2.4, ucx/1.14.1_slurm, hwloc/2.9.1, patchelf/0.14.5]