Re: [sage-devel] Re: error building sage for Scientific Linux 7.6

2019-06-04 Thread Dima Pasechnik
On Mon, Jun 3, 2019 at 10:29 PM Charles Campbell wrote: > > > > Hello: I do have a skylake architecture (10-core, i9-7900X), and the > assembler is as: GNU assembler version 2.27-34.base.el7. your GNU assempler (released in 2016) https://mirror.koddos.net/gnu/binutils/ is older than your CPU (re

[sage-devel] Re: error building sage for Scientific Linux 7.6

2019-06-03 Thread Charles Campbell
Hello: I do have a skylake architecture (10-core, i9-7900X), and the assembler is as: GNU assembler version 2.27-34.base.el7. Unfortunately make -j1 openblas also gave the same error message. I tried ./configure with_blas=atlas, and got: a new error! (that seems like an improvement, actual

Re: [sage-devel] Re: error building sage for Scientific Linux 7.6

2019-06-03 Thread Dima Pasechnik
On Mon, 3 Jun 2019 at 08:41, E. Madison Bray wrote: > Well, this would be a problem building OpenBLAS specifically :) > > I see this same problem mentioned here as well. Maybe it will help: > https://github.com/JuliaLang/julia/issues/30696 > > I'm not sure I understand the patch on that issue th

Re: [sage-devel] Re: error building sage for Scientific Linux 7.6

2019-06-02 Thread E. Madison Bray
Well, this would be a problem building OpenBLAS specifically :) I see this same problem mentioned here as well. Maybe it will help: https://github.com/JuliaLang/julia/issues/30696 I'm not sure I understand the patch on that issue that mentions cross-compiling to a 32-bit architecture. You're cl