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 90fd5b9 commit a690390Copy full SHA for a690390
.github/workflows/CI.yml
@@ -138,9 +138,9 @@ jobs:
138
-DCMAKE_MAXIMUM_RANK:String=4
139
-DCMAKE_INSTALL_PREFIX=$PWD/_dist
140
-DFIND_BLAS:STRING=TRUE
141
- -DBLAS_LIBRARIES="/opt/intel/oneapi/mkl/latest/lib/intel64/libmkl_rt.so"
142
- -DLAPACK_LIBRARIES="/opt/intel/oneapi/mkl/latest/lib/intel64/libmkl_rt.so"
143
-S . -B build_mkl
+# -DBLAS_LIBRARIES="/opt/intel/oneapi/mkl/latest/lib/intel64/libmkl_rt.so"
+# -DLAPACK_LIBRARIES="/opt/intel/oneapi/mkl/latest/lib/intel64/libmkl_rt.so"
144
145
- name: Build and compile with MKL
146
run: cmake --build build_mkl --parallel
0 commit comments