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

Even more constraint

parent c88e11c1
No related branches found
No related tags found
No related merge requests found
Pipeline #197443 canceled
......@@ -16,10 +16,10 @@ packages:
- spec: ^nvhpc+mpi
when: '%nvhpc ^mpi'
- spec: "^cuda%gcc@12.3.0"
- spec: '^cuda%gcc@12.3.0'
when: '%gcc@12.3.0 ^cuda'
- spec: "^cuda +allow-unsupported-compilers %oneapi"
- spec: '^cuda +allow-unsupported-compilers %oneapi'
when: '%oneapi ^cuda'
- spec: "+ipo"
......@@ -31,6 +31,8 @@ packages:
cuda:
require:
- spec: '@12.4.0'
- spec: '+allow-unsupported-compilers'
when: '%oneapi'
gnuplot:
require:
......
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