aboutsummaryrefslogtreecommitdiff
path: root/math/itl
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | math) Notes: svn path=/head/; revision=327746
* take in some orphansBrendan Fabeny2011-07-241-1/+1
| | | | Notes: svn path=/head/; revision=278221
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149432
* - Fix optional dependency on unexistant portPav Lucistnik2004-07-012-4/+3
| | | | | | | | | | | - WANT_ -> WITH_ - Portlint PR: ports/68567 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> Notes: svn path=/head/; revision=112710
* Tidy up whitespace.Trevor Johnson2004-04-101-2/+2
| | | | Notes: svn path=/head/; revision=106671
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Add math/itl, the Iterative Template Library. It carries solver andMark Linimon2004-01-066-0/+84
preconditioners for solving equations. It is required by some FEM packages on the net like Felyx and IMOOSE. ITL is said to work especially fast with gcc-3.3. PR: ports/55717 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=97432