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

Forcing cuda

parent 6be2aa42
No related branches found
No related tags found
Loading
...@@ -16,6 +16,12 @@ packages: ...@@ -16,6 +16,12 @@ packages:
- spec: ^nvhpc+mpi - spec: ^nvhpc+mpi
when: '%nvhpc ^mpi' when: '%nvhpc ^mpi'
- spec: "^cuda%gcc@13.2.0"
when: '%gcc@13.2.0 ^cuda'
- spec: "^cuda%oneapi"
when: '%oneapi ^cuda'
- spec: "+ipo" - spec: "+ipo"
when: '%gcc' when: '%gcc'
......
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