Re: [sage-devel] Re: Fail to build openblas -- sage 8.8 on debian 9

2019-07-03 Thread Jan Groenewald
Hi On Wed, 3 Jul 2019 at 13:28, Volker Braun wrote: > Works on the buildbot. The log looks hardware specific. Which cpu is this? > This is a kvm-qemu virtual machine with CPU set to "Hypervisor default" 0 root@muizenberg:~#grep odel /proc/cpuinfo model : 6 model name : QEMU Virt

[sage-devel] Re: Fail to build openblas -- sage 8.8 on debian 9

2019-07-03 Thread Volker Braun
I've created https://trac.sagemath.org/ticket/28104 for this issue -- 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 post

[sage-devel] Re: Fail to build openblas -- sage 8.8 on debian 9

2019-07-03 Thread Volker Braun
Works on the buildbot. The log looks hardware specific. Which cpu is this? On Wednesday, July 3, 2019 at 6:56:31 AM UTC-4, Jan Groenewald wrote: > > Attached logs > > -- > .~. > /V\ Jan Groenewald > /( )\www.aims.ac.za > ^^-^^ > -- You received this message because you are sub

[sage-devel] Re: fail to build openblas

2017-03-06 Thread Matthew Rennekamp
"installed" need not be equal to "working" (your log says that you have problems with them, what sort of problems is harder to say) Well, yeah, you're right. I don't think that anything needs to be done in terms of getting other help or doing something about it; thank you (and Steven) for input

[sage-devel] Re: fail to build openblas

2017-03-06 Thread Dima Pasechnik
"installed" need not be equal to "working" (your log says that you have problems with them, what sort of problems is harder to say) On Monday, March 6, 2017 at 9:59:54 PM UTC, Matthew Rennekamp wrote: > > I have the gcc package installed (along with gcc-c++ and gcc-fortran). > Well, I guess that

[sage-devel] Re: fail to build openblas

2017-03-06 Thread Matthew Rennekamp
I have the gcc package installed (along with gcc-c++ and gcc-fortran). Well, I guess that means I'll use the sagemath package in the repos. > > Consider this done...? -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group

[sage-devel] Re: fail to build openblas

2017-03-05 Thread Dima Pasechnik
it appears that you don't have c++ compiler (command g++) installed. (installing gcc does not always install all of its parts; you need g++ and gfortran too) -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and s

[sage-devel] Re: fail to build openblas

2017-03-05 Thread Matthew Rennekamp
checking whether we are using the GNU Fortran compiler... no checking whether accepts -g... no checking how to run the C++ preprocessor... /lib/cpp configure: error: in `/home/mrennekamp/Downloads/sage-7.5.1': configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for mo

[sage-devel] Re: fail to build openblas

2017-02-25 Thread Dima Pasechnik
a quicker option is to use system's Atlas. This is described in the installation manual, where various environment variables are discussed. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails f

[sage-devel] Re: fail to build openblas

2017-02-24 Thread Steven Trogdon
These are the supported X86/X86_64 a)Intel CPU: P2 KATMAI COPPERMINE NORTHWOOD PRESCOTT BANIAS YONAH CORE2 PENRYN DUNNINGTON NEHALEM SANDYBRIDGE HASWELL ATOM I guess you could try 'make TARGET=ATOM'. As a last resort './configure --with-blas=atlas && make'. But I wouldn't do this until all the