aboutsummaryrefslogtreecommitdiff
path: root/math/taucs
Commit message (Collapse)AuthorAgeFilesLines
* take in some orphansBrendan Fabeny2011-07-241-1/+1
| | | | Notes: svn path=/head/; revision=278221
* Mark as broken on sparc64: does not link.Mark Linimon2011-07-161-0/+1
| | | | Notes: svn path=/head/; revision=277783
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowGerald Pfeifer2009-09-131-1/+1
| | | | | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr Notes: svn path=/head/; revision=241308
* 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
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.Maho Nakata2007-07-121-4/+1
| | | | Notes: svn path=/head/; revision=195451
* * Fix build [1]Maho Nakata2007-01-161-8/+9
| | | | | | | | * Now atlas/blas/lapack are detected correctly. Reported by: kris via pointyhat [1] Notes: svn path=/head/; revision=182476
* * Use gfortran42 only and not gcc42.Maho Nakata2007-01-121-3/+5
| | | | | | | * Bump portrevision. Notes: svn path=/head/; revision=182140
* -llapack should be -lalapack when linking against lapack from ATLAS.Maho Nakata2007-01-101-1/+1
| | | | Notes: svn path=/head/; revision=181948
* Now requires newer version of LAPACK(4)/BLAS(2)/ATLAS(2). Bump portrevision.Maho Nakata2007-01-091-8/+8
| | | | Notes: svn path=/head/; revision=181921
* blas.1 -> blas.2Maho Nakata2007-01-091-1/+1
| | | | Notes: svn path=/head/; revision=181852
* Migrated to gfortran42.Maho Nakata2007-01-094-28/+66
| | | | | | | install shared libs as well. Notes: svn path=/head/; revision=181837
* Now we don't create static lib of atlas port as default.Maho Nakata2006-03-132-5/+10
| | | | | | | | | This affects taucs port as well Approved by: portmgr (linimon) Notes: svn path=/head/; revision=157083
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149432
* Install headersVolker Stolz2005-03-023-2/+18
| | | | | | | | PR: ports/78272 Submitted by: Pedro F. Giffuni Notes: svn path=/head/; revision=130190
* Unbreak on -STABLE.Volker Stolz2004-05-042-3/+13
| | | | | | | | | | Having -pipe in CFLAGS would break the build: http://docs.freebsd.org/cgi/mid.cgi?20040503181426.GB12673 Approved by: linimon (mentor) Notes: svn path=/head/; revision=108370
* BROKEN on 4.x: does not compileKris Kennaway2004-02-211-1/+7
| | | | Notes: svn path=/head/; revision=101614
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* NEW port: math/taucsEdwin Groothuis2004-01-036-0/+107
TAUCS is a C library of sparse linear solvers. It's very fast and it works well with low memory configurations. PR: ports/55196 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=97207