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

More constraint for openmpi dependencies

parent 18df7ddc
No related branches found
No related tags found
No related merge requests found
Pipeline #197487 failed
......@@ -78,7 +78,6 @@
"gnuplot",
"libaec",
"libevent",
"libfuse",
"libpciaccess",
"libsigsegv",
"libtool",
......
......@@ -19,7 +19,7 @@ packages:
openmpi:
require:
- spec: 'fabrics=hcoll +cuda target=icelake'
- spec: 'fabrics=hcoll +cuda cuda_arch=90 target=icelake'
pmix:
buildable: false
......@@ -41,7 +41,7 @@ packages:
ucx:
require:
- spec: '+xpmem +cma +rdmacm +rc +ud +dc +verbs +ib_hw_tm +vfs +gdrcopy +cuda'
- spec: '+xpmem +cma +rdmacm +rc +ud +dc +verbs +ib_hw_tm +vfs +gdrcopy +cuda cuda_arch=90 target=icelake'
xpmem:
buildable: false
......
......@@ -40,6 +40,9 @@ packages:
- spec: '^python %gcc@12.3.0'
when: '%gcc@12.3.0 ^python'
- spec: '^openblas %gcc@12.3.0'
when: '%gcc@12.3.0 ^openblas'
# ----------------------------------------------------------------------------
# Requirements
# ----------------------------------------------------------------------------
......
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