[sage-release] Re: Sage 9.3.beta7 released

2021-02-07 Thread Matthias Köppe
Fixed in https://trac.sagemath.org/ticket/31358 On Sunday, February 7, 2021 at 9:06:37 PM UTC-8 Matthias Köppe wrote: > These LDFLAGS are read from `python3 -m sysconfig`. The "-L." flag there > is causing this python3 to be rejected by the new checks from > https://trac.sagemath.org/ticket/311

[sage-release] Re: Sage 9.3.beta7 released

2021-02-07 Thread Matthias Köppe
These LDFLAGS are read from `python3 -m sysconfig`. The "-L." flag there is causing this python3 to be rejected by the new checks from https://trac.sagemath.org/ticket/31132 . Looks like using this flag is a gentoo specialty. On Sunday, February 7, 2021 at 8:42:35 PM UTC-8 Steven Trogdon wrote:

[sage-release] Re: Sage 9.3.beta7 released

2021-02-07 Thread Steven Trogdon
The LDFLAGS is set only when building Sage. I have set nothing explicitly when building system python. On Sunday, February 7, 2021 at 9:42:35 PM UTC-7 Steven Trogdon wrote: > OK, here is the reason > > g++ -std=gnu++11 -fPIC -I/local/sage-git/sage/conftest_venv/include > -I/usr/include/python3.

[sage-release] Re: Sage 9.3.beta7 released

2021-02-07 Thread Steven Trogdon
OK, here is the reason g++ -std=gnu++11 -fPIC -I/local/sage-git/sage/conftest_venv/include -I/usr/include/python3.9 -c conftest.cpp -o conftest.dir/temp.linux-x86_64-3.9/conftest.o -std=c++11 creating conftest.dir/lib.linux-x86_64-3.9 x86_64-pc-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,--as-nee

[sage-release] Re: Sage 9.3.beta7 released

2021-02-07 Thread Steven Trogdon
This beta does not pick up on my system (Gentoo) python. From config.log configure:39140: result: python3-3.9.1: no suitable system package; will be installed as an SPKG And my system python $ python Python 3.9.1 (default, Jan 26 2021, 00:24:17) [GCC 9.3.0] on lin

Re: [sage-release] Sage 9.3.beta7 released

2021-02-07 Thread Samuel Lelièvre
2021-02-07 22:04 UTC, Volker Braun: > > 8453ffb849 (tag: 9.3.beta7, trac/develop) Updated SageMath version to > 9.3.beta7 Thanks for this new release. On macOS 10.14.6 with lots of Homebrew packages, I failed to report on beta6 for which cypari2 failed to build; with beta7, cypari2 now builds bu

[sage-release] Re: Sage 9.3.beta7 released

2021-02-07 Thread Matthias Köppe
On Sunday, February 7, 2021 at 2:04:42 PM UTC-8 Volker Braun wrote: > As always, you can get the latest beta version from the "develop" git > branch. Alternatively, the self-contained source tarball is at > http://www.sagemath.org/download-latest.html > > 8453ffb849 (tag: 9.3.beta7, trac/develo

[sage-release] Re: Sage 9.3.beta7 released

2021-02-07 Thread Matthias Köppe
On Sunday, February 7, 2021 at 2:04:42 PM UTC-8 Volker Braun wrote: > As always, you can get the latest beta version from the "develop" git > branch. Alternatively, the self-contained source tarball is at > http://www.sagemath.org/download-latest.html > Thanks, Volker, for preparing the new re

[sage-release] Sage 9.3.beta7 released

2021-02-07 Thread Volker Braun
As always, you can get the latest beta version from the "develop" git branch. Alternatively, the self-contained source tarball is at http://www.sagemath.org/download-latest.html 8453ffb849 (tag: 9.3.beta7, trac/develop) Updated SageMath version to 9.3.beta7 6096110e06 Trac #30517: MemoryError