This is on an Apple Silicon Mac M1 Pro with Homebrew up to date, on macOS
12.7.5 (Xcode 14.2).

There is one problem: ./configure picks /usr/bin/python3
which is the old Python 3.9.6 (Oct 18 2022, 12:41:40) from macOS.
This leads to many
urllib3.exceptions.NotOpenSSLWarning: urllib3 v2 only supports OpenSSL
1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 2.8.3'. See:
https://github.com/urllib3/urllib3/issues/3020

Doing instead
./configure --without-system-python3
and merging
https://github.com/sagemath/sage/pull/38135
one has that
make
make pytest
succeed and
make ptestlong
gives
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------

HTH,

Guillermo

On Sun, 9 Jun 2024 at 14:45, 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
>
> Its again time to make another release, if only to properly support gcc
> 14. If you have anything that you are desperate to merge in this cycle then
> get it ready!
>
>
> 31e216689af (tag: 10.4.beta9, github/develop) Updated SageMath version to
> 10.4.beta9
> 5c12765f7e5 gh-38157: `build/pkgs/openssl`: Update to 3.2.2
> c452b9de59d gh-38156: just a few details in permutation.py
> ec439123d54 gh-38152: Improve performance of computing columns of matrices
> over GF(2)
> 23d0e295703 gh-38149: many pep8 fixes in misc
> dc0986e5168 gh-38148: Fix test failure on 32-bit where a different element
> is picked
> 229a3647b2e gh-38147: `build/pkgs/scip` 9.0.1, `soplex` 7.0.1, `papilo`
> 2.2.1, `onetbb` 2021.12.0
> 22061940636 gh-38146: src/sage/categories/hecke_modules.py: Fix `# needs`
> dcc802bb6ec gh-38145: docstrings: INPUT formatting
> cfb50659237 gh-38144: CI: Fix handling of deletions/renames; Build&Test:
> Uninstall/build changed packages; Linux Incremental: Update platforms
> d5ba867123d gh-38143: `sage.monoids`: Modularization fixes, `# needs`
> 2b74a38f740 gh-38137: some care for blank lines in pyx in rings
> 0947a2510ac gh-38136: Fix building fflas, linbox on 32-bit by disabling
> SSE, AVX
> 7f900580dbe gh-38134: some care for blank lines in matrix/
> 962215d0320 gh-38133: some care for blank lines in coding and modules
> 961d06cbd09 gh-38132: some care for blank lines (pep E30) in groups/ and
> numerical/
> 5af73d3ee11 gh-38131: code polishing using list comprehension
> 901981fdbc8 gh-38127: Add links to the PR in doc preview
> 7f4fb998d43 gh-38126: Deprecate `is_Fan`, `is_NefPartition`,
> `is_PointCollection`, `is_ToricLattice`, `is_ToricLatticeElement`,
> `is_ToricLatticeQuotient`
> 59f3109f295 gh-38125: Deprecate `is_MutablePoset`
> 7b61cda0c20 gh-38124: Deprecate `is_NumberFieldOrder`,
> `is_AbsoluteNumberField`, `is_RelativeNumberField`, `is_NumberFieldIdeal`,
> `is_NumberFieldFractionalIdeal`, `is_NumberFieldFractionalIdeal_rel`
> 1f7efa0da4f gh-38122: `sage.doctest.control`: In doctests, use Python
> floats for stats
> b80817e2dda gh-38119: Fix hashing for Weyl algebra elements
> e6c4f20de56 gh-38117: Add small examples of common docstring styles
> eac0fc52e32 gh-38114: Fixed bug in size labeler
> d1036f5b90c gh-38103: Deprecate `is_Map`, `is_...Morphism`
> 7cfff49bd2f gh-38088: Add `# sage_setup: distribution` directives for the
> files of existing distributions sagemath-{categories,...,tdlib}
> 3dd37187752 gh-38077: Deprecate `is_Element`, ...
> 3f4c50fea2e gh-38057: `matroids`: Declare function input and return types
> 55dd5ed876a gh-38053: work on letterplace algebras
> c9a3a79de18 gh-38034: `sage.libs.giac`: Compile with std=c++11
> f2fb9610214 gh-37977: Add a method to enumerate cographs
> 87f76fee30a gh-37945: ⬆️ Bump dev-hanz-ops/install-gh-cli-action from
> 0.1.0 to 0.2.0
> 54b3e539d5e gh-37871: Construct the composition series of Garsia-Procesi
> modules
> eb319c94427 gh-37850: Reverted changes from #36986
> a09048c4c87 gh-37819: `igraph`: Update to 0.10.12, fix spkg-check;
> `python_igraph`: Update to 0.11.5, remove spkg-install workarounds
> 4d8d254eaec gh-37779: Implementing the faithful representation of a
> generic Lie algebra in positive characteristic
> 8daa182d663 gh-37697: Implement the solvable and nil radicals of a finite
> dimensional Lie algebra
> ae87c7f0f24 gh-37669: update (py)cryptominisat to version 5.11.21, remove
> no longer needed cryptominisat spkg
> 2d12f022422 gh-37662: Add parameter `sort_neighbors` to method
> `init_short_digraph`
> 648e53a33df gh-37526: Fix `monomial_coefficients` for submodules of free
> modules from sage.modules
> e5f42fac703 (tag: 10.4.beta8) Updated SageMath version to 10.4.beta8
>

-- 
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_Z_xDWU6hY-EGS%2Boy-84rxUHadwooRMJVEZUML3PgUTA%40mail.gmail.com.

Reply via email to