Skip to content

Commit 6ba9993

Browse files
committed
Switch 3.4.0 to gnu15
Signed-off-by: Adrian Reber <areber@redhat.com>
1 parent 3bc1578 commit 6ba9993

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

obs/config

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -78,31 +78,32 @@ with_pmix=["openmpi"]
7878
# define patterns for a given arch in which to disable builds
7979
skip_aarch=["-intel\\b","lustre-client","-impi\\b","-mvapich2\\b","likwid-gnu","likwid-arm1","geopm",
8080
"intel-compilers-devel","impi-devel","mvapich2","openblas-arm1","cuda-devel"]
81-
skip_x86 = ["-arm1","gnu15-impi"]
81+
skip_x86 = ["-arm1"]
8282

8383
# define compiler/MPI families: first entry in list is defined to be parent in OBS
84-
compiler_families=["gnu14", "intel"]
84+
compiler_families=["gnu15", "intel"]
8585
mpi_families=["openmpi5","mpich","mvapich2","impi"]
86-
compiler_dependent = ["!openmpi", "!mpich", "!mvapich2", "!openblas", "!R", "!likwid",
87-
"!pdtoolkit", "!gsl", "!metis", "!superlu", "!scotch",
88-
"!numpy", "!plasma", "!hdf5", "!gotcha", "!cubew", "!cubelib", "!opari2"]
86+
compiler_dependent = ["openmpi", "mpich", "mvapich2", "openblas", "R", "likwid",
87+
"pdtoolkit", "gsl", "metis", "superlu", "scotch",
88+
"numpy", "plasma", "hdf5", "gotcha", "cubew", "cubelib", "opari2"]
8989

90-
standalone = ["docs", "test-suite", "warewulf", "!gnu-compilers", "ohpc-filesystem",
90+
standalone = ["docs", "test-suite", "warewulf", "gnu-compilers", "ohpc-filesystem",
9191
"cmake", "!pdsh", "intel-compilers-devel", "examples",
9292
"impi-devel", "meta-packages", "easybuild", "spack", "!hwloc", "!ucx",
93+
"!conman", "!examples", "charliecloud", "!magpie",
9394
"lmod", "!genders", "hpc-workspace", "valgrind", "!slurm", "!cuda-devel"]
94-
mpi_dependent = ["!otf2", "!sionlib", "!fftw", "!scalapack",
95-
"scorep", "!scalasca", "!scipy", "!phdf5", "!netcdf", "!netcdf-fortran",
96-
"!netcdf-cxx", "lmod-defaults", "!geopm", "!mumps", "!omb",
97-
"!ptscotch", "!boost", "!pnetcdf", "!tau", "!extrae", "!imb",
98-
"!opencoarrays", "!hypre", "!mpi4py", "!dimemas", "!adios2",
99-
"trilinos", "!petsc", "!slepc", "!superlu_dist", "!mfem"]
95+
mpi_dependent = ["otf2", "sionlib", "fftw", "scalapack",
96+
"scorep", "scalasca", "!scipy", "phdf5", "netcdf", "netcdf-fortran",
97+
"netcdf-cxx", "lmod-defaults", "!geopm", "mumps", "omb",
98+
"ptscotch", "boost", "pnetcdf", "tau", "extrae", "imb",
99+
"!opencoarrays", "hypre", "mpi4py", "dimemas", "adios2",
100+
"trilinos", "petsc", "slepc", "superlu_dist", "mfem"]
100101
skip_on_distro_openEuler_22.03 = ["-arm1","-intel","-impi","impi-devel","intel-compilers-devel",
101102
"arm-compilers-devel","warewulf","cuda-devel"]
102-
openblas_compiler=["gnu14", "gnu15"]
103-
R_compiler=["gnu14", "gnu15"]
104-
opencoarrays_compiler=["gnu14", "gnu15"]
105-
scipy_compiler=["gnu14", "gnu15"]
103+
openblas_compiler=["gnu15"]
104+
R_compiler=["gnu15"]
105+
opencoarrays_compiler=["gnu15"]
106+
scipy_compiler=["gnu15"]
106107
mpi_dependent_to_non_mpi=["netcdf","netcdf-fortran","netcdf-cxx"]
107108
with_ucx=["mpich"]
108109
with_pmix=["openmpi"]

0 commit comments

Comments
 (0)