diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-10-04 04:21:13 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-10-04 04:21:13 +0000 |
commit | 6004b8dfd695ad1294f9a8b94bc2a27c23f242e5 (patch) | |
tree | 89e0b799be4ab858a434e659f8d621024a329561 /math/Makefile | |
parent | e3212eb64ee25847bd38ac6c165b2b1ffb62834f (diff) | |
download | ports-6004b8dfd695ad1294f9a8b94bc2a27c23f242e5.tar.gz ports-6004b8dfd695ad1294f9a8b94bc2a27c23f242e5.zip |
Add new port math/sdpa.
The SDPA (SemiDefinite Programming Algorithm) is a software package for
solving semidefinite program (SDP). Extremely efficient, almost fastest
around the world!
Notes
Notes:
svn path=/head/; revision=90200
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 59e2aa86cb75..e48a1543d4c1 100644 --- a/math/Makefile +++ b/math/Makefile @@ -163,6 +163,7 @@ SUBDIR += scalapack SUBDIR += scigraphica SUBDIR += scilab + SUBDIR += sdpa SUBDIR += simpack SUBDIR += slsc SUBDIR += snns |