Skip to content
Snippets Groups Projects
Commit b87ffd0b authored by Martin Lang's avatar Martin Lang
Browse files

Same autotools dependencies for intel 2021.9 and 2021.10 (same gcc version)

parent adbb6272
No related branches found
No related tags found
2 merge requests!142merge 25a back into develop,!138Intel gcc compatibility
......@@ -4,10 +4,10 @@ spack:
- intel-oneapi-mpi@2021.10.0
- packages:
- binutils@2.40+headers+ld
- autoconf@2.72
- autoconf@2.71
- libtool@2.4.7
- automake@1.16.5
- cmake@3.27.9
- cmake@3.26.6
- ninja@1.11.1
# octopus dependencies:
- libxc@6.2.2+kxc
......@@ -75,6 +75,8 @@ spack:
require: "%{{ toolchain_compiler }}"
bigdft-futile:
require: "%{{ toolchain_compiler }}"
python:
require: "%{{ toolchain_compiler }}"
metis:
require: "%{{ toolchain_compiler }}"
parmetis:
......@@ -91,3 +93,5 @@ spack:
require: "%{{ toolchain_compiler }}"
netcdf-c:
require: "%{{ toolchain_compiler }}"
spglib:
require: "%{{ toolchain_compiler }}"
spack:
specs:
- binutils@2.40+headers+ld
- autoconf@2.72
- autoconf@2.71
- libtool@2.4.7
- automake@1.16.5
- cmake
......@@ -31,9 +31,9 @@ spack:
all:
require: "%{{ fallback_compiler }}"
cmake:
version: [3.27.9]
version: [3.26.6]
ninja:
version: [1.12.1]
version: [1.11.1]
boost:
require: "%{{ toolchain_compiler }}"
gsl:
......@@ -84,4 +84,6 @@ spack:
require: "%{{ toolchain_compiler }}"
netcdf-c:
require: "%{{ toolchain_compiler }}"
spglib:
require: "%{{ toolchain_compiler }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment