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 ef64c47 commit d92f087Copy full SHA for d92f087
.github/workflows/linux.yml
@@ -64,7 +64,7 @@ jobs:
64
run: |
65
cd
66
git clone https://github.com/Reference-LAPACK/lapack.git
67
- cmake -S . -B build -DCMAKE_INSTALL_LIBDIR=$(pwd)/install -DBUILD_SHARED_LIBS=ON -DCBLAS=ON ..
+ cmake -S . -B build -DCMAKE_INSTALL_LIBDIR=$(pwd)/install -DBUILD_SHARED_LIBS=ON -DCBLAS=ON
68
cmake --build build -j2 --target install
69
- name: clone oneMKL
70
0 commit comments