Skip to content

Commit

Permalink
Follow-up 2 to #1363 (update from spack dev 20241031): fix JEDI CI co…
Browse files Browse the repository at this point in the history
…ntainer builds for gcc and clang, and work towards fixing intel (#1381)

This PR is a follow up to the update from spack develop in #1363. It removes the external gmake packages so that the new requirement for gmake to be one of 4.2.1 or 4.4.1 can be honored.
  • Loading branch information
climbfuji authored Nov 15, 2024
1 parent 9fbd7bb commit 4bf5913
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions configs/containers/docker-ubuntu-clang-mpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ spack:
- spec: [email protected]
prefix: /opt/mpich-4.2.1
version: [4.2.1]
gmake:
buildable: false
externals:
- spec: [email protected]
prefix: /usr
diffutils:
buildable: false
externals:
Expand Down
5 changes: 0 additions & 5 deletions configs/containers/docker-ubuntu-gcc-openmpi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ spack:
externals:
- spec: [email protected]
prefix: /usr
gmake:
buildable: false
externals:
- spec: [email protected]
prefix: /usr
diffutils:
buildable: false
externals:
Expand Down
5 changes: 0 additions & 5 deletions configs/containers/docker-ubuntu-intel-impi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ spack:
# externals:
# - spec: [email protected]
# prefix: /opt/intel/oneapi
gmake:
buildable: false
externals:
- spec: [email protected]
prefix: /usr
diffutils:
buildable: false
externals:
Expand Down

0 comments on commit 4bf5913

Please sign in to comment.