aboutsummaryrefslogtreecommitdiff
path: root/math/sdpara
Commit message (Collapse)AuthorAgeFilesLines
* Fix build.Maho Nakata2009-02-181-10/+10
| | | | | | | Spotted by: QAT Notes: svn path=/head/; revision=228580
* Build fix.Maho Nakata2009-02-181-3/+3
| | | | | | | | | Move to pre-patch to pre-build. Spotted by: QAT Notes: svn path=/head/; revision=228576
* Update to 7.2.1 20090109 version.Maho Nakata2009-02-177-146/+127
| | | | Notes: svn path=/head/; revision=228535
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.Gerald Pfeifer2009-01-071-1/+1
| | | | Notes: svn path=/head/; revision=225403
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-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) Notes: svn path=/head/; revision=214430
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.Maho Nakata2007-07-142-9/+10
| | | | Notes: svn path=/head/; revision=195621
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* MASTER_SITES has been changed.Maho Nakata2007-04-181-1/+1
| | | | | | | Notified by: Katsuki Fujisawa <fujisawa@indsys.chuo-u.ac.jp> Notes: svn path=/head/; revision=190256
* Migrated to gfortran42.Maho Nakata2007-01-113-3/+38
| | | | Notes: svn path=/head/; revision=182075
* Fix build error. Now blacs/scalapack are linkedMaho Nakata2006-11-192-4/+4
| | | | | | | | | | against mpich2, and sdpara should not link against mpich. Mixing mpich2/mpich caused an error. PR: 105550 Notes: svn path=/head/; revision=177554
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-2/+0
| | | | Notes: svn path=/head/; revision=162032
* SHA256ifyEdwin Groothuis2006-01-221-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154159
* update to 1.0.1Maho Nakata2005-10-104-7/+7
| | | | | | | Submitted by: edwin, fenner Notes: svn path=/head/; revision=144771
* .else if should be .elif or .elseifMaho Nakata2005-07-061-1/+1
| | | | | | | Submitted by: joe, kris Notes: svn path=/head/; revision=138550
* Re-organize optimization flags so that runs much more fasterMaho Nakata2005-07-041-6/+10
| | | | Notes: svn path=/head/; revision=138437
* Make fetchable [1] and unbreak.Maho Nakata2005-05-124-21/+24
| | | | | | | | | update to 1.0.0 and now it is released under GPL Submitted by: kris[1] Notes: svn path=/head/; revision=135106
* Fix build with WITH_OPTIMIZED_FLAGSMaho Nakata2004-11-231-1/+3
| | | | | | | | PR: 74011 Submitted by: Jie Gao <gaoj at cpsc.ucalgary.ca> Notes: svn path=/head/; revision=122194
* MASTER_SITE have been moved.Maho Nakata2004-08-162-2/+2
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=116335
* Fix build dependency (math/blacs)Maho Nakata2004-05-211-0/+1
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=109659
* Fix build depends sectionMaho Nakata2004-04-161-1/+2
| | | | | | | Submitted by: kris (bento) Notes: svn path=/head/; revision=107279
* remove ${CP} ${FILESDIR}/Makefile ${WRKDIR} in Makefile.Maho Nakata2004-04-131-5/+0
| | | | | | | | | | library no longer supported for sdpara (unlike sdpa) Submitted by: kris via bento Pointy hat to: myself Notes: svn path=/head/; revision=106850
* make portlint happyMaho Nakata2004-03-272-2/+1
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=105399
* omit . in pkg-descrMaho Nakata2004-03-231-1/+2
| | | | | | | Submitted by: Makoto Yamashita <Makoto.Yamashita@is.titech.ac.jp> Notes: svn path=/head/; revision=104995
* - Fix typo in CATEGORIES and pet portlintKirill Ponomarev2004-03-181-6/+6
| | | | | | | Submitted by: Mihai Tetcu <itetcu@apropo.ro> Notes: svn path=/head/; revision=104465
* The SDPARA (SemiDefinite Programming Algorithm PARAllel version)Maho Nakata2004-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). Notes: svn path=/head/; revision=104439