Skip to content

Commit

Permalink
find blas explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed May 2, 2024
1 parent c0d20df commit e40d733
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ fi
# can add lagraph and -DSUITESPARSE_USE_SYSTEM_GRAPHBLAS after packaging 9.1
cmake -B build \
-DSUITESPARSE_ENABLE_PROJECTS="suitesparse_config;amd;btf;camd;ccolamd;colamd;cholmod;cxsparse;ldl;klu;umfpack;paru;rbio;spqr;spex" \
-DBLA_VENDOR="Generic" \
-DBLAS_LIBRARIES="$PREFIX/lib/libblas${SHLIB_EXT};$PREFIX/lib/libcblas${SHLIB_EXT}" \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_STATIC_LIBS=OFF \
${CMAKE_ARGS}
Expand Down

0 comments on commit e40d733

Please sign in to comment.