Skip to content

Commit

Permalink
ubuntu_intel.yaml: use python@3.11 (avoid installation failure with 3…
Browse files Browse the repository at this point in the history
….13)
  • Loading branch information
AlexanderRichert-NOAA committed Nov 18, 2024
1 parent 253e363 commit c1c7be3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ubuntu_intel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
spack config add "packages:mpi:require:intel-oneapi-mpi"
intel_mpi_version=$(basename $(realpath /opt/intel/oneapi/mpi/latest))
sed -i "s|^ packages:| packages:\n intel-oneapi-mpi:\n buildable: false\n externals:\n - spec: intel-oneapi-mpi@${intel_mpi_version}\n prefix: /opt/intel/oneapi|" $SPACK_ENV/spack.yaml
spack config add "packages:python:require:'@3.11'"
cat $SPACK_ENV/spack.yaml
spack concretize
spack install --dirty --show-log-on-error --fail-fast
Expand Down

0 comments on commit c1c7be3

Please sign in to comment.