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