Skip to content

Commit

Permalink
add gcc require for cross compiler packages
Browse files Browse the repository at this point in the history
  • Loading branch information
eap committed Dec 19, 2024
1 parent e2b9ffd commit 90eb862
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions configs/containers/docker-ubuntu-intel-impi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ spack:
externals:
- spec: [email protected]
prefix: /usr
boost:
require:
- '%gcc'
coreutils:
externals:
- spec: [email protected]
Expand All @@ -81,6 +84,9 @@ spack:
externals:
- spec: [email protected]
prefix: /usr
ecflow:
require:
- '%gcc'
findutils:
externals:
- spec: [email protected]
Expand Down Expand Up @@ -144,6 +150,9 @@ spack:
externals:
- spec: [email protected]
prefix: /usr
pixman:
require:
- '%gcc'
perl:
externals:
- spec: [email protected]~cpanm+opcode+open+shared+threads
Expand Down

0 comments on commit 90eb862

Please sign in to comment.