diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-03-13 03:46:58 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-03-13 03:46:58 +0000 |
commit | 7f8493738592e5931d3619aae9bc17bbc2e1979b (patch) | |
tree | fd6fddc1cf730ab5a1a1471b726b84fd989456ef /math | |
parent | Update to 2004.03.12. (diff) |
1) remove lapack dependency
2) SIZEify
3) fix build (sdpa.6.00.install.txt has been changed)
--- sdpa.6.00.install.txt.old Fri Nov 15 15:22:50 2002
+++ sdpa.6.00.install.txt Wed Mar 10 16:57:59 2004
@@ -17,6 +17,7 @@
4. Install SDPA
A. Install SDPA with CLAPACK, without ATLAS
+B. Install SDPA on Windows
-----------------------------------------
@@ -263,3 +264,13 @@
$ ./example1-1.exe
$ ./example3.exe
+
+*******************************************************
+
+*******************************************************
+B. Install SDPA on Windows
+
+To compile SDPA with Visual C++, download
+http://sdpa.is.titech.ac.jp/sdpa.6.00.src.tar.gz
+and unzip the file.
+Then follow the file Install-with-Visual-C++.txt
Reported by: kris via bento
Notes
Notes:
svn path=/head/; revision=103833
Diffstat (limited to 'math')
-rw-r--r-- | math/sdpa/Makefile | 3 | ||||
-rw-r--r-- | math/sdpa/distinfo | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/math/sdpa/Makefile b/math/sdpa/Makefile index ac0459b32a1a..40307cc5f244 100644 --- a/math/sdpa/Makefile +++ b/math/sdpa/Makefile @@ -22,8 +22,7 @@ EXTRACT_ONLY= ${PORTNAME}.${PORTVERSION}.src.tar.gz MAINTAINER= maho@FreeBSD.org COMMENT= SDPA(SemiDefinite Programming Algorithm) Very efficent SDP Solver -LIB_DEPENDS= lapack:${PORTSDIR}/math/lapack \ - atlas:${PORTSDIR}/math/atlas +LIB_DEPENDS= atlas:${PORTSDIR}/math/atlas RESTRICTED= "unsure distribution condition" diff --git a/math/sdpa/distinfo b/math/sdpa/distinfo index 652117a3bb09..a6a05bc18f13 100644 --- a/math/sdpa/distinfo +++ b/math/sdpa/distinfo @@ -1,4 +1,8 @@ MD5 (sdpa/sdpa.6.00.src.tar.gz) = 23839a6cd750ba6d5832b10741ce307c +SIZE (sdpa/sdpa.6.00.src.tar.gz) = 246642 MD5 (sdpa/sdpa.6.00.manual.ps.gz) = f5bf16660f2980903a41dc377fd6d262 +SIZE (sdpa/sdpa.6.00.manual.ps.gz) = 187624 MD5 (sdpa/sdpa.6.00.manual.pdf) = a2c22d9b56f2fe9e6895e4f1ada672ae -MD5 (sdpa/sdpa.6.00.install.txt) = f1991302c8b93b0d8da058f0b9f773db +SIZE (sdpa/sdpa.6.00.manual.pdf) = 232574 +MD5 (sdpa/sdpa.6.00.install.txt) = 6a0a6c1834ee7ad38ea257a39b30a0fd +SIZE (sdpa/sdpa.6.00.install.txt) = 8057 |