Skip to content

Commit

Permalink
Update action script
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed Jan 21, 2025
1 parent 33eba34 commit 4ce7ea5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
--slave /usr/bin/gfortran gfortran /usr/bin/gfortran-${GCC_V} \
--slave /usr/bin/gcov gcov /usr/bin/gcov-${GCC_V}
- name: Install BLAS & LAPACK
if: contains(matrix.os, 'ubuntu')
run: |
sudo apt-get update
sudo apt-get install libopenblas-dev liblapack-dev
- name: Install fpm
uses: fortran-lang/setup-fpm@v5
with:
Expand Down Expand Up @@ -103,6 +109,13 @@ jobs:
source /opt/intel/oneapi/setvars.sh
printenv >> $GITHUB_ENV
- name: Install BLAS & LAPACK
run: |
sudo apt-get update
sudo apt-get -y install intel-mkl
sudo apt update
sudo apt -y install intel-mkl
- name: Install fpm
uses: fortran-lang/setup-fpm@v3
with:
Expand Down

0 comments on commit 4ce7ea5

Please sign in to comment.