[sage-devel] Re: Errors with make on macOS

2023-11-19 Thread John H Palmieri
Try: % make distclean # remove all progress, just in case % brew install cddlib fplll gsl maxima python3 singular suite-sparse # as recommended at the end of `./configure` % ./configure Then read the output and see if it still recommends installing gsl. I hope not. Then % make On Sunday,

[sage-devel] Re: sage-10.2.rc4 does not build on opensuse tumbleweed

2023-11-19 Thread Matthias Koeppe
For reference, this is https://github.com/sagemath/sage/issues/27750#issuecomment-1432504494 (the easy fix somehow never made it into Sage) It will go away in our upgrade to FLINT 3, https://github.com/sagemath/sage/pull/35848, which does not have these problematic LD_LIBRARY_PATH

[sage-devel] Re: sage-10.2.rc4 does not build on opensuse tumbleweed

2023-11-19 Thread Matthias Koeppe
We also see this failure on opensuse-tumbleweed in our CI in the "minimal" system package configuration https://github.com/sagemath/sage/actions/runs/6909825582/job/18801882455#step:11:2323 However, the "standard" system package configuration builds and tests fine: