File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ cmake -DCMAKE_INSTALL_PREFIX=${prefix} \
3434 -DBUILD_SHARED_LIBS=${BUILD_SHARED} \
3535 -DZLIB_USE_STATIC_LIBS=${BUILD_STATIC} \
3636 -DHIPO=ON \
37- -DBLAS_ROOT="${libdir}/libopenblas.${dlext }" \
37+ -DBLAS_ROOT="${prefix }" \
3838 -DMETIS_ROOT=${prefix} \
3939 ..
4040
Original file line number Diff line number Diff line change 1- name : JuliaCompileAndTest
1+ name : JuliaCompileAndTest_
22on : [push, pull_request]
33# needed to allow julia-actions/cache to delete old caches that it has created
44permissions :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ elseif(NOT APPLE)
99 # LINUX
1010 find_library (OPENBLAS_LIB
1111 NAMES openblas
12- HINTS "${BLAS_ROOT} /lib" " ${BLAS_ROOT} " )
12+ HINTS "${BLAS_ROOT} /lib" )
1313
1414 if (OPENBLAS_LIB)
1515 message ("Found OpenBLAS library at ${OPENBLAS_LIB} " )
You can’t perform that action at this time.
0 commit comments