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

Solved blas detection and suite-sparse problem in julia

parent 5cba6674
No related branches found
No related tags found
1 merge request!3Feat/stack pinot noir
Pipeline #202762 failed
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
...@@ -70,6 +70,9 @@ packages: ...@@ -70,6 +70,9 @@ packages:
suite-sparse: suite-sparse:
require: require:
- spec: '+cuda' - spec: '+cuda'
when: '@7.3.1'
- spec: '~cuda'
when: '@7.2.1'
ucx: ucx:
require: require:
......
...@@ -77,7 +77,7 @@ packages: ...@@ -77,7 +77,7 @@ packages:
prefer: ['~cluster'] prefer: ['~cluster']
julia: julia:
require: ['@1.10.2'] require: ['@1.10.4']
kokkos: kokkos:
require: ['+openmp', '+numactl', '+memkind', '~threads', require: ['+openmp', '+numactl', '+memkind', '~threads',
...@@ -229,7 +229,10 @@ packages: ...@@ -229,7 +229,10 @@ packages:
- spec: '^arpack-ng +mpi' - spec: '^arpack-ng +mpi'
suite-sparse: suite-sparse:
require: ['@7.2.1', '+graphblas'] require:
- '+graphblas'
- one_of: ['@7.3.1', '@7.2.1']
prefer: ['@7.3.1']
tk: tk:
require: ['+xft', '+xss'] require: ['+xft', '+xss']
......
...@@ -23,7 +23,7 @@ spack: ...@@ -23,7 +23,7 @@ spack:
- intel-oneapi-mpi@2021.12.1 - intel-oneapi-mpi@2021.12.1
- blas_gcc: - blas_gcc:
- openblas@0.3.26 - openblas@0.3.27
- blas_oneapi: - blas_oneapi:
- intel-oneapi-mkl@2024.1.0 - intel-oneapi-mkl@2024.1.0
......
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