1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Maho Nakata
7ae7e397b5 * Migrate to gfortran.
* Bump port revision.
* Use gfortran compiled atlas/blas/lapack.
2007-01-13 00:34:33 +00:00
Thierry Thomas
066ac7b976 Use BLAS instead of ATLAS by default.
I used to recommend the use of ATLAS over the standard fortran BLAS.
Unfortunately for some time we are not packaging ATLAS anymore, and very
recently the source code of GotoBLAS has been made available for
research purposes. GotoBLAS is said to be faster than ATLAS and the
shared library is exchangeable with the standard BLAS. Curiously the
standard BLAS is known to beat both GotoBLAS and ATLAS when the problems
are not too complex, so I expect it's better for beginners.

I am hereto recommending the use of shared blas by default but leaving a
WITH_ATLAS knob in case someone doesn't have access to GotoBLAS and
wants to try to squeeze some more performance.

PR:		ports/98070
Submitted by:	Pedro F. Giffuni <giffunip (at) asme.org>
2006-05-29 20:34:20 +00:00
Thierry Thomas
efe40190bb - Let the cblas library get overriden from the ports makefile;
- Add a test: target;

- Define -fPIC on amd64.

PR:		93005
Submitted by:	Pedro F. Giffuni <giffunip (at) asme.org>
2006-02-20 08:56:57 +00:00
Thierry Thomas
18c823ddce Upgrade to to version 4.4.
PR:		ports/79004
Submitted by:	Pedro F. Giffuni
2005-03-19 08:33:56 +00:00
Norikatsu Shigemura
5fcf88e50c Update to 4.1.
Use CBLAS from ATLAS instead of the unaccelarated BLAS.

PR:		ports/53563
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-06-20 20:04:56 +00:00
Steve Price
05e2c41388 Initial import of umfpack version 2.2.
A package for solving systems of sparse linear systems.

PR:		5295
Submitted by:	Pedro Giffuni <giffunip@asme.org>
1998-07-11 18:20:30 +00:00