Compare commits
9 commits
4dc102438b
...
f6c3102345
Author | SHA1 | Date | |
---|---|---|---|
f6c3102345 | |||
4a5fef92cc | |||
9347a7a8ef | |||
9dd9c29847 | |||
40e3cab5ce | |||
927f3567bc | |||
306e1e96fc | |||
0f89706e95 | |||
b9ee619e79 |
3 changed files with 295 additions and 236 deletions
|
@ -1,43 +1,45 @@
|
||||||
compilers:
|
compilers:
|
||||||
- compiler:
|
- compiler:
|
||||||
spec: aocc@=4.1.0
|
spec: cce@=18.0.0
|
||||||
paths:
|
paths:
|
||||||
cc: /opt/hlrs/non-spack/release/23.1.0/compiler/aocc/4.1.0/bin/clang
|
cc: cc
|
||||||
cxx: /opt/hlrs/non-spack/release/23.1.0/compiler/aocc/4.1.0/bin/clang++
|
cxx: CC
|
||||||
f77: /opt/hlrs/non-spack/release/23.1.0/compiler/aocc/4.1.0/bin/flang
|
f77: ftn
|
||||||
fc: /opt/hlrs/non-spack/release/23.1.0/compiler/aocc/4.1.0/bin/flang
|
fc: ftn
|
||||||
flags:
|
|
||||||
cflags: null
|
|
||||||
cxxflags: null
|
|
||||||
fflags: null
|
|
||||||
operating_system: rocky8
|
|
||||||
target: x86_64
|
|
||||||
modules: []
|
|
||||||
environment: {}
|
|
||||||
extra_rpaths: []
|
|
||||||
- compiler:
|
|
||||||
spec: gcc@=12.3.0
|
|
||||||
paths:
|
|
||||||
cc: /opt/hlrs/non-spack/release/23.1.0/compiler/gcc/12.3.0/bin/gcc
|
|
||||||
cxx: /opt/hlrs/non-spack/release/23.1.0/compiler/gcc/12.3.0/bin/g++
|
|
||||||
f77: /opt/hlrs/non-spack/release/23.1.0/compiler/gcc/12.3.0/bin/gfortran
|
|
||||||
fc: /opt/hlrs/non-spack/release/23.1.0/compiler/gcc/12.3.0/bin/gfortran
|
|
||||||
flags: {}
|
flags: {}
|
||||||
operating_system: rocky8
|
operating_system: sles15
|
||||||
target: x86_64
|
target: x86_64
|
||||||
modules: []
|
modules:
|
||||||
|
- PrgEnv-cray
|
||||||
|
- cce/18.0
|
||||||
environment: {}
|
environment: {}
|
||||||
extra_rpaths: []
|
extra_rpaths: []
|
||||||
- compiler:
|
- compiler:
|
||||||
spec: gcc@=8.5.0
|
spec: gcc@=13.2.1
|
||||||
|
paths:
|
||||||
|
cc: cc
|
||||||
|
cxx: CC
|
||||||
|
f77: ftn
|
||||||
|
fc: ftn
|
||||||
|
flags: {}
|
||||||
|
operating_system: sles15
|
||||||
|
target: x86_64
|
||||||
|
modules:
|
||||||
|
- PrgEnv-gnu
|
||||||
|
- gcc-native/13.2
|
||||||
|
environment: {}
|
||||||
|
extra_rpaths: []
|
||||||
|
- compiler:
|
||||||
|
spec: gcc@=7.5.0
|
||||||
paths:
|
paths:
|
||||||
cc: /usr/bin/gcc
|
cc: /usr/bin/gcc
|
||||||
cxx: /usr/bin/g++
|
cxx: /usr/bin/g++
|
||||||
f77: /usr/bin/gfortran
|
f77: /usr/bin/gfortran
|
||||||
fc: /usr/bin/gfortran
|
fc: /usr/bin/gfortran
|
||||||
flags: {}
|
flags: {}
|
||||||
operating_system: rocky8
|
operating_system: sles15
|
||||||
target: x86_64
|
target: x86_64
|
||||||
modules: []
|
modules: []
|
||||||
environment: {}
|
environment: {}
|
||||||
extra_rpaths: []
|
extra_rpaths: []
|
||||||
|
|
||||||
|
|
|
@ -1,93 +1,73 @@
|
||||||
packages:
|
packages:
|
||||||
all:
|
all:
|
||||||
# compiler: [gcc@12.3.0, aocc@4.1.0]
|
|
||||||
# compiler: [gcc@8.5.0]
|
|
||||||
providers:
|
providers:
|
||||||
mpi: [mpt, openmpi]
|
mpi: [cray-mpich]
|
||||||
pkgconfig: [pkgconf]
|
blas: [cray-libsci]
|
||||||
openmpi:
|
lapack: [cray-libsci]
|
||||||
|
scalapack: [cray-libsci]
|
||||||
|
pkgconf: [pkg-config]
|
||||||
|
zlib-ng: [zlib]
|
||||||
|
cray-mpich:
|
||||||
externals:
|
externals:
|
||||||
- spec: openmpi@4.1.6%gcc@=12.3.0~cuda~cxx~cxx_exceptions~java~memchecker+pmi~static~wrapper-rpath
|
- spec: cray-mpich@8.1.30%gcc
|
||||||
fabrics=ucx schedulers=slurm,tm
|
prefix: /opt/cray/pe/mpich/8.1.30/ofi/gnu/12.3
|
||||||
prefix: /opt/hlrs/non-spack/release/23.1.0/mpi/openmpi/4.1.6-gcc-12.3.0
|
modules:
|
||||||
- spec: openmpi@4.1.6%aocc@=4.1.0~cuda~cxx~cxx_exceptions~java~memchecker+pmi~static~wrapper-rpath
|
- libfabric/1.15.2.0
|
||||||
fabrics=ucx schedulers=slurm,tm
|
- spec: cray-mpich@8.1.30%cce
|
||||||
prefix: /opt/hlrs/non-spack/release/23.1.0/mpi/openmpi/4.1.6-aocc-4.1.0
|
prefix: /opt/cray/pe/mpich/8.1.30/ofi/cray/17.0
|
||||||
|
modules:
|
||||||
|
- libfabric/1.15.2.0
|
||||||
buildable: false
|
buildable: false
|
||||||
mpt:
|
libfabric:
|
||||||
externals:
|
externals:
|
||||||
# We have to generate compiler-specific modulefiles in order to
|
- spec: libfabric@1.15.2 fabrics=cxi,tcp,udp
|
||||||
# e.g. set custom Fortran modules path. It's hence not possible
|
prefix: /opt/cray/libfabric/1.15.2.0
|
||||||
# to use a single spec based on gcc@8.5.0 although a single spec
|
buildable: false
|
||||||
# would be meaningful due to the _prebuilt_ fashion of MPT.
|
cray-libsci:
|
||||||
- spec: mpt@2.28%gcc@=12.3.0
|
|
||||||
prefix: /opt/hlrs/non-spack/mpi/mpt/mpt-2.28
|
|
||||||
- spec: mpt@2.28%aocc@=4.1.0
|
|
||||||
prefix: /opt/hlrs/non-spack/mpi/mpt/mpt-2.28
|
|
||||||
buildable: False
|
|
||||||
binutils:
|
|
||||||
externals:
|
externals:
|
||||||
- spec: binutils@2.30.123
|
- spec: cray-libsci@24.03.0%gcc
|
||||||
|
prefix: /opt/cray/pe/libsci/24.03.0/gnu/12.3/x86_64
|
||||||
|
modules:
|
||||||
|
- cray-libsci/24.03.0
|
||||||
|
- spec: cray-libsci@24.03.0%cce
|
||||||
|
prefix: /opt/cray/pe/libsci/24.03.0/cray/17.0/x86_64
|
||||||
|
modules:
|
||||||
|
- cray-libsci/24.03.0
|
||||||
|
buildable: false
|
||||||
|
# Packages which have not been discovered by spack external find
|
||||||
|
# and packages which are not in the OS image but low-level.
|
||||||
|
# Declare libs as externals only if a -devel OS package is installed
|
||||||
|
elfutils:
|
||||||
|
externals:
|
||||||
|
- spec: elfutils@0.185
|
||||||
prefix: /usr
|
prefix: /usr
|
||||||
buildable: false
|
buildable: false
|
||||||
|
numactl:
|
||||||
|
externals:
|
||||||
|
- spec: numactl@2.0.14
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
libxml2:
|
||||||
|
externals:
|
||||||
|
- spec: libxml2@2.9.14
|
||||||
|
buildable: false
|
||||||
|
libdwarf:
|
||||||
|
require: '%gcc@7.5'
|
||||||
|
zstd:
|
||||||
|
require: '%gcc@7.5'
|
||||||
|
zlib: # zlib@1.2.11 is available but deprecated
|
||||||
|
require: '%gcc@7.5'
|
||||||
|
zlib-ng:
|
||||||
|
require: '%gcc@7.5'
|
||||||
|
# packages which have been discovered by spack external find --all
|
||||||
python:
|
python:
|
||||||
externals:
|
externals:
|
||||||
- spec: python@3.6.8+bz2+crypt+ctypes+dbm+lzma+nis+pyexpat~pythoncmd+readline+sqlite3+ssl~tkinter+uuid+zlib
|
- spec: python@3.6.15+bz2+crypt+ctypes+dbm+lzma+nis+pyexpat~pythoncmd+readline+sqlite3+ssl~tkinter+uuid+zlib
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
cmake:
|
|
||||||
externals:
|
|
||||||
- spec: cmake@3.26.5
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
autoconf:
|
|
||||||
externals:
|
|
||||||
- spec: autoconf@2.69
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
automake:
|
|
||||||
externals:
|
|
||||||
- spec: automake@1.16.1
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
bash:
|
|
||||||
externals:
|
|
||||||
- spec: bash@4.4.20
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
berkeley-db:
|
|
||||||
externals:
|
|
||||||
- spec: berkeley-db@5.3.28
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
bison:
|
|
||||||
externals:
|
|
||||||
- spec: bison@3.0.4
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
bzip2:
|
|
||||||
externals:
|
|
||||||
- spec: bzip2@1.0.6
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
coreutils:
|
|
||||||
externals:
|
|
||||||
- spec: coreutils@8.30
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
cpio:
|
|
||||||
externals:
|
|
||||||
- spec: cpio@2.12
|
|
||||||
prefix: /usr
|
prefix: /usr
|
||||||
buildable: false
|
buildable: false
|
||||||
curl:
|
curl:
|
||||||
externals:
|
externals:
|
||||||
- spec: curl@7.61.1+gssapi+ldap+nghttp2
|
- spec: curl@8.0.1+gssapi+ldap+nghttp2
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
diffutils:
|
|
||||||
externals:
|
|
||||||
- spec: diffutils@3.6
|
|
||||||
prefix: /usr
|
prefix: /usr
|
||||||
buildable: false
|
buildable: false
|
||||||
dos2unix:
|
dos2unix:
|
||||||
|
@ -95,39 +75,14 @@ packages:
|
||||||
- spec: dos2unix@7.4.0
|
- spec: dos2unix@7.4.0
|
||||||
prefix: /usr
|
prefix: /usr
|
||||||
buildable: false
|
buildable: false
|
||||||
file:
|
openssl:
|
||||||
externals:
|
externals:
|
||||||
- spec: file@5.33
|
- spec: openssl@1.1.1l
|
||||||
prefix: /usr
|
prefix: /usr
|
||||||
buildable: false
|
buildable: false
|
||||||
findutils:
|
bzip2:
|
||||||
externals:
|
externals:
|
||||||
- spec: findutils@4.6.0
|
- spec: bzip2@1.0.8
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
flex:
|
|
||||||
externals:
|
|
||||||
- spec: flex@2.6.1+lex
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
gawk:
|
|
||||||
externals:
|
|
||||||
- spec: gawk@4.2.1
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
gettext:
|
|
||||||
externals:
|
|
||||||
- spec: gettext@0.19.8.1
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
ghostscript:
|
|
||||||
externals:
|
|
||||||
- spec: ghostscript@9.27
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
git:
|
|
||||||
externals:
|
|
||||||
- spec: git@2.39.3~tcltk
|
|
||||||
prefix: /usr
|
prefix: /usr
|
||||||
buildable: false
|
buildable: false
|
||||||
gmake:
|
gmake:
|
||||||
|
@ -135,116 +90,19 @@ packages:
|
||||||
- spec: gmake@4.2.1
|
- spec: gmake@4.2.1
|
||||||
prefix: /usr
|
prefix: /usr
|
||||||
buildable: false
|
buildable: false
|
||||||
groff:
|
coreutils:
|
||||||
externals:
|
externals:
|
||||||
- spec: groff@1.22.3
|
- spec: coreutils@8.32
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
hwloc:
|
|
||||||
externals:
|
|
||||||
- spec: hwloc@2.2.0
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
krb5:
|
|
||||||
externals:
|
|
||||||
- spec: krb5@1.18.2
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
libfuse:
|
|
||||||
externals:
|
|
||||||
- spec: libfuse@2.9.7
|
|
||||||
prefix: /usr
|
|
||||||
- spec: libfuse@3.3.0
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
libtool:
|
|
||||||
externals:
|
|
||||||
- spec: libtool@2.4.6
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
lustre:
|
|
||||||
externals:
|
|
||||||
- spec: lustre@2.12.9_ddn38
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
m4:
|
|
||||||
externals:
|
|
||||||
- spec: m4@1.4.18
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
ncurses:
|
|
||||||
externals:
|
|
||||||
- spec: ncurses@6.1.20180224+termlib abi=6
|
|
||||||
prefix: /usr
|
prefix: /usr
|
||||||
buildable: false
|
buildable: false
|
||||||
openjdk:
|
openjdk:
|
||||||
externals:
|
externals:
|
||||||
- spec: openjdk@1.8.0_402-b06
|
- spec: openjdk@11.0.19_0-suse-150000.3.96.1-x8664
|
||||||
prefix: /usr
|
prefix: /usr
|
||||||
buildable: false
|
buildable: false
|
||||||
openssh:
|
binutils:
|
||||||
externals:
|
externals:
|
||||||
- spec: openssh@8.0p1
|
- spec: binutils@2.39.0
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
openssl:
|
|
||||||
externals:
|
|
||||||
- spec: openssl@1.1.1k
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
perl:
|
|
||||||
externals:
|
|
||||||
- spec: perl@5.26.3~cpanm+opcode+open+shared+threads
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
pkgconf:
|
|
||||||
externals:
|
|
||||||
- spec: pkgconf@1.4.2
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
rdma-core:
|
|
||||||
externals:
|
|
||||||
- spec: rdma-core@43.0
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
rsync:
|
|
||||||
externals:
|
|
||||||
- spec: rsync@3.1.3
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
sed:
|
|
||||||
externals:
|
|
||||||
- spec: sed@4.5
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
sqlite:
|
|
||||||
externals:
|
|
||||||
- spec: sqlite@3.26.0+fts~functions+rtree
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
subversion:
|
|
||||||
externals:
|
|
||||||
- spec: subversion@1.10.2
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
swig:
|
|
||||||
externals:
|
|
||||||
- spec: swig@3.0.12
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
tar:
|
|
||||||
externals:
|
|
||||||
- spec: tar@1.30
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
which:
|
|
||||||
externals:
|
|
||||||
- spec: which@2.21
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
xz:
|
|
||||||
externals:
|
|
||||||
- spec: xz@5.2.4
|
|
||||||
prefix: /usr
|
prefix: /usr
|
||||||
buildable: false
|
buildable: false
|
||||||
zip:
|
zip:
|
||||||
|
@ -252,3 +110,190 @@ packages:
|
||||||
- spec: zip@3.0
|
- spec: zip@3.0
|
||||||
prefix: /usr
|
prefix: /usr
|
||||||
buildable: false
|
buildable: false
|
||||||
|
cpio:
|
||||||
|
externals:
|
||||||
|
- spec: cpio@2.13
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
subversion:
|
||||||
|
externals:
|
||||||
|
- spec: subversion@1.14.1
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
xz:
|
||||||
|
externals:
|
||||||
|
- spec: xz@5.2.3
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
lustre:
|
||||||
|
externals:
|
||||||
|
- spec: lustre@2.15.0.7_rc2_cray_25_ga33b7d9
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
bison:
|
||||||
|
externals:
|
||||||
|
- spec: bison@3.0.4
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
git:
|
||||||
|
externals:
|
||||||
|
- spec: git@2.35.3+tcltk
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
go:
|
||||||
|
externals:
|
||||||
|
- spec: go@1.18.10
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
hwloc:
|
||||||
|
externals:
|
||||||
|
- spec: hwloc@2.8.0
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
gnupg:
|
||||||
|
externals:
|
||||||
|
- spec: gnupg@2.2.27
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
rdma-core:
|
||||||
|
externals:
|
||||||
|
- spec: rdma-core@38.3
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
groff:
|
||||||
|
externals:
|
||||||
|
- spec: groff@1.22.4
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
ghostscript:
|
||||||
|
externals:
|
||||||
|
- spec: ghostscript@9.52
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
cvs:
|
||||||
|
externals:
|
||||||
|
- spec: cvs@1.12.13
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
go-bootstrap:
|
||||||
|
externals:
|
||||||
|
- spec: go-bootstrap@1.18.10
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
cmake:
|
||||||
|
externals:
|
||||||
|
- spec: cmake@3.20.4
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
ncurses:
|
||||||
|
externals:
|
||||||
|
- spec: ncurses@6.1.20180317+termlib abi=6
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
bash:
|
||||||
|
externals:
|
||||||
|
- spec: bash@4.4.23
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
pkg-config:
|
||||||
|
externals:
|
||||||
|
- spec: pkg-config@0.29.2
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
flex:
|
||||||
|
externals:
|
||||||
|
- spec: flex@2.6.4+lex
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
rsync:
|
||||||
|
externals:
|
||||||
|
- spec: rsync@3.2.3
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
sed:
|
||||||
|
externals:
|
||||||
|
- spec: sed@4.4
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
gettext:
|
||||||
|
externals:
|
||||||
|
- spec: gettext@0.20.2
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
automake:
|
||||||
|
externals:
|
||||||
|
- spec: automake@1.15.1
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
m4:
|
||||||
|
externals:
|
||||||
|
- spec: m4@1.4.18
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
which:
|
||||||
|
externals:
|
||||||
|
- spec: which@2.21
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
file:
|
||||||
|
externals:
|
||||||
|
- spec: file@5.32
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
perl:
|
||||||
|
externals:
|
||||||
|
- spec: perl@5.26.1~cpanm+opcode+open+shared+threads
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
ruby:
|
||||||
|
externals:
|
||||||
|
- spec: ruby@2.5.9
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
autoconf:
|
||||||
|
externals:
|
||||||
|
- spec: autoconf@2.69
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
gawk:
|
||||||
|
externals:
|
||||||
|
- spec: gawk@4.2.1
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
diffutils:
|
||||||
|
externals:
|
||||||
|
- spec: diffutils@3.6
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
tar:
|
||||||
|
externals:
|
||||||
|
- spec: tar@1.34
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
openssh:
|
||||||
|
externals:
|
||||||
|
- spec: openssh@8.4p1
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
sqlite:
|
||||||
|
externals:
|
||||||
|
- spec: sqlite@3.39.3+fts~functions+rtree
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
findutils:
|
||||||
|
externals:
|
||||||
|
- spec: findutils@4.8.0
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
libtool:
|
||||||
|
externals:
|
||||||
|
- spec: libtool@2.4.6
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
libfuse:
|
||||||
|
externals:
|
||||||
|
- spec: libfuse@2.9.7
|
||||||
|
prefix: /usr
|
||||||
|
- spec: libfuse@3.10.5
|
||||||
|
prefix: /usr
|
||||||
|
buildable: false
|
||||||
|
|
|
@ -1,10 +1,22 @@
|
||||||
# This is a Spack Environment file.
|
# This is a Spack Environment file fot he main HLRS software stack
|
||||||
#
|
|
||||||
# It describes a set of packages to be installed, along with
|
|
||||||
# configuration settings.
|
|
||||||
spack:
|
spack:
|
||||||
|
# definitions:
|
||||||
|
# core_compiler: [gcc@7.5]
|
||||||
|
# compilers: [gcc@13.2, cce@18.0]
|
||||||
|
# packages:
|
||||||
|
# all:
|
||||||
|
# compiler: [gcc@13.2, cce@18.0]
|
||||||
# add package specs to the `specs` list
|
# add package specs to the `specs` list
|
||||||
specs: []
|
specs:
|
||||||
|
- matrix: # modules for low-level tools
|
||||||
|
- [libunwind, papi]
|
||||||
|
- ['%gcc@7.5']
|
||||||
|
# - [$%core_compiler]
|
||||||
|
- matrix:
|
||||||
|
- [mpip, extrae]
|
||||||
|
- ['cflags="-Wno-error=implicit-function-declaration -Wno-error=implicit-int"']
|
||||||
|
- [^mpi]
|
||||||
|
- ['%gcc@13.2', '%cce@18.0']
|
||||||
view: false
|
view: false
|
||||||
concretizer:
|
concretizer:
|
||||||
unify: when_possible
|
unify: when_possible
|
||||||
|
|
Loading…
Reference in a new issue