-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #200 from LLNL/feature/toss4
Patches for building on TOSS4 with spack v0.19.1.
- Loading branch information
Showing
20 changed files
with
350 additions
and
256 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
compilers: | ||
- compiler: | ||
spec: clang@14.0.6 | ||
paths: | ||
cc: /usr/tce/packages/clang/clang-14.0.6/bin/clang | ||
cxx: /usr/tce/packages/clang/clang-14.0.6/bin/clang++ | ||
f77: /usr/tce/packages/gcc/gcc-10.3.1/bin/gfortran | ||
fc: /usr/tce/packages/gcc/gcc-10.3.1/bin/gfortran | ||
flags: {} | ||
operating_system: rhel8 | ||
target: x86_64 | ||
modules: [] | ||
environment: {} | ||
extra_rpaths: [] | ||
- compiler: | ||
spec: gcc@10.3.1 | ||
paths: | ||
cc: /usr/tce/packages/gcc/gcc-10.3.1/bin/gcc | ||
cxx: /usr/tce/packages/gcc/gcc-10.3.1/bin/g++ | ||
f77: /usr/tce/packages/gcc/gcc-10.3.1/bin/gfortran | ||
fc: /usr/tce/packages/gcc/gcc-10.3.1/bin/gfortran | ||
flags: {} | ||
operating_system: rhel8 | ||
target: x86_64 | ||
modules: [] | ||
environment: {} | ||
extra_rpaths: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
packages: | ||
all: | ||
# This defaults us to machine specific flags of ivybridge which allows | ||
# us to run on broadwell as well | ||
target: [ivybridge] | ||
compiler: [gcc, clang] | ||
cmake: | ||
version: [3.23.1] | ||
buildable: false | ||
externals: | ||
- spec: cmake@3.23.1 | ||
prefix: /usr/tce/packages/cmake/cmake-3.23.1 | ||
|
||
mvapich2: | ||
externals: | ||
- spec: mvapich2@2.3.6%gcc@10.3.1~cuda~debug~regcache~wrapperrpath ch3_rank_bits=32 | ||
file_systems=lustre,nfs,ufs process_managers=slurm | ||
prefix: /usr/tce/packages/mvapich2/mvapich2-2.3.6-gcc-10.3.1 | ||
buildable: false | ||
|
||
# ------ SYSTEM LIBS ------- | ||
ncurses: | ||
externals: | ||
- spec: ncurses@5.9 | ||
prefix: /usr | ||
buildable: false | ||
readline: | ||
externals: | ||
- spec: readline@7.0 | ||
prefix: /usr | ||
buildable: false | ||
autoconf: | ||
externals: | ||
- spec: autoconf@2.69 | ||
prefix: /usr | ||
buildable: false | ||
automake: | ||
externals: | ||
- spec: automake@1.13.4 | ||
prefix: /usr | ||
buildable: false | ||
libtool: | ||
externals: | ||
- spec: libtool@2.4.2 | ||
prefix: /usr | ||
buildable: false | ||
bzip2: | ||
externals: | ||
- spec: bzip2@1.0.6 | ||
prefix: /usr | ||
buildable: false | ||
expat: | ||
externals: | ||
- spec: expat@2.4.1 | ||
prefix: /usr | ||
buildable: false | ||
gdbm: | ||
externals: | ||
- spec: gdbm@1.19 | ||
prefix: /usr | ||
buildable: false | ||
gettext: | ||
externals: | ||
- spec: gettext@0.19 | ||
prefix: /usr | ||
buildable: false | ||
libffi: | ||
externals: | ||
- spec: libffi@3.3 | ||
prefix: /usr | ||
buildable: false | ||
openssl: | ||
externals: | ||
- spec: openssl@1.1.1 | ||
prefix: /usr | ||
buildable: false | ||
ossp-uuid: | ||
externals: | ||
- spec: ossp-uuid@1.62 | ||
prefix: /usr | ||
buildable: false | ||
sqlite: | ||
externals: | ||
- spec: sqlite@3.36.0 | ||
prefix: /usr | ||
buildable: false | ||
pkg-config: | ||
externals: | ||
- spec: pkg-config@0.27.1 | ||
prefix: /usr | ||
buildable: false | ||
tar: | ||
externals: | ||
- spec: tar@1.26 | ||
prefix: /usr | ||
buildable: false | ||
elfutils: | ||
externals: | ||
- spec: elfutils@0.176 | ||
prefix: /usr | ||
buildable: false | ||
|
||
#---- Extension Dependencies | ||
|
||
hwloc: | ||
externals: | ||
- spec: hwloc@5.7.5 | ||
prefix: /usr | ||
buildable: false | ||
netlib-lapack: | ||
buildable: false | ||
externals: | ||
- spec: netlib-lapack@3.9.0 | ||
prefix: /usr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.