Re: [sage-release] Re: Sage 9.5.beta5 released

2021-11-02 Thread William Stein
On Tue, Nov 2, 2021 at 9:00 PM Matthias Köppe wrote: > It's really just the command "tox -e > docker-ubuntu-groovy-standard-arm64v8" - try it Thanks. Some more details I figured out in a few moments, in case anybody else is interested: 1. What is tox? Answer: it is a Python package you can

Re: [sage-release] Re: Sage 9.5.beta5 released

2021-11-02 Thread Matthias Köppe
It's really just the command "tox -e docker-ubuntu-groovy-standard-arm64v8" - try it On Tuesday, November 2, 2021 at 8:37:54 PM UTC-7 William Stein wrote: > What did you do exactly? For example did you install tachyon systemwide? > > > Thanks! > > On Tue, Nov 2, 2021 at 8:02 PM Matthias

Re: [sage-release] Re: Sage 9.5.beta5 released

2021-11-02 Thread William Stein
What did you do exactly? For example did you install tachyon systemwide? Thanks! On Tue, Nov 2, 2021 at 8:02 PM Matthias Köppe wrote: > I just built for this architecture successfully using "tox -e > docker-ubuntu-groovy-standard-arm64v8" (on my Intel MBP). That's slightly > newer than

Re: [sage-release] Re: Sage 9.5.beta5 released

2021-11-02 Thread Matthias Köppe
I just built for this architecture successfully using "tox -e docker-ubuntu-groovy-standard-arm64v8" (on my Intel MBP). That's slightly newer than ubuntu-focal (20.04) sage -t --random-seed=0 src/sage/algebras/quatalg/quaternion_algebra_cython.pyx [10 tests, 0.17 s]

Re: [sage-release] Re: Sage 9.5.beta5 released

2021-11-02 Thread Dima Pasechnik
On Tue, Nov 2, 2021 at 6:03 PM William Stein wrote: > I just want to add that I don't trust Docker desktop on M1 yet, and it > could easily be responsible for these problems. > E.g., I've found that often wget sometimes segfaults in this exact > container, and that has nothing to do with Sage. >

Re: [sage-release] Re: Sage 9.5.beta5 released

2021-11-02 Thread William Stein
I just want to add that I don't trust Docker desktop on M1 yet, and it could easily be responsible for these problems. E.g., I've found that often wget sometimes segfaults in this exact container, and that has nothing to do with Sage. Does anybody do test builds of Sage on other aarch64 linux

Re: [sage-release] Re: Sage 9.5.beta5 released

2021-11-02 Thread William Stein
Here's how "make test" ended: sage -t --random-seed=225297532770316936918573996029610176361 src/sage/groups/class_function.py # Timed out sage -t --random-seed=225297532770316936918573996029610176361 src/sage/groups/perm_gps/symgp_conjugacy_class.py # Timed out sage -t

Re: [sage-release] Re: Sage 9.5.beta5 released

2021-11-02 Thread William Stein
On Tue, Nov 2, 2021 at 10:21 AM Matthias Köppe wrote: > On Tuesday, November 2, 2021 at 9:13:25 AM UTC-7 William Stein wrote: > >> This is a quick update about building the 9.5.beta5 version of Sage on an >> M1 Mac under Docker aarch64 Linux. >> >> > A quick remark: Sage developers who want to

Re: [sage-release] Re: Sage 9.5.beta5 released

2021-11-02 Thread Matthias Köppe
On Tuesday, November 2, 2021 at 9:13:25 AM UTC-7 William Stein wrote: > This is a quick update about building the 9.5.beta5 version of Sage on an > M1 Mac under Docker aarch64 Linux. > > A quick remark: Sage developers who want to help on this issue do not need this specific hardware. Using

Re: [sage-release] Re: Sage 9.5.beta5 released

2021-11-02 Thread William Stein
This is a quick update about building the 9.5.beta5 version of Sage on an M1 Mac under Docker aarch64 Linux. After installing Tachyon system wide, the build completes. This Cython module won't import due to an issue with libgomp, which is evidently some openMP parallel computing library,