Thanks, Volker.
This is on *Apple Silicon M1 Macs* with Homebrew up to date.
SageMath 9.6.beta5 together with #32207 #33492 #33512 #33522 gives:
*macOS 11.6.5 (Big Sur) with Xcode 13.2.1*: make succeeds and make
ptestlong gives 3 errors:
----------------------------------------------------------------------
sage -t --long --warn-long 49.3
--random-seed=6666668585394009336185461470756360233
src/sage/interfaces/expect.py # 2 doctests failed
sage -t --long --warn-long 49.3
--random-seed=6666668585394009336185461470756360233
src/sage/matrix/matrix_gf2e_dense.pyx # 1 doctest failed
----------------------------------------------------------------------
The first two
**********************************************************************
File "src/sage/interfaces/expect.py", line 914, in
sage.interfaces.expect.Expect._eval_line
Failed example:
singular.interrupt()
Expected:
True
Got:
False
**********************************************************************
File "src/sage/interfaces/expect.py", line 920, in
sage.interfaces.expect.Expect._eval_line
Failed example:
singular('2+3')
Expected:
Singular crashed -- automatically restarting.
5
Got:
5
**********************************************************************
disappear when run alone.
The third
**********************************************************************
File "src/sage/matrix/matrix_gf2e_dense.pyx", line 524, in
sage.matrix.matrix_gf2e_dense.Matrix_gf2e_dense._multiply_karatsuba
Failed example:
A._multiply_karatsuba(B) == A._multiply_classical(B)
Expected:
True
Got:
False
**********************************************************************
is due to the fact that M4RIE fails on this configuration (see
https://bitbucket.org/malb/m4rie/issues/23/trying-to-compile-on-apple-m1).
This could be a bug in Xcode 13.2.1.
*macOS **12.2.1 (Monterey**) with Xcode 13.2.1*: make succeeds and make
ptestlong gives only 1 error:
----------------------------------------------------------------------
sage -t --long --warn-long 49.3
--random-seed=6666668585394009336185461470756360233
src/sage/matrix/matrix_gf2e_dense.pyx # 1 doctest failed
----------------------------------------------------------------------
namely
**********************************************************************
File "src/sage/matrix/matrix_gf2e_dense.pyx", line 524, in
sage.matrix.matrix_gf2e_dense.Matrix_gf2e_dense._multiply_karatsuba
Failed example:
A._multiply_karatsuba(B) == A._multiply_classical(B)
Expected:
True
Got:
False
**********************************************************************
due to the fact that M4RIE fails on this configuration (see
https://bitbucket.org/malb/m4rie/issues/23/trying-to-compile-on-apple-m1).
This could be a bug in Xcode 13.2.1.
*macOS 12.2.1 (Monterey) with Xcode 13.3*: make succeeds and make
ptestlong gives
no errors:
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------
*macOS 12.3 (Monterey) with Xcode 13.3*: make succeeds and make
ptestlong gives
no errors:
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------
On Monterey there were as usual 5 alerts "Pyhton quit unexpectedly", which
were ignored.
Guillermo
On Sat, 12 Mar 2022 at 17:28, 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
>
> 55a711e3d6 (tag: 9.6.beta5, trac/develop) Updated SageMath version to
> 9.6.beta5
> 4eea459401 Trac #33486: fix indentation (E111) in some pyx files
> 273836b6ab Trac #33485: maxima docs fail to build if
> SAGE_SPKG_INSTALL_DOCS=yes
> 80e28d3e51 Trac #32560: Add auto_scaling option to threejs plots
> 29feeeab2b Trac #33481: Remove upgrade option description from ./sage
> --help
> 11b44ec1b7 Trac #33465: sage.graphs: Use Executable.absolute_filename()
> f9df4f8a45 Trac #33464: Deprecate _coerce_try
> 7ba1752e5e Trac #33436: Documentation addition for Gessel-Reutenauer
> symmetric function
> ca4f346d20 Trac #33321: Implement GradedModulesWithBasis(R).Subobjects()
> and FilteredModulesWithBasis(R).Subobjects()
> f4e532f7bf Trac #33164: fix & refactor caching in
> EllipticCurve_generic.division_polynomial()
> 66c1ceff43 Trac #33120: Update plantri to 5.2
> 93277349a3 Trac #33117: Restore the Condon-Shortley phase in spherical
> harmonics and fix their derivatives
> 045292b46e Trac #32609: Remove or tag uses of SR and symbolic functions in
> combinat, categories, etc.
> 4842b3b990 Trac #24536: find_local_maximum/minimum() fails with
> expressions containing complex numbers
> ec79bea8cd Trac #33480: Adjust docstrings and doctest in `polyhedron/base6`
> 3e4d80faf3 Trac #33472: fix title in one species file
> 005fbbc14d Trac #33459: Make matrix_gfpn_dense.pyx compatible with
> randomly seeded doctests
> 4b99c49c24 Trac #25688: Inaccuracy in symbolic series result on 32bit Linux
> 64cca20548 Trac #33479: adjust error messages in plot/
> 71973678c2 Trac #33478: more doctests in modules/misc
> 6fa0bc3b7f Trac #33476: make "standard_coxeter_elements" work more
> generally
> d73b4f4126 Trac #33470: provide size of findstat query result
> fa0c93f11c Trac #33467: sage.geometry: Use
> PalpExecutable(...).absolute_filename()
> b9155bf890 Trac #33463: Fix some corner and special cases concerning
> localization of integral domains
> 48a3b47536 Trac #33460: adjust error messages in groups/
> 769709207b Trac #33448: opensuse-tumbleweed: More fplll issues
> 1b9dbfe1d6 Trac #33347: Enforce MathJax for every page of Sage
> documentation
> 7149a31ea3 Trac #33305: cython: Update to 0.29.28
> c0aa17e176 Trac #33251: polymake: Update to 4.6
> d14aae14f4 Trac #33147: use PARI's ellmul() for elliptic curves over
> finite fields
> 0335d0761a Trac #33116: Update pillow to 9.0.1
> 82fba97b33 Trac #33075: Constant field extension of function fields
> 950ecf80b5 Trac #32893: Features for palp, polytopes_db, polytopes_db_4d
> ed49c68b23 Trac #32736: LU permutation matrix has the wrong base ring
> c6092dcc00 Trac #32645: sage.geometry.polyhedron.backend_cdd: Go through
> sage.features for _cdd_executable
> 78990d526e Trac #32069: Upgrade jupyterlab to 3.3.x, add "sage -n
> nbclassic" and "sage -n retrolab"
> 314d846a6d Trac #31590: Allow passing command to plantri
> 6376bce02f Trac #31296: sage.features.Executable: Prepend
> $SAGE_VENV/bin:$SAGE_LOCAL/bin to PATH
> 20577cc758 Trac #31292: sage.features.Executable: Add method
> absolute_filename
> 64f765c246 Trac #27637: Equivariant Ehrhart Theory
> 6e05da6810 Trac #33398: Upgrade SymPy to 1.10 and update doctests
> f250edf043 Trac #30767: Update Python to 3.10.x
> eb21746961 Trac #33473: numpy incompatibility when using system python and
> numpy 1.22 is installed in the system
> b21ca55c56 (tag: 9.6.beta4) Updated SageMath version to 9.6.beta4
>
--
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_763tb1n5RfR6Cn2BF5OzXkhekF7tr%2BAxe4Yo8-D1qRg%40mail.gmail.com.