Skip to content

Commit

Permalink
remove lapack reference from meson setup
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <[email protected]>
  • Loading branch information
marcelmbn committed Aug 27, 2024
1 parent 54e65dd commit 7e2970e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
env:
COVERAGE: ${{ matrix.build-type == 'coverage' }}
MESON_ARGS: >-
${{ matrix.compiler == 'intel' && '-Dfortran_link_args=-qopenmp' || '' }} ${{ contains(matrix.os, 'macos') && '-Dlapack=openblas' || '' }}
${{ matrix.compiler == 'intel' && '-Dfortran_link_args=-qopenmp' || '' }}
- name: Build library
run: ninja -C ${{ env.BUILD_DIR }}
- name: Run unit tests
Expand Down

0 comments on commit 7e2970e

Please sign in to comment.