aboutsummaryrefslogtreecommitdiffstats
path: root/math/sdpa
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-2/+0
|
* SHA256ifyedwin2006-01-221-0/+4
| | | | Approved by: krion@
* Fix build and installmaho2005-10-302-7/+8
| | | | Submitted by: kris via pointyhat
* update to 6.2.1maho2005-10-102-6/+6
| | | | Submitted by: edwin
* .else if should be .elif or .elseifmaho2005-07-061-1/+1
| | | | Submitted by: joe, kris
* remakeing optimization flagsmaho2005-07-041-5/+11
|
* Unbreak by updating to 6.2.0maho2005-05-124-26/+25
| | | | | | and now it is relased under GPL Submitted by: kris (broken report)
* BROKEN: Unfetchablekris2005-04-301-0/+2
|
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Now confirmed that both static and dynamic ATLAS libmaho2004-08-191-2/+2
| | | | has same performance.
* amd64 dislikes -malign-doublemaho2004-08-181-5/+5
|
* o Add WITH_SMP, ATLAS with SMP support. currently seriousmaho2004-08-181-4/+10
| | | | | perfomance loss is observed. o change Intel C++ compiler flags to approprate one.
* USE_ICC -> WITH_ICCmaho2004-08-161-3/+3
| | | | Checked by: portlint
* Add flag USE_ICC, uses intel c/c++ compiliermaho2004-08-161-2/+13
|
* MASTER_SITE have been moved.maho2004-08-162-3/+2
| | | | Reported by: kris
* BROKEN: Unfetchablekris2004-07-111-0/+1
|
* Make portlint happy by replacing space to tabmaho2004-05-071-6/+6
| | | | | PR: 65409 Submitted by: trevor
* 1) remove lapack dependencymaho2004-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
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* 1) very minor update, without changing the filenamemaho2004-01-192-1/+2
| | | | | | | | a) add some debug print b) initialize some data 2) bump portrevision accodingly Pointed out by: edwin
* Update master_sites.edwin2004-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
* Add new port math/sdpa.maho2003-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!