Skip to content

Commit

Permalink
Revert "Add CXSPARSE component to SuiteSparse (#4709)"
Browse files Browse the repository at this point in the history
This reverts commit a4d30a3.
  • Loading branch information
vchuravy authored Apr 5, 2022
1 parent 5e056b4 commit 6c156e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S/SuiteSparse/SuiteSparse/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ FLAGS+=(UMFPACK_CONFIG="$SUN" CHOLMOD_CONFIG+="$SUN -DNPARTITION" SPQR_CONFIG="$
make -j${nproc} -C SuiteSparse_config "${FLAGS[@]}" library config
for proj in SuiteSparse_config AMD BTF CAMD CCOLAMD COLAMD CHOLMOD LDL KLU UMFPACK RBio SPQR CXSparse; do
for proj in SuiteSparse_config AMD BTF CAMD CCOLAMD COLAMD CHOLMOD LDL KLU UMFPACK RBio SPQR; do
make -j${nproc} -C $proj "${FLAGS[@]}" library CFOPENMP="$CFOPENMP"
make -j${nproc} -C $proj "${FLAGS[@]}" install CFOPENMP="$CFOPENMP"
done
Expand Down

0 comments on commit 6c156e4

Please sign in to comment.