On Thu, Sep 30, 2021 at 3:02 AM Kwankyu Lee <ekwan...@gmail.com> wrote:

>
>
> On Thursday, September 30, 2021 at 5:09:07 AM UTC+9 John H Palmieri wrote:
>
>> One guess would be that ./configure found what it thought was a usable
>> installation of openblas, but when gsl tried to build, that openblas was
>> not in fact usable.
>>
>
> Perhaps. That is strange. It was "not usable" because the library was not
> found. Then I wonder what openblas the configure found...
>

you can see it in top-level config.log (the following is what you see if
openblas is accepted):

## Checking whether SageMath should install SPKG openblas... ##
## --------------------------------------------------------- ##
configure:14782: checking BLAS library
configure:14802: result: openblas
configure:15932: $? = 0
configure:15954: checking for cblas_dgemm
configure:15954: g++ -o conftest    conftest.cpp -lopenblas  -lmpfr -lgmp
-lm  >&5
configure:15954: $? = 0
configure:15954: result: yes
configure:16036: checking for dgeqrf
configure:16036: g++ -o conftest    conftest.cpp -lopenblas  -lmpfr -lgmp
-lm  >&5
...
...
configure:16196: will use system package and not install SPKG openblas


-- 
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-devel/77ccc207-1364-4680-ba75-31853a103e35n%40googlegroups.com
> <https://groups.google.com/d/msgid/sage-devel/77ccc207-1364-4680-ba75-31853a103e35n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAAWYfq0dQwqqVaSQAYjO39jia6EwkyPcSQrZ0KMjg_B%3DmC0dVg%40mail.gmail.com.

Reply via email to