Skip to content

Commit

Permalink
Fix scripts/buildSuiteSparse.sh (#2229)
Browse files Browse the repository at this point in the history
Don't try to build non-existent CAMD component.
  • Loading branch information
dweindl authored Dec 6, 2023
1 parent c225cda commit a560826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildSuiteSparse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ amici_path=$(cd "$script_path/.." && pwd)

suitesparse_root="${amici_path}/ThirdParty/SuiteSparse"
export CMAKE_OPTIONS="-DBLA_VENDOR=All -DENABLE_CUDA=FALSE -DNFORTRAN=TRUE -DNCHOLMOD=TRUE"
for subdir in SuiteSparse_config BTF AMD CAMD COLAMD KLU
for subdir in SuiteSparse_config BTF AMD COLAMD KLU
do cd "${suitesparse_root}/${subdir}" && make local install
done

0 comments on commit a560826

Please sign in to comment.