[sage-devel] Re: make error

2023-04-16 Thread Matthias Koeppe
>From the log: g++ -Iscipy/sparse/sparsetools/_sparsetools.cpython-38-x86_64-linux-gnu.so.p -Iscipy/sparse/sparsetools -I../../scipy/sparse/sparsetools -I/home/arucane/sage/sage-9.8/local/var/lib/sage/venv-python3.8/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8

[sage-devel] Re: make error

2022-09-26 Thread Matthias Koeppe
Yes, the compiler is too old. configure:5271: checking for C compiler version configure:5280: gcc --version >&5 gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) Check if there's a better compiler available on this system.

Re: [sage-devel] Re: make error

2022-09-13 Thread Jan Vorloeper
Now it worked, thanks! I forgot the „source /…/.homebrew-build-env command. Thank you for the help! John H Palmieri schrieb am Di. 13. Sept. 2022 um 21:45: > Have you tried the suggestion printed at the end of `./configure`, namely > > % brew install ecl fplll freetype gsl gd mpfi nauty

[sage-devel] Re: make error

2022-09-13 Thread John H Palmieri
Have you tried the suggestion printed at the end of `./configure`, namely % brew install ecl fplll freetype gsl gd mpfi nauty openblas python3 qhull r singular suite-sparse zeromq and then % source /Users/janvorloeper/sage/.homebrew-build-env and then run `./configure` again? The log file