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