diff options
| author | Thierry Thomas <thierry@FreeBSD.org> | 2021-05-24 16:50:47 +0000 |
|---|---|---|
| committer | Thierry Thomas <thierry@FreeBSD.org> | 2021-05-25 10:00:10 +0000 |
| commit | a674df10cf4c11415d9503ad173f72afb1afe010 (patch) | |
| tree | e79644cbba05ab6dc201f9d8d2a51eae10df0a22 | |
| parent | aa89cc7245a382eb9c7f62b5d888a35743cbe9db (diff) | |
math/suitesparse-*: connect the SuiteSparse modules
| -rw-r--r-- | math/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index cf1288e853bb..0ad7f18bfeaf 100644 --- a/math/Makefile +++ b/math/Makefile @@ -976,6 +976,23 @@ SUBDIR += sprng SUBDIR += stp SUBDIR += suitesparse + SUBDIR += suitesparse-amd + SUBDIR += suitesparse-btf + SUBDIR += suitesparse-camd + SUBDIR += suitesparse-ccolamd + SUBDIR += suitesparse-cholmod + SUBDIR += suitesparse-colamd + SUBDIR += suitesparse-config + SUBDIR += suitesparse-csparse + SUBDIR += suitesparse-cxsparse + SUBDIR += suitesparse-graphblas + SUBDIR += suitesparse-klu + SUBDIR += suitesparse-ldl + SUBDIR += suitesparse-mongoose + SUBDIR += suitesparse-rbio + SUBDIR += suitesparse-slip_lu + SUBDIR += suitesparse-spqr + SUBDIR += suitesparse-umfpack SUBDIR += sundials SUBDIR += superlu SUBDIR += symengine |
