Skip to content

Commit a690390

Browse files
committed
test
1 parent 90fd5b9 commit a690390

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ jobs:
138138
-DCMAKE_MAXIMUM_RANK:String=4
139139
-DCMAKE_INSTALL_PREFIX=$PWD/_dist
140140
-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"
143141
-S . -B build_mkl
142+
# -DBLAS_LIBRARIES="/opt/intel/oneapi/mkl/latest/lib/intel64/libmkl_rt.so"
143+
# -DLAPACK_LIBRARIES="/opt/intel/oneapi/mkl/latest/lib/intel64/libmkl_rt.so"
144144

145145
- name: Build and compile with MKL
146146
run: cmake --build build_mkl --parallel

0 commit comments

Comments
 (0)