policy on having the same routines in different library archives?

2011-02-02 Thread Anton Shterenlikht
I've put a port of Slatec together: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/151970 Recently I realised that some 110 routines in Slatec are already present in math/blas, and the Blas versions seem to be newer. % ar -t /usr/local/lib/libblas.a | sort blas.sorted % ar -t

Re: policy on having the same routines in different library archives?

2011-02-02 Thread Konstantin Tokarev
02.02.2011, 13:28, Anton Shterenlikht me...@bristol.ac.uk: I've put a port of Slatec together: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/151970 Recently I realised that some 110 routines in Slatec are already present in math/blas, and the Blas versions seem to be newer. % ar -t

Re: policy on having the same routines in different library archives?

2011-02-02 Thread Anton Shterenlikht
On Wed, Feb 02, 2011 at 01:31:50PM +0300, Konstantin Tokarev wrote: 02.02.2011, 13:28, Anton Shterenlikht me...@bristol.ac.uk: I've put a port of Slatec together: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/151970 Recently I realised that some 110 routines in Slatec are already

Re: policy on having the same routines in different library archives?

2011-02-02 Thread Konstantin Tokarev
I realise that fortran numerical libraries will not interest many, so perhaps this is irrelevant anyway.. I guess ones who are interested will prefer to have a choice of BLAS implementation depending on target hardware, parallelization scales, peculiarities of problem, personal preference,