Skip to content

Commit

Permalink
Merge pull request #191 from xylar/add-python-to-compy-spack
Browse files Browse the repository at this point in the history
Add python to compy spack
  • Loading branch information
xylar authored Sep 10, 2024
2 parents 5ae2fc3 + 8e817ee commit 7696bd6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mache/spack/compy_gnu_openmpi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ spack:
- spec: [email protected]
prefix: /usr
buildable: false
python:
externals:
- spec: [email protected]
prefix: /share/apps/python/miniconda2024May29
buildable: false
gcc:
externals:
- spec: [email protected]
Expand Down
5 changes: 5 additions & 0 deletions mache/spack/compy_intel_impi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ spack:
- spec: [email protected]
prefix: /usr
buildable: false
python:
externals:
- spec: [email protected]
prefix: /share/apps/python/miniconda2024May29
buildable: false
intel:
externals:
- spec: [email protected]
Expand Down

0 comments on commit 7696bd6

Please sign in to comment.