summaryrefslogtreecommitdiff
path: root/math/sdpa (follow)
Commit message (Collapse)AuthorAgeFilesLines
* I forgot to update distinfo by last commit,Maho Nakata2007-07-171-6/+6
| | | | | | > * Also documentations (.ps and .pdf) have been altered slightly. Submitted by: sat
* * Now we use USE_FORTRAN=yes to use FORTRAN compiler.Maho Nakata2007-07-141-4/+1
| | | | * Also documentations (.ps and .pdf) have been altered slightly.
* MASTER_SITES has been changed.Maho Nakata2007-04-181-1/+1
| | | | Notified by: Katsuki Fujisawa <fujisawa@indsys.chuo-u.ac.jp>
* Fix build.Maho Nakata2007-01-161-4/+7
| | | | Submitted by: kris via pointyhat.
* one portlint fix.Maho Nakata2007-01-151-1/+1
|
* Still lapack.h and blas.h are required, though remove dependencyMaho Nakata2007-01-122-6/+6
| | | | of g2c.h.
* * Migrate to gfortran.Maho Nakata2007-01-115-15/+49
| | | | | | * Bump port revision. * Use gfortran compiled atlas/blas/lapack. * somehow archives are changed but no difference by taking diff.
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-2/+0
|
* SHA256ifyEdwin Groothuis2006-01-221-0/+4
| | | | Approved by: krion@
* Fix build and installMaho Nakata2005-10-302-7/+8
| | | | Submitted by: kris via pointyhat
* update to 6.2.1Maho Nakata2005-10-102-6/+6
| | | | Submitted by: edwin
* .else if should be .elif or .elseifMaho Nakata2005-07-061-1/+1
| | | | Submitted by: joe, kris
* remakeing optimization flagsMaho Nakata2005-07-041-5/+11
|
* Unbreak by updating to 6.2.0Maho Nakata2005-05-124-26/+25
| | | | | | and now it is relased under GPL Submitted by: kris (broken report)
* BROKEN: UnfetchableKris Kennaway2005-04-301-0/+2
|
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* 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'.
* Now confirmed that both static and dynamic ATLAS libMaho Nakata2004-08-191-2/+2
| | | | has same performance.
* amd64 dislikes -malign-doubleMaho Nakata2004-08-181-5/+5
|
* 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.
* USE_ICC -> WITH_ICCMaho Nakata2004-08-161-3/+3
| | | | Checked by: portlint
* Add flag USE_ICC, uses intel c/c++ compilierMaho Nakata2004-08-161-2/+13
|
* MASTER_SITE have been moved.Maho Nakata2004-08-162-3/+2
| | | | Reported by: kris
* BROKEN: UnfetchableKris Kennaway2004-07-111-0/+1
|
* Make portlint happy by replacing space to tabMaho Nakata2004-05-061-6/+6
| | | | | PR: 65409 Submitted by: trevor
* 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
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | (Part 1)
* 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
* 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
* 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!