Skip to content

Commit 1486c80

Browse files
committed
Attempt at fixing Eigen build issue
1 parent e79dc37 commit 1486c80

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/automated_testing.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ jobs:
2626
working-directory: ${{github.workspace}}/eigen
2727
run: cmake -B ${{github.workspace}}/eigen/build -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/eigen/build
2828

29-
- name: Build BLAS
30-
working-directory: ${{github.workspace}}/eigen
31-
run: cmake --blas
32-
33-
- name: Build Lapack
34-
working-directory: ${{github.workspace}}/eigen
35-
run: cmake --lapack
36-
3729
- name: Install Eigen
3830
working-directory: ${{github.workspace}}/eigen
3931
run: cmake --install build

0 commit comments

Comments
 (0)