Skip to content
Snippets Groups Projects
Commit 8076d119 authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Adding constraint to allow compilation to work

parent 3cdd453e
No related branches found
No related tags found
No related merge requests found
Pipeline #197058 failed
......@@ -19,7 +19,7 @@ packages:
- spec: "^cuda%gcc@13.2.0"
when: '%gcc@13.2.0 ^cuda'
- spec: "^cuda%oneapi"
- spec: "^cuda +allow-unsupported-compilers %oneapi"
when: '%oneapi ^cuda'
- spec: "+ipo"
......@@ -32,6 +32,10 @@ packages:
require:
- spec: '@12.4.0'
gnuplot:
require:
- spec: '@5.4.10'
hdf5:
variants: +hl +threadsafe +szip +cxx +fortran
......@@ -39,6 +43,12 @@ packages:
require:
- spec: fabrics=mlx,mrail,psm3,verbs,udp,tcp,sockets,shm
llvm:
prefer: ['~clang']
mesa:
require: ['~llvm', '+opengl', '+opengles', '+osmesa']
openmpi:
require:
- spec: '@5.0.3 fabrics=ofi,ucx,verbs schedulers=slurm ~rsh +romio romio-filesystem=gpfs'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment