math/cmlib port - PR submitted, want to discuss

Steve Kargl sgk at troutmask.apl.washington.edu
Thu Dec 25 16:41:44 UTC 2014


On Thu, Dec 25, 2014 at 03:46:08PM +0100, Thierry Thomas wrote:
> Le jeu 25 d?c 14 ?  7:02:57 +0100, Steve Kargl <sgk at troutmask.apl.washington.edu>
>  ?crivait?:
> 
> > I use blas and lapack.  When I was learning F90/95, I rewrote
> > minpack in a free-form modern dialect.  I now typically write
> > my own routines, but if I'm in a hurry, I simply search netlib or 
> > Alan Miller's big pond repository for a particular routine.
> 
> BTW, I'm going to commit a USES file to centralize the different Blas /
> Lapack usages. Reviews and comments are welcome:
> 
> <https://reviews.freebsd.org/D1354>
> 

With only a very brief scan, I would have 

_valid_ARGS= atlas netlib gotoblas openblas

Oldtimers will know "netlib" over "reference" and Goto's library
is called gotoblas.

The default should be netlib.  If you choose to set 
the default to openblas, does it install a symlink from
libopenblas to libblas.  In fact, I would recommend setting
a symlink for atlas, gotoblas, and openblas. This is, of course,
my own opinion. 

-- 
Steve


More information about the freebsd-fortran mailing list