Skip to content

Commit

Permalink
Update ubuntu.yml with lapacke
Browse files Browse the repository at this point in the history
  • Loading branch information
sjsprecious authored Jun 28, 2024
1 parent 3acc6e4 commit e035ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Run Cmake
run: cmake -S . -B build
- name: Build
run: cmake --build build --parallel
run: cmake -D LAPACK_LIBRARIES=-llapacke --build build --parallel
- name: Run tests
run: |
cd build
ctest --rerun-failed --output-on-failure . --verbose
ctest --rerun-failed --output-on-failure . --verbose

0 comments on commit e035ad9

Please sign in to comment.