looks like you have a copy of (c)blas in /usr/local - and this leads to
trouble

On Fri, 26 Feb 2021, 21:57 brettpim, <br...@math.carleton.ca> wrote:

>
> I am trying to install sage from the master branch on PC running Ubuntu
> 20.04.
> The make is failing to build numpy-1.19.1.
> It is complaining about not finding cblas or blas.
>
> In my config.log it finds openblas and so decides it will not install is
> as SPKG
>
> but when I run python3:
> >>> import numpy
> >>> numpy.show_config()
>
> it reports
>
> blas_info:
>     libraries = ['blas', 'blas']
>     library_dirs = ['/usr/lib/x86_64-linux-gnu']
>     include_dirs = ['/usr/local/include', '/usr/include']
>     language = c
>     define_macros = [('HAVE_CBLAS', None)]
> blas_opt_info:
>     define_macros = [('NO_ATLAS_INFO', 1), ('HAVE_CBLAS', None)]
>     libraries = ['blas', 'blas']
>     library_dirs = ['/usr/lib/x86_64-linux-gnu']
>     include_dirs = ['/usr/local/include', '/usr/include']
>     language = c
>
> which makes me think there is something wrong with blas.
>
> --
> 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/a8054ce0-69ee-4537-80ed-f51ced0f7c8cn%40googlegroups.com
> <https://groups.google.com/d/msgid/sage-devel/a8054ce0-69ee-4537-80ed-f51ced0f7c8cn%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/CAAWYfq0q6W7soVaeH1JM-fa6YicuWBF6mfTmb9JnSnyGTmSy1g%40mail.gmail.com.

Reply via email to