Re: [sage-devel] 9.1.beta0: build problem using Homebrew's openblas

2020-01-13 Thread Dima Pasechnik
On Sun, Jan 12, 2020 at 1:37 PM Markus Wageringel wrote: > > I manually set those CVXOPT_... variables in the spkg-install file for now > and building cvxopt then succeeded. > > Building Sage now almost completes, but the file src/sage/libs/readline.pyx > fails to compile with these errors: > >

Re: [sage-devel] 9.1.beta0: build problem using Homebrew's openblas

2020-01-12 Thread Markus Wageringel
I manually set those CVXOPT_... variables in the spkg-install file for now and building cvxopt then succeeded. Building Sage now almost completes, but the file src/sage/libs/readline.pyx fails to compile with these errors: [1/1] gcc -Wno-unused-result -Wsign-compare -Wunreachable-code

Re: [sage-devel] 9.1.beta0: build problem using Homebrew's openblas

2020-01-12 Thread Dima Pasechnik
On Sun, Jan 12, 2020 at 9:58 AM Dima Pasechnik wrote: > > On Sun, Jan 12, 2020 at 12:10 AM Markus Wageringel > wrote: > > > > On macOS 10.13.6, trying to make use of #27870 using Homebrew's openblas, > > the build fails for me at cvxopt: > > > > gcc -bundle -undefined dynamic_lookup > >

Re: [sage-devel] 9.1.beta0: build problem using Homebrew's openblas

2020-01-12 Thread Dima Pasechnik
On Sun, Jan 12, 2020 at 9:58 AM Dima Pasechnik wrote: > > On Sun, Jan 12, 2020 at 12:10 AM Markus Wageringel > wrote: > > > > On macOS 10.13.6, trying to make use of #27870 using Homebrew's openblas, > > the build fails for me at cvxopt: > > > > gcc -bundle -undefined dynamic_lookup > >

Re: [sage-devel] 9.1.beta0: build problem using Homebrew's openblas

2020-01-12 Thread Dima Pasechnik
On Sun, Jan 12, 2020 at 12:10 AM Markus Wageringel wrote: > > On macOS 10.13.6, trying to make use of #27870 using Homebrew's openblas, the > build fails for me at cvxopt: > > gcc -bundle -undefined dynamic_lookup -L/Applications/SageMath/local/lib >