Skip to content

Commit

Permalink
Fix intel oneapi packages to 2024.2.1 because of internal compiler er…
Browse files Browse the repository at this point in the history
…ror in 2025.0
  • Loading branch information
hughcars committed Nov 6, 2024
1 parent 9dda1bb commit 0085cb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ jobs:
- name: Configure Intel oneAPI compiler
if: matrix.compiler == 'intel'
run: |
sudo apt-get install -y intel-oneapi-compiler-dpcpp-cpp \
intel-oneapi-compiler-fortran
sudo apt-get install -y intel-oneapi-compiler-dpcpp-cpp=2024.2.1-1079 \
intel-oneapi-compiler-fortran=2024.2.1-1079
- name: Install math libraries (OpenBLAS)
if: matrix.math-libs == 'openblas'
Expand All @@ -133,7 +133,7 @@ jobs:
- name: Install math libraries (Intel oneAPI MKL)
if: matrix.math-libs == 'intelmkl'
run: |
sudo apt-get install -y intel-oneapi-mkl intel-oneapi-mkl-devel
sudo apt-get install -y intel-oneapi-mkl=2024.2.2-15 intel-oneapi-mkl-devel=2024.2.2-15
- name: Install math libraries (AOCL)
if: matrix.math-libs == 'aocl'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
- name: Configure Intel oneAPI compiler
if: matrix.compiler == 'intel'
run: |
sudo apt-get install -y intel-oneapi-compiler-dpcpp-cpp \
intel-oneapi-compiler-fortran
sudo apt-get install -y intel-oneapi-compiler-dpcpp-cpp=2024.2.1-1079 \
intel-oneapi-compiler-fortran=2024.2.1-1079
- uses: vsoch/spack-package-action/install@main

Expand Down

0 comments on commit 0085cb5

Please sign in to comment.