Re: [sage-devel] Error building 9.0.beta6

2019-11-20 Thread mmarco
I might have found an explanation: I had some broken symlinks in /usr/lib64 named libblas.* Aparently my package manager didn't remove them after uninstalling an old blas version El miércoles, 20 de noviembre de 2019, 19:30:42 (UTC+1), Dima Pasechnik escribió: > > > > On Wed, 20 Nov 2019 at 18

Re: [sage-devel] Error building 9.0.beta6

2019-11-20 Thread Dima Pasechnik
On Wed, 20 Nov 2019 at 18:09, mmarco wrote: > I see, thanks. > > Is it a default behaviour? > no, it appears that you have a weird configuration, e.g. I have libblas installed systemwide, but things just work. Perhaps it is a Numpy bug. > > -- > You received this message because you are subscri

Re: [sage-devel] Error building 9.0.beta6

2019-11-20 Thread mmarco
I see, thanks. Is it a default behaviour? -- 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

Re: [sage-devel] Error building 9.0.beta6

2019-11-20 Thread Dima Pasechnik
It might also be that in your case the patch we apply: build/pkgs/numpy/patches/numpy-1.10.2-no-hardcode-blas.patch does more harm than good. On Wed, Nov 20, 2019 at 5:58 PM Dima Pasechnik wrote: > > On Wed, Nov 20, 2019 at 5:45 PM mmarco wrote: > > > > The log shows this: > > > > > > > > > > F

Re: [sage-devel] Error building 9.0.beta6

2019-11-20 Thread Dima Pasechnik
On Wed, Nov 20, 2019 at 5:45 PM mmarco wrote: > > The log shows this: > > > > > FOUND: > libraries = ['openblas', 'blas'] > library_dirs = ['/home/mmarco/sagep3/local/lib', '/usr/lib64'] > include_dirs = ['/usr/include', '/home/mmarco/sagep3/local/include'] > language = c > -- > >

Re: [sage-devel] Error building 9.0.beta6

2019-11-20 Thread mmarco
The log shows this: FOUND: libraries = ['openblas', 'blas'] library_dirs = ['/home/mmarco/sagep3/local/lib', '/usr/lib64'] include_dirs = ['/usr/include', '/home/mmarco/sagep3/local/include'] language = c -- FOUND: define_macros = [('NO_ATLAS_INFO', 1), ('HAVE_CBLAS', No

Re: [sage-devel] Error building 9.0.beta6

2019-11-20 Thread Dima Pasechnik
On Wed, Nov 20, 2019 at 5:25 PM mmarco wrote: > > I didn't do anything specific to try to use external blas/lapack. How can I > check if sage is trying to? I just though you might be doing something like this, based on a bizarre error your log shows: [numpy-1.16.1] /usr/lib/gcc/x86_64-pc-linux

Re: [sage-devel] Error building 9.0.beta6

2019-11-20 Thread mmarco
I didn't do anything specific to try to use external blas/lapack. How can I check if sage is trying to? El miércoles, 20 de noviembre de 2019, 10:01:14 (UTC+1), Dima Pasechnik escribió: > > On Wed, Nov 20, 2019 at 8:26 AM mmarco > > wrote: > > > > Hi, > > > > I tried to update to the last b

Re: [sage-devel] Error building 9.0.beta6

2019-11-20 Thread Dima Pasechnik
On Wed, Nov 20, 2019 at 8:26 AM mmarco wrote: > > Hi, > > I tried to update to the last beta an got an error when trying to compile > numpy. The error persists on an installation from zero: are you trying to use external blas/lapack? > > > > > [numpy-1.16.1] gcc: > build/src.linux-x86_64-3.7/nu