aboutsummaryrefslogtreecommitdiff
path: root/math/sdpa
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-2/+0
| | | | Notes: svn path=/head/; revision=162032
* SHA256ifyEdwin Groothuis2006-01-221-0/+4
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154159
* Fix build and installMaho Nakata2005-10-302-7/+8
| | | | | | | Submitted by: kris via pointyhat Notes: svn path=/head/; revision=146723
* update to 6.2.1Maho Nakata2005-10-102-6/+6
| | | | | | | Submitted by: edwin Notes: svn path=/head/; revision=144749
* .else if should be .elif or .elseifMaho Nakata2005-07-061-1/+1
| | | | | | | Submitted by: joe, kris Notes: svn path=/head/; revision=138550
* remakeing optimization flagsMaho Nakata2005-07-041-5/+11
| | | | Notes: svn path=/head/; revision=138436
* Unbreak by updating to 6.2.0Maho Nakata2005-05-124-26/+25
| | | | | | | | | and now it is relased under GPL Submitted by: kris (broken report) Notes: svn path=/head/; revision=135091
* BROKEN: UnfetchableKris Kennaway2005-04-301-0/+2
| | | | Notes: svn path=/head/; revision=134385
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Now confirmed that both static and dynamic ATLAS libMaho Nakata2004-08-191-2/+2
| | | | | | | has same performance. Notes: svn path=/head/; revision=116637
* amd64 dislikes -malign-doubleMaho Nakata2004-08-181-5/+5
| | | | Notes: svn path=/head/; revision=116584
* o Add WITH_SMP, ATLAS with SMP support. currently seriousMaho Nakata2004-08-181-4/+10
| | | | | | | | perfomance loss is observed. o change Intel C++ compiler flags to approprate one. Notes: svn path=/head/; revision=116583
* USE_ICC -> WITH_ICCMaho Nakata2004-08-161-3/+3
| | | | | | | Checked by: portlint Notes: svn path=/head/; revision=116389
* Add flag USE_ICC, uses intel c/c++ compilierMaho Nakata2004-08-161-2/+13
| | | | Notes: svn path=/head/; revision=116372
* MASTER_SITE have been moved.Maho Nakata2004-08-162-3/+2
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=116335
* BROKEN: UnfetchableKris Kennaway2004-07-111-0/+1
| | | | Notes: svn path=/head/; revision=113364
* Make portlint happy by replacing space to tabMaho Nakata2004-05-061-6/+6
| | | | | | | | PR: 65409 Submitted by: trevor Notes: svn path=/head/; revision=108577
* 1) remove lapack dependencyMaho Nakata2004-03-132-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: svn path=/head/; revision=103833
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* 1) very minor update, without changing the filenameMaho Nakata2004-01-192-1/+2
| | | | | | | | | | | a) add some debug print b) initialize some data 2) bump portrevision accodingly Pointed out by: edwin Notes: svn path=/head/; revision=98549
* Update master_sites.Edwin Groothuis2004-01-171-1/+1
| | | | | | | | | | Informed maintainer about the fact that one file gives a checksum error. Noticed by: bento http://bento.freebsd.org/errorlogs/i386-4-exp-latest/sdpa-6.00.log Notes: svn path=/head/; revision=98390
* Add new port math/sdpa.Maho Nakata2003-10-047-0/+229
The SDPA (SemiDefinite Programming Algorithm) is a software package for solving semidefinite program (SDP). Extremely efficient, almost fastest around the world! Notes: svn path=/head/; revision=90200