aboutsummaryrefslogtreecommitdiffstats
path: root/math/sdpara
Commit message (Collapse)AuthorAgeFilesLines
* Fix build.maho2009-02-181-10/+10
| | | | Spotted by: QAT
* Build fix.maho2009-02-181-3/+3
| | | | | | Move to pre-patch to pre-build. Spotted by: QAT
* Update to 7.2.1 20090109 version.maho2009-02-177-146/+127
|
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.gerald2009-01-081-1/+1
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-152-9/+10
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* MASTER_SITES has been changed.maho2007-04-181-1/+1
| | | | Notified by: Katsuki Fujisawa <fujisawa@indsys.chuo-u.ac.jp>
* Migrated to gfortran42.maho2007-01-113-3/+38
|
* Fix build error. Now blacs/scalapack are linkedmaho2006-11-192-4/+4
| | | | | | | against mpich2, and sdpara should not link against mpich. Mixing mpich2/mpich caused an error. PR: 105550
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-2/+0
|
* SHA256ifyedwin2006-01-221-0/+2
| | | | Approved by: krion@
* update to 1.0.1maho2005-10-104-7/+7
| | | | Submitted by: edwin, fenner
* .else if should be .elif or .elseifmaho2005-07-061-1/+1
| | | | Submitted by: joe, kris
* Re-organize optimization flags so that runs much more fastermaho2005-07-041-6/+10
|
* Make fetchable [1] and unbreak.maho2005-05-124-21/+24
| | | | | | update to 1.0.0 and now it is released under GPL Submitted by: kris[1]
* Fix build with WITH_OPTIMIZED_FLAGSmaho2004-11-231-1/+3
| | | | | PR: 74011 Submitted by: Jie Gao <gaoj at cpsc.ucalgary.ca>
* MASTER_SITE have been moved.maho2004-08-162-2/+2
| | | | Reported by: kris
* Fix build dependency (math/blacs)maho2004-05-221-0/+1
| | | | Submitted by: kris
* Fix build depends sectionmaho2004-04-171-1/+2
| | | | Submitted by: kris (bento)
* remove ${CP} ${FILESDIR}/Makefile ${WRKDIR} in Makefile.maho2004-04-131-5/+0
| | | | | | | library no longer supported for sdpara (unlike sdpa) Submitted by: kris via bento Pointy hat to: myself
* make portlint happymaho2004-03-272-2/+1
| | | | Submitted by: kris
* omit . in pkg-descrmaho2004-03-231-1/+2
| | | | Submitted by: Makoto Yamashita <Makoto.Yamashita@is.titech.ac.jp>
* - Fix typo in CATEGORIES and pet portlintkrion2004-03-181-6/+6
| | | | Submitted by: Mihai Tetcu <itetcu@apropo.ro>
* The SDPARA (SemiDefinite Programming Algorithm PARAllel version)maho2004-03-186-0/+161
is a parallel version of the SDPA (math/sdpa). solving SDPs in parallel with the help of MPI (Message Passing Interface) and ScaLAPACK (Scalable LAPACK).