Skip to content

Commit

Permalink
Add missing dummy target to Makefile for download/intel-mkl
Browse files Browse the repository at this point in the history
  • Loading branch information
David Williams-Young committed Apr 29, 2024
1 parent 1217491 commit 4883f7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linalg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ apt-add-repository/intel-mkl:
install/intel-mkl:
apt -y install intel-oneapi-mkl-core intel-oneapi-mkl-core-devel

download/intel-mkl: apt-add-repository/intel-mkl

install/intel-mkl/lp64-sequential: install/intel-mkl
install/intel-mkl/lp64-openmp: install/intel-mkl
install/intel-mkl/lp64-tbb: install/intel-mkl
Expand Down

0 comments on commit 4883f7e

Please sign in to comment.