Skip to content

Commit 0f0c80a

Browse files
Transurgeonclaude
andcommitted
Install LAPACK and BLAS dev libraries for cyipopt build on Ubuntu
cyipopt links against LAPACK and BLAS which are not installed by default on Ubuntu runners. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7669f7c commit 0f0c80a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_nlp_solvers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
enable-cache: true
2525
- name: Install IPOPT (Ubuntu)
2626
if: runner.os == 'Linux'
27-
run: sudo apt-get update && sudo apt-get install -y coinor-libipopt-dev
27+
run: sudo apt-get update && sudo apt-get install -y coinor-libipopt-dev liblapack-dev libblas-dev
2828
- name: Install IPOPT (macOS)
2929
if: runner.os == 'macOS'
3030
run: brew install ipopt

0 commit comments

Comments
 (0)