Skip to content

Commit

Permalink
Merge pull request #151 from xylar/fix-frontier-gnu-mpich
Browse files Browse the repository at this point in the history
Add missing unbuildable tools to gnu-mpich on Frontier
  • Loading branch information
xylar authored Mar 20, 2024
2 parents d54b34c + dff45e8 commit b29b44c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions mache/spack/frontier_gnu_mpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,26 @@ spack:
{% if e3sm_lapack %}
lapack: [[email protected]]
{% endif %}
autoconf:
externals:
- spec: [email protected]
prefix: /usr
buildable: false
automake:
externals:
- spec: [email protected]
prefix: /usr
buildable: false
bzip2:
externals:
- spec: [email protected]
prefix: /usr
buildable: false
cmake:
externals:
- spec: [email protected]
prefix: /sw/frontier/spack-envs/base/opt/linux-sles15-x86_64/gcc-7.5.0/cmake-3.23.2-4r4mpiba7cwdw2hlakh5i7tchi64s3qd
buildable: false
curl:
externals:
- spec: [email protected]
Expand All @@ -37,11 +52,21 @@ spack:
- spec: [email protected]
prefix: /usr
buildable: false
gmake:
externals:
- spec: [email protected]
prefix: /sw/frontier/spack-envs/base/opt/linux-sles15-x86_64/gcc-7.5.0/gmake-4.3-32qt54ujpdxcat7ceg4vcjlmf2ze25j5
buildable: false
libxml2:
externals:
- spec: [email protected]
prefix: /usr
buildable: false
m4:
externals:
- spec: [email protected]
prefix: /usr
buildable: false
ncurses:
externals:
- spec: [email protected]
Expand Down

0 comments on commit b29b44c

Please sign in to comment.