Skip to content

Commit 330c1d3

Browse files
committed
try prefix
1 parent b37db9d commit 330c1d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/julia/build_tarballs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/julia-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: JuliaCompileAndTest
1+
name: JuliaCompileAndTest_
22
on: [push, pull_request]
33
# needed to allow julia-actions/cache to delete old caches that it has created
44
permissions:

cmake/FindHipoDeps.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}")

0 commit comments

Comments
 (0)