We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ba13e commit f03bb5cCopy full SHA for f03bb5c
1 file changed
.github/workflows/build-unix.yml
@@ -81,12 +81,13 @@ jobs:
81
-D CMAKE_C_COMPILER="gcc"
82
-D CMAKE_Fortran_COMPILER="gfortran"
83
-D CMAKE_PREFIX_PATH="/opt/homebrew/opt/openblas"
84
+ -D CMAKE_INSTALL_PREFIX=${{github.workspace}}/lapack_install
85
-D BLA_VENDOR=OpenBLAS
86
87
- name: Configure CMake
88
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
89
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
- if: ${{ matrix.os == 'ubuntu-latest' }}
90
+ if: ${{ matrix.os == 'ubuntu-latest' }}
91
run: >
92
cmake -B build -G Ninja
93
-D CMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
0 commit comments