Skip to content

Commit 6bcfcea

Browse files
andreasnoackclaude
andcommitted
Install libopenblas-dev to provide system BLAS/LAPACK
The bundled OpenBLAS build fails because its gfortran library search paths only cover GCC up to version 6. Installing a system BLAS/LAPACK avoids the fallback entirely. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a5c7488 commit 6bcfcea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install dependencies
4646
run: |
4747
sudo apt-get update
48-
sudo apt-get install -y ccache mpich libmpich-dev ${{ matrix.packages }}
48+
sudo apt-get install -y ccache mpich libmpich-dev libopenblas-dev ${{ matrix.packages }}
4949
5050
- name: Set up ccache
5151
uses: hendrikmuhs/ccache-action@v1

0 commit comments

Comments
 (0)