diff options
author | maho <maho@FreeBSD.org> | 2003-10-04 04:21:13 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-10-04 04:21:13 +0000 |
commit | 697c9d6e766955f5f251de3a284e0dd4fa6b3c66 (patch) | |
tree | b5ab7e7b94083aee922fad504d17892a54505d5f /math/Makefile | |
parent | 3f1f1d5d9772378488a76e0bbf32d76edcf0f314 (diff) | |
download | FreeBSD-ports-697c9d6e766955f5f251de3a284e0dd4fa6b3c66.zip FreeBSD-ports-697c9d6e766955f5f251de3a284e0dd4fa6b3c66.tar.gz |
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!
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 59e2aa8..e48a154 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 |