This is on Apple Silicon Macs ("M" series) with Homebrew up to date
(including OpenBLAS), on macOS 11.7.6 (Xcode 13.2.1), macOS 12.6.5 (Xcode
14.2) and macOS 13.3.1(a) (Xcode 14.3).For John, Kwankyu and Kenji: Same results as with 10.0.beta8. In particular, problems with src/sage/rings/polynomial/multi_polynomial_ideal.py src/sage/libs/giac/__init__.py do not appear with macOS 11.7.6 and 12.6.5. To make make work, make -j1 was not needed. After make and make pytest (which succeed) make ptestlong gives sage -t --long --warn-long … --random-seed=… src/sage/modular/modform_hecketriangle/abstract_space.py # 3 doctests failed sage -t --long --warn-long … --random-seed=… src/sage/modular/modform_hecketriangle/readme.py # 1 doctest failed sage -t --long --warn-long … --random-seed=… src/sage/modular/modform_hecketriangle/space.py # 2 doctests failed (see https://github.com/sagemath/sage/issues/35273) sage -t --long --warn-long 26.5 --random-seed=164104516405977008420373837524113607070 src/sage/quadratic_forms/binary_qf.py # 1 doctest failed (see https://github.com/sagemath/sage/issues/35292 and https://github.com/sagemath/sage/pull/35262) On macOS 11.7.6: sage -t --long --warn-long … --random-seed=… src/sage/matrix/matrix_gf2e_dense.pyx # 1 doctest failed (see https://github.com/sagemath/sage/issues/33212) On macOS 13.3.1(a): sage -t --long --warn-long 30.6 --random-seed=… src/sage/rings/polynomial/multi_polynomial_ideal.py # 1 doctest failed sage -t --long --warn-long 30.6 --random-seed=… src/sage/libs/giac/__init__.py # Killed due to kill signal (see https://groups.google.com/g/sage-release/c/VBwmNiP5aQY/m/RfxWN7wnCwAJ) Guillermo On Fri, 12 May 2023 at 22:40, Volker Braun <[email protected]> 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 > > f2f5863c08a (tag: 10.0.rc3, github/develop) Updated SageMath version to > 10.0.rc3 > 937f7d915f9 gh-35625: `zeromq`: Add system package info for Arch Linux, > Gentoo > 49e5c41f33f gh-35571: update openssl to 3.0.8 > 8aa721379a5 (tag: 10.0.rc2) Updated SageMath version to 10.0.rc2 > -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/CANnG18-yuTQ4x5Ls0WFOi93nePSwR%3DB6dajo8Bizn0GZJEbvaQ%40mail.gmail.com.
