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

Adding more constraint

parent 72526bc0
No related branches found
No related tags found
No related merge requests found
concretizer: concretizer:
reuse: reuse: false
roots: true
include:
- '%gcc@11.4.1'
from:
- type: local
unify: false unify: false
duplicates: duplicates:
strategy: minimal strategy: minimal
...@@ -2,10 +2,13 @@ packages: ...@@ -2,10 +2,13 @@ packages:
all: all:
target: ["icelake"] target: ["icelake"]
require: require:
- spec: ^openmpi +cuda - spec: ^openmpi +cuda target=icelake
when: '%gcc ^mpi' when: '%gcc ^mpi'
- spec: cuda_arch=90 - spec: cuda_arch=90 target=icelake
when: '+cuda' when: '+cuda'
- spec: "^cuda target=icelake"
when: '^cuda'
- '+cuda' - '+cuda'
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