| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
| |
* Bump port revision.
* Use gfortran compiled atlas/blas/lapack.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
|
|
|
|
| |
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
|
|
|
|
| |
Spotted by: Kris
|
|
|
|
|
|
|
|
|
| |
- Add a test: target;
- Define -fPIC on amd64.
PR: 93005
Submitted by: Pedro F. Giffuni <giffunip (at) asme.org>
|
| |
|
|
|
|
|
| |
PR: ports/79004
Submitted by: Pedro F. Giffuni
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Fix whitespace in pkg-plist
PR: ports/58534
Submitted by: Thierry Thomas <thierry@pompo.net>
|
|
|
|
|
|
| |
b) add examples
Submitted by: kris via bento
|
| |
|
|
|
|
| |
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
|
|
|
|
|
|
|
| |
Use CBLAS from ATLAS instead of the unaccelarated BLAS.
PR: ports/53563
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
|
| |
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
|
|
| |
Approved by: pat
|
|
|
|
|
| |
- DOCSDIR support to some
- Brush out some lint
|
| |
|
|
|
|
|
| |
PR: 15673
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
|
|
|
|
|
|
|
|
| |
* Fixed MASTER_SITES
* Revised pkg/DESCR
PR: 15502
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
|
| |
|
| |
|
| |
|
|
A package for solving systems of sparse linear systems.
PR: 5295
Submitted by: Pedro Giffuni <giffunip@asme.org>
|