diff --git a/stacks/pinot-noir/packages_stack.yaml b/stacks/pinot-noir/packages_stack.yaml index 55a4f8233c96c8530367013e7a83a3a8a839ad4f..1e0d962784a7859e8f0143cfd0d578763a1affe5 100644 --- a/stacks/pinot-noir/packages_stack.yaml +++ b/stacks/pinot-noir/packages_stack.yaml @@ -39,7 +39,7 @@ packages: when: '%oneapi' curl: - require: ['tls=openssl', '+nghttp2', '+libidn2'] + require: ['tls=openssl,mbedtls', '+nghttp2', '+libidn2', '+libssh2'] emacs: prefer: ['+tls', '+X', 'toolkit=athena'] @@ -75,6 +75,9 @@ packages: intel-oneapi-mkl: prefer: ['~cluster'] + julia: + require: ['@1.10.2'] + kokkos: prefer: ['+openmp', '+numactl', '+memkind', '~threads', '+aggressive_vectorization'] @@ -113,6 +116,10 @@ packages: llvm: # avoid compiler in lmod module prefer: ['~clang'] + require: + - spec: '~cuda' + when: '@15:' + m4: require: ['+sigsegv'] @@ -192,7 +199,7 @@ packages: - spec: '^arpack-ng +mpi' suite-sparse: - require: ['@7.3.1', '+graphblas'] + prefer: ['@7.3.1', '+graphblas'] tk: require: ['+xft', '+xss']