aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2004-03-13 11:46:58 +0800
committermaho <maho@FreeBSD.org>2004-03-13 11:46:58 +0800
commit2cc1ca02235063d9dae9d5339fb56d1ed829188b (patch)
tree5966c727cc13b8b48371971ca83a4047cbbd7a56
parent2d02f27e41ac25cea6f06745fb719160a65458e2 (diff)
downloadfreebsd-ports-gnome-2cc1ca02235063d9dae9d5339fb56d1ed829188b.tar.gz
freebsd-ports-gnome-2cc1ca02235063d9dae9d5339fb56d1ed829188b.tar.zst
freebsd-ports-gnome-2cc1ca02235063d9dae9d5339fb56d1ed829188b.zip
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
-rw-r--r--math/sdpa/Makefile3
-rw-r--r--math/sdpa/distinfo6
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