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

Switching to v0.22.1

parent f65d0f9c
No related branches found
No related tags found
1 merge request!3Feat/stack pinot noir
{ {
"spack": { "spack": {
"version": "v0.22.0", "version": "releases/v0.22",
"repos": { "repos": {
"scitas-externals": { "scitas-externals": {
"url": "https://gitlab.epfl.ch/SCITAS/software-stack/spack-repo-externals.git", "url": "https://gitlab.epfl.ch/SCITAS/software-stack/spack-repo-externals.git",
...@@ -74,7 +74,6 @@ ...@@ -74,7 +74,6 @@
"gdbm", "gdbm",
"gettext", "gettext",
"git", "git",
"glibc",
"gmake", "gmake",
"gmp", "gmp",
"gnuplot", "gnuplot",
......
...@@ -2,12 +2,12 @@ packages: ...@@ -2,12 +2,12 @@ packages:
all: all:
providers: providers:
mpi: [openmpi, intel-oneapi-mpi] mpi: [openmpi, intel-oneapi-mpi]
iconv: [libiconv] # iconv: [libiconv]
jpeg: [libjpeg] jpeg: [libjpeg]
zlib-api: [zlib-ng] zlib-api: [zlib-ng]
require: # require:
- spec: "^libiconv" # - spec: "^libiconv"
when: "^iconv" # when: "^iconv"
zlib-ng: zlib-ng:
require: ['build_system=autotools'] require: ['build_system=autotools']
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