Skip to content

Commit

Permalink
Fix typo in suitesparse build
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Oct 17, 2024
1 parent 925abfb commit a4f4dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/deps/suitesparse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ tar xzf ${ssparse_pkg} \
-DCMAKE_BUILD_TYPE=Release ${shr} \
-DBLAS_LIBRARIES="${BLAS_LIBRARIES}" \
-DLAPACK_LIBRARIES="${LAPACK_LIBRARIES}" ${BLA_OPTIONS} \
-DSUITESPARSE_ENABLE_PROJECTS "cholmod" \
-DSUITESPARSE_ENABLE_PROJECTS="cholmod" \
-S . -B build \
&& cmake --build build \
&& cmake --install build \
Expand Down

0 comments on commit a4f4dce

Please sign in to comment.