> On 3/12/2016, at 22:00, Jeroen Demeyer <jdeme...@cage.ugent.be> wrote:
> 
> On 2016-12-02 09:21, Thierry wrote:
>> Would it be
>> preferable to have this possibility dealt at configure time
> 
> Absolutely. Whatever you do, do *NOT* introduce a new environment variable. 
> Use a configure option instead.

Actually no need for a new variable at all.
Create a directory “dir”, put/copy/create
blas.pc, cblas.pc and lapack.pc in said directory.

PKG_CONFIG_PATH=$dir make
will still build openblas but the blas defined 
by the .pc files in $dir will be used first.

François

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to