Sage 10.10.beta2 released

89 views
Skip to first unread message

Volker Braun

unread,
May 29, 2026, 6:21:52 PM (9 days ago) May 29
to sage-release
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


d8c708db9da (tag: 10.10.beta2, github/develop) Updated SageMath version to 10.10.beta2
b5e6adc834f gh-42264: src/sage/graphs/connectivity.pyx: tolerance for vertex connectivity
452b554f942 gh-42259: Fix PLR1712.
d8cb6b37d92 gh-42258: minor simplifications in ore_polynomial_element
5a991c5b2b0 gh-42255: Fix memory leak in repeated nonconstant polynomial substitutions in libsingular
d339785fe6e gh-42253: small fix in db_class_polynomials
4ecff926cc4 gh-42252: Minor edit: Fixed missing ':' (colon) in the EXAMPLES string.
c9045af13eb gh-42251: faster construction of interval graphs
d0b71a9c20e gh-42250: graphs: fix typo "Rosking-Tarjan" -> "Roskind-Tarjan" in error message
8666290c521 gh-42249: build(ecm): upgrade to 7.0.7 and list homebrew gmp-ecm
287a4da89d3 gh-42248: honor check=False in binary_tree
b8a61cdefec gh-42247: Use RankWidth feature for Graph.rank_decoposition
8a825943093 gh-42246: Fix FormalSum and divisor comparisons
23f8aef0c3d gh-42242: Fix conversion of `SetPartition` to `DisjointSet`
cc55d31d2d6 gh-42241: Fix doctests in graph_latex.py  which use dot2tex
696925c08ff gh-42239: Fix infinite polynomial coefficient coercion
c849b7764a6 gh-42238: Fix norm of function field equation-order ideals
65f2133d3d8 gh-42233: Add reference to SageMath AppImage in installation documentation
88f086b3cf2 gh-42232: make Ring inherit from Parent naively
377e7762dc6 gh-42231: various small cython-lint suggestions fixed
5fb6b71a51b gh-42230: some work on cython-lint warnings for plot and plot3d
55d5cfc7e91 gh-42227: fix the -> Family annotations
39b976bf561 gh-42226: full cython-lint in mod_sym_num.pyx
eca755b2428 gh-42225: using more cached_method in abvar/finite_subgroup
182d9d5bfa9 gh-42224: use group_generators in sandpile
ec5f1f42155 gh-42223: add typing annotations to gens_reduced methods
67d011dbac3 gh-42222: annotation details in quaternion_algebra
b91a1a9dcf4 gh-42221: fix typo Irreducible in cubic Hecke
f7d7e2f23a7 gh-42220: better uniformity in the gen method for groups
af0722e0424 gh-42214: remove a bunch of spaces inside parentheses
00ebcd0cca8 gh-42211: fix the invalid q choice in ell_finite_field
b6cb30cfab8 gh-42210: Fix date in CODE_OF_CONDUCT.md
acfec8cab0e gh-42207: Substitution error when computing fundamental groups
f7d71b464e2 gh-42204: Fix wrong parameter for non-editible install in spkg-install.in
e31a2b0cb3a gh-42198: Pytest: add support for "long" and "longlong" markings
2f78a5858e1 gh-42195: Refactor the hash function of permgrp elements to make it behave correctly
ee7ffb7d1ba gh-42189: Fix #41867
c3385fa2f73 gh-42185: Refactor negative cone detection in divisor.py
032946376e6 gh-42183: Simplify if-return-elif-return-else-return logic (non-Cython)
6985ea0a5b5 gh-42175: Cleanup matrix multiplication error checking
937a3560ae4 gh-42146: Regenerate headers for flint 3.5.0
366b993cf62 gh-42101: simple 𝑥‑only arithmetic for elliptic curves
e47db57eba5 gh-42082: Add free module sign iterator
a134aad6a30 gh-42079: Growth/testsuite
6a08aca4590 gh-41139: Anderson motives
66cdd575127 gh-41113: Algebraic and modular properties of hypergeometric functions
1398283a9c5 (tag: 10.10.beta1) Updated SageMath version to 10.10.beta1

David Coudert

unread,
May 30, 2026, 8:22:53 AM (9 days ago) May 30
to sage-r...@googlegroups.com
Thank you for this new beta Volker.

Unfortunately I’m still unable to compile on macOS.

[sagelib-10.10.beta2] [spkg-install]   error: unknown argument: '-MD'


Let’s hope that someone will find a fix.

Best,
David.

--
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 sage-release...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/sage-release/ed816f3a-8a85-43af-8def-95c304a2321bn%40googlegroups.com.

Dima Pasechnik

unread,
May 30, 2026, 12:39:42 PM (9 days ago) May 30
to sage-r...@googlegroups.com
that's still coming from the meson bug.
You probably are using a Homebrew pkg with -Xpreprocessor in its cflags.

David Coudert

unread,
May 31, 2026, 9:48:48 AM (8 days ago) May 31
to sage-r...@googlegroups.com
Le 30 mai 2026 à 18:39, Dima Pasechnik <dim...@gmail.com> a écrit :

that's still coming from the meson bug.
You probably are using a Homebrew pkg with -Xpreprocessor in its cflags.

How can I check that ?


Dima Pasechnik

unread,
May 31, 2026, 11:00:36 PM (7 days ago) May 31
to sage-r...@googlegroups.com
track down which Homebrew packages are installed by looking at config.log, or at the output of ./configure

Then check the outputs of "pkg-config -cflags <package>" for each of them

e.g. such a flag is supplied by openblas - so if you don't use Accelerate build it's a suspect.

Then, givaro/fflas-ffpack/linbox are suspect

m4ri from my tap is a suspect (but one now should use m4ri from the mainline Homebrew, I upstreamed my m4ri tap and I had to remove OpenMP support from it, as they don't like patches).

Also, brial from my tap has OpenMP support

Dima

David Coudert

unread,
Jun 1, 2026, 8:11:38 AM (7 days ago) Jun 1
to sage-r...@googlegroups.com
I tried uninstalling m4rie and m4ri.

Compilation still fail with

[sagelib-10.10.beta2] [spkg-install]   Found ninja-1.13.2 at /opt/homebrew/bin/ninja

[sagelib-10.10.beta2] [spkg-install]   + /opt/homebrew/bin/ninja

[sagelib-10.10.beta2] [spkg-install]   ninja: warning: Ignoring jobserver: Pipe-based protocol is not supported! [ --no-print-directory - --jobserver-fds=3,4 -j -- V=1 V=1]

[sagelib-10.10.beta2] [spkg-install]   [1/1680] Compiling C++ object src/sage/matrix/matrix_cyclo_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_cyclo_dense.pyx.cpp.o

[sagelib-10.10.beta2] [spkg-install]   FAILED: [code=1] src/sage/matrix/matrix_cyclo_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_cyclo_dense.pyx.cpp.o

[sagelib-10.10.beta2] [spkg-install]   g++ -std=gnu++11 -Isrc/sage/matrix/matrix_cyclo_dense.cpython-313-darwin.so.p -Isrc/sage/matrix -I../../src/sage/matrix -Isrc/sage/cpython -I../../src/sage/cpython -Isrc/sage/ext -I../../src/sage/ext -Isrc/sage/libs/flint -I../../src/sage/libs/flint -Isrc/sage/libs/ntl -I../../src/sage/libs/ntl -Isrc/sage/rings -I../../src/sage/rings -Isrc/sage/rings/finite_rings -I../../src/sage/rings/finite_rings -I../../local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/cypari2 -I../../local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/cysignals -I/opt/homebrew/opt/pyt...@3.13/Frameworks/Python.framework/Versions/3.13/include/python3.13 -I/opt/homebrew/Cellar/fflas-ffpack/2.5.0/include -I/opt/homebrew/opt/libomp/include -I/opt/homebrew/Cellar/givaro/4.2.2/include -I/opt/homebrew/opt/gmp/include -I/opt/homebrew/Cellar/flint/3.5.0/include -I/opt/homebrew/Cellar/gmp/6.3.0/include -I/opt/homebrew/Cellar/mpfr/4.2.2/include -I/opt/homebrew/Cellar/gd/2.3.3_6/include -I/opt/homebrew/Cellar/linbox/1.7.1_1/include -I/opt/homebrew/Cellar/m4ri/20260122/include -I/opt/homebrew/opt/libpng/include/libpng16 -I/opt/homebrew/opt/zlib/include -I/Users/dcoudert/sage/local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/numpy/_core/include -I/opt/homebrew/Cellar/singular/4.4.1p5_2/include -I/opt/homebrew/Cellar/singular/4.4.1p5_2/include/singular -fvisibility=hidden -fvisibility-inlines-hidden -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -std=c++17 -O3 -g -O2 -DSING_NDEBUG -DOM_NDEBUG -DDISABLE_COMMENTATOR -Xpreprocessor -fopenmp /opt/homebrew/opt/libomp/lib/libomp.dylib -Xpreprocessor -MD -MQ src/sage/matrix/matrix_cyclo_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_cyclo_dense.pyx.cpp.o -MF src/sage/matrix/matrix_cyclo_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_cyclo_dense.pyx.cpp.o.d -o src/sage/matrix/matrix_cyclo_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_cyclo_dense.pyx.cpp.o -c src/sage/matrix/matrix_cyclo_dense.cpython-313-darwin.so.p/src/sage/matrix/matrix_cyclo_dense.pyx.cpp

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: /opt/homebrew/opt/libomp/lib/libomp.dylib: 'linker' input unused [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: argument unused during compilation: '-MQ src/sage/matrix/matrix_cyclo_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_cyclo_dense.pyx.cpp.o' [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: argument unused during compilation: '-MF src/sage/matrix/matrix_cyclo_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_cyclo_dense.pyx.cpp.o.d' [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   error: unknown argument: '-MD'

[sagelib-10.10.beta2] [spkg-install]   [2/1680] Compiling C++ object src/sage/matrix/matrix_modn_dense_double.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_modn_dense_double.pyx.cpp.o

[sagelib-10.10.beta2] [spkg-install]   FAILED: [code=1] src/sage/matrix/matrix_modn_dense_double.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_modn_dense_double.pyx.cpp.o

[sagelib-10.10.beta2] [spkg-install]   g++ -std=gnu++11 -Isrc/sage/matrix/matrix_modn_dense_double.cpython-313-darwin.so.p -Isrc/sage/matrix -I../../src/sage/matrix -Isrc/sage/cpython -I../../src/sage/cpython -Isrc/sage/ext -I../../src/sage/ext -Isrc/sage/libs/flint -I../../src/sage/libs/flint -Isrc/sage/libs/ntl -I../../src/sage/libs/ntl -Isrc/sage/rings -I../../src/sage/rings -Isrc/sage/rings/finite_rings -I../../src/sage/rings/finite_rings -I../../local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/cypari2 -I../../local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/cysignals -I/opt/homebrew/opt/pyt...@3.13/Frameworks/Python.framework/Versions/3.13/include/python3.13 -I/opt/homebrew/Cellar/fflas-ffpack/2.5.0/include -I/opt/homebrew/opt/libomp/include -I/opt/homebrew/Cellar/givaro/4.2.2/include -I/opt/homebrew/opt/gmp/include -I/opt/homebrew/Cellar/flint/3.5.0/include -I/opt/homebrew/Cellar/gmp/6.3.0/include -I/opt/homebrew/Cellar/mpfr/4.2.2/include -I/opt/homebrew/Cellar/gd/2.3.3_6/include -I/opt/homebrew/Cellar/linbox/1.7.1_1/include -I/opt/homebrew/Cellar/m4ri/20260122/include -I/opt/homebrew/opt/libpng/include/libpng16 -I/opt/homebrew/opt/zlib/include -I/Users/dcoudert/sage/local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/numpy/_core/include -I/opt/homebrew/Cellar/singular/4.4.1p5_2/include -I/opt/homebrew/Cellar/singular/4.4.1p5_2/include/singular -fvisibility=hidden -fvisibility-inlines-hidden -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -std=c++11 -O3 -g -O2 -DSING_NDEBUG -DOM_NDEBUG -DDISABLE_COMMENTATOR -Xpreprocessor -fopenmp /opt/homebrew/opt/libomp/lib/libomp.dylib -Xpreprocessor -MD -MQ src/sage/matrix/matrix_modn_dense_double.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_modn_dense_double.pyx.cpp.o -MF src/sage/matrix/matrix_modn_dense_double.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_modn_dense_double.pyx.cpp.o.d -o src/sage/matrix/matrix_modn_dense_double.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_modn_dense_double.pyx.cpp.o -c src/sage/matrix/matrix_modn_dense_double.cpython-313-darwin.so.p/src/sage/matrix/matrix_modn_dense_double.pyx.cpp

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: /opt/homebrew/opt/libomp/lib/libomp.dylib: 'linker' input unused [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: argument unused during compilation: '-MQ src/sage/matrix/matrix_modn_dense_double.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_modn_dense_double.pyx.cpp.o' [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: argument unused during compilation: '-MF src/sage/matrix/matrix_modn_dense_double.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_modn_dense_double.pyx.cpp.o.d' [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   error: unknown argument: '-MD'

[sagelib-10.10.beta2] [spkg-install]   [3/1680] Compiling C++ object src/sage/matrix/matrix_integer_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_integer_dense.pyx.cpp.o

[sagelib-10.10.beta2] [spkg-install]   FAILED: [code=1] src/sage/matrix/matrix_integer_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_integer_dense.pyx.cpp.o

[sagelib-10.10.beta2] [spkg-install]   g++ -std=gnu++11 -Isrc/sage/matrix/matrix_integer_dense.cpython-313-darwin.so.p -Isrc/sage/matrix -I../../src/sage/matrix -Isrc/sage/cpython -I../../src/sage/cpython -Isrc/sage/ext -I../../src/sage/ext -Isrc/sage/libs/flint -I../../src/sage/libs/flint -Isrc/sage/libs/ntl -I../../src/sage/libs/ntl -Isrc/sage/rings -I../../src/sage/rings -Isrc/sage/rings/finite_rings -I../../src/sage/rings/finite_rings -I../../local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/cypari2 -I../../local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/cysignals -I/opt/homebrew/opt/pyt...@3.13/Frameworks/Python.framework/Versions/3.13/include/python3.13 -I/opt/homebrew/Cellar/fflas-ffpack/2.5.0/include -I/opt/homebrew/opt/libomp/include -I/opt/homebrew/Cellar/givaro/4.2.2/include -I/opt/homebrew/opt/gmp/include -I/opt/homebrew/Cellar/flint/3.5.0/include -I/opt/homebrew/Cellar/gmp/6.3.0/include -I/opt/homebrew/Cellar/mpfr/4.2.2/include -I/opt/homebrew/Cellar/gd/2.3.3_6/include -I/opt/homebrew/Cellar/linbox/1.7.1_1/include -I/opt/homebrew/Cellar/m4ri/20260122/include -I/opt/homebrew/opt/libpng/include/libpng16 -I/opt/homebrew/opt/zlib/include -I/Users/dcoudert/sage/local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/numpy/_core/include -I/opt/homebrew/Cellar/singular/4.4.1p5_2/include -I/opt/homebrew/Cellar/singular/4.4.1p5_2/include/singular -fvisibility=hidden -fvisibility-inlines-hidden -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -std=c++11 -O3 -g -O2 -DSING_NDEBUG -DOM_NDEBUG -DDISABLE_COMMENTATOR -Xpreprocessor -fopenmp /opt/homebrew/opt/libomp/lib/libomp.dylib -Xpreprocessor -MD -MQ src/sage/matrix/matrix_integer_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_integer_dense.pyx.cpp.o -MF src/sage/matrix/matrix_integer_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_integer_dense.pyx.cpp.o.d -o src/sage/matrix/matrix_integer_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_integer_dense.pyx.cpp.o -c src/sage/matrix/matrix_integer_dense.cpython-313-darwin.so.p/src/sage/matrix/matrix_integer_dense.pyx.cpp

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: /opt/homebrew/opt/libomp/lib/libomp.dylib: 'linker' input unused [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: argument unused during compilation: '-MQ src/sage/matrix/matrix_integer_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_integer_dense.pyx.cpp.o' [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: argument unused during compilation: '-MF src/sage/matrix/matrix_integer_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_integer_dense.pyx.cpp.o.d' [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   error: unknown argument: '-MD'

[sagelib-10.10.beta2] [spkg-install]   [4/1680] Compiling C++ object src/sage/matrix/matrix_integer_sparse.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_integer_sparse.pyx.cpp.o

[sagelib-10.10.beta2] [spkg-install]   FAILED: [code=1] src/sage/matrix/matrix_integer_sparse.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_integer_sparse.pyx.cpp.o

[sagelib-10.10.beta2] [spkg-install]   g++ -std=gnu++11 -Isrc/sage/matrix/matrix_integer_sparse.cpython-313-darwin.so.p -Isrc/sage/matrix -I../../src/sage/matrix -Isrc/sage/cpython -I../../src/sage/cpython -Isrc/sage/ext -I../../src/sage/ext -Isrc/sage/libs/flint -I../../src/sage/libs/flint -Isrc/sage/libs/ntl -I../../src/sage/libs/ntl -Isrc/sage/rings -I../../src/sage/rings -Isrc/sage/rings/finite_rings -I../../src/sage/rings/finite_rings -I../../local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/cypari2 -I../../local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/cysignals -I/opt/homebrew/opt/pyt...@3.13/Frameworks/Python.framework/Versions/3.13/include/python3.13 -I/opt/homebrew/Cellar/fflas-ffpack/2.5.0/include -I/opt/homebrew/opt/libomp/include -I/opt/homebrew/Cellar/givaro/4.2.2/include -I/opt/homebrew/opt/gmp/include -I/opt/homebrew/Cellar/flint/3.5.0/include -I/opt/homebrew/Cellar/gmp/6.3.0/include -I/opt/homebrew/Cellar/mpfr/4.2.2/include -I/opt/homebrew/Cellar/gd/2.3.3_6/include -I/opt/homebrew/Cellar/linbox/1.7.1_1/include -I/opt/homebrew/Cellar/m4ri/20260122/include -I/opt/homebrew/opt/libpng/include/libpng16 -I/opt/homebrew/opt/zlib/include -I/Users/dcoudert/sage/local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/numpy/_core/include -I/opt/homebrew/Cellar/singular/4.4.1p5_2/include -I/opt/homebrew/Cellar/singular/4.4.1p5_2/include/singular -fvisibility=hidden -fvisibility-inlines-hidden -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -std=c++11 -O3 -g -O2 -DSING_NDEBUG -DOM_NDEBUG -DDISABLE_COMMENTATOR -Xpreprocessor -fopenmp /opt/homebrew/opt/libomp/lib/libomp.dylib -Xpreprocessor -MD -MQ src/sage/matrix/matrix_integer_sparse.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_integer_sparse.pyx.cpp.o -MF src/sage/matrix/matrix_integer_sparse.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_integer_sparse.pyx.cpp.o.d -o src/sage/matrix/matrix_integer_sparse.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_integer_sparse.pyx.cpp.o -c src/sage/matrix/matrix_integer_sparse.cpython-313-darwin.so.p/src/sage/matrix/matrix_integer_sparse.pyx.cpp

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: /opt/homebrew/opt/libomp/lib/libomp.dylib: 'linker' input unused [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: argument unused during compilation: '-MQ src/sage/matrix/matrix_integer_sparse.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_integer_sparse.pyx.cpp.o' [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: argument unused during compilation: '-MF src/sage/matrix/matrix_integer_sparse.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_integer_sparse.pyx.cpp.o.d' [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   error: unknown argument: '-MD'

[sagelib-10.10.beta2] [spkg-install]   [5/1680] Compiling C++ object src/sage/matrix/matrix_mod2_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_mod2_dense.pyx.cpp.o

[sagelib-10.10.beta2] [spkg-install]   FAILED: [code=1] src/sage/matrix/matrix_mod2_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_mod2_dense.pyx.cpp.o

[sagelib-10.10.beta2] [spkg-install]   g++ -std=gnu++11 -Isrc/sage/matrix/matrix_mod2_dense.cpython-313-darwin.so.p -Isrc/sage/matrix -I../../src/sage/matrix -Isrc/sage/cpython -I../../src/sage/cpython -Isrc/sage/ext -I../../src/sage/ext -Isrc/sage/libs/flint -I../../src/sage/libs/flint -Isrc/sage/libs/ntl -I../../src/sage/libs/ntl -Isrc/sage/rings -I../../src/sage/rings -Isrc/sage/rings/finite_rings -I../../src/sage/rings/finite_rings -I../../local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/cypari2 -I../../local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/cysignals -I/opt/homebrew/opt/pyt...@3.13/Frameworks/Python.framework/Versions/3.13/include/python3.13 -I/opt/homebrew/Cellar/fflas-ffpack/2.5.0/include -I/opt/homebrew/opt/libomp/include -I/opt/homebrew/Cellar/givaro/4.2.2/include -I/opt/homebrew/opt/gmp/include -I/opt/homebrew/Cellar/flint/3.5.0/include -I/opt/homebrew/Cellar/gmp/6.3.0/include -I/opt/homebrew/Cellar/mpfr/4.2.2/include -I/opt/homebrew/Cellar/gd/2.3.3_6/include -I/opt/homebrew/Cellar/linbox/1.7.1_1/include -I/opt/homebrew/Cellar/m4ri/20260122/include -I/opt/homebrew/opt/libpng/include/libpng16 -I/opt/homebrew/opt/zlib/include -I/Users/dcoudert/sage/local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/numpy/_core/include -I/opt/homebrew/Cellar/singular/4.4.1p5_2/include -I/opt/homebrew/Cellar/singular/4.4.1p5_2/include/singular -fvisibility=hidden -fvisibility-inlines-hidden -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -std=c++17 -O3 -g -O2 -DSING_NDEBUG -DOM_NDEBUG -DDISABLE_COMMENTATOR -Xpreprocessor -fopenmp /opt/homebrew/opt/libomp/lib/libomp.dylib -Xpreprocessor -MD -MQ src/sage/matrix/matrix_mod2_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_mod2_dense.pyx.cpp.o -MF src/sage/matrix/matrix_mod2_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_mod2_dense.pyx.cpp.o.d -o src/sage/matrix/matrix_mod2_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_mod2_dense.pyx.cpp.o -c src/sage/matrix/matrix_mod2_dense.cpython-313-darwin.so.p/src/sage/matrix/matrix_mod2_dense.pyx.cpp

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: /opt/homebrew/opt/libomp/lib/libomp.dylib: 'linker' input unused [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: argument unused during compilation: '-MQ src/sage/matrix/matrix_mod2_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_mod2_dense.pyx.cpp.o' [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: argument unused during compilation: '-MF src/sage/matrix/matrix_mod2_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_mod2_dense.pyx.cpp.o.d' [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   error: unknown argument: '-MD'

[sagelib-10.10.beta2] [spkg-install]   [6/1680] Compiling C++ object src/sage/matrix/matrix_mpolynomial_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_mpolynomial_dense.pyx.cpp.o

[sagelib-10.10.beta2] [spkg-install]   FAILED: [code=1] src/sage/matrix/matrix_mpolynomial_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_mpolynomial_dense.pyx.cpp.o

[sagelib-10.10.beta2] [spkg-install]   g++ -std=gnu++11 -Isrc/sage/matrix/matrix_mpolynomial_dense.cpython-313-darwin.so.p -Isrc/sage/matrix -I../../src/sage/matrix -Isrc/sage/cpython -I../../src/sage/cpython -Isrc/sage/ext -I../../src/sage/ext -Isrc/sage/libs/flint -I../../src/sage/libs/flint -Isrc/sage/libs/ntl -I../../src/sage/libs/ntl -Isrc/sage/rings -I../../src/sage/rings -Isrc/sage/rings/finite_rings -I../../src/sage/rings/finite_rings -I../../local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/cypari2 -I../../local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/cysignals -I/opt/homebrew/opt/pyt...@3.13/Frameworks/Python.framework/Versions/3.13/include/python3.13 -I/opt/homebrew/Cellar/fflas-ffpack/2.5.0/include -I/opt/homebrew/opt/libomp/include -I/opt/homebrew/Cellar/givaro/4.2.2/include -I/opt/homebrew/opt/gmp/include -I/opt/homebrew/Cellar/flint/3.5.0/include -I/opt/homebrew/Cellar/gmp/6.3.0/include -I/opt/homebrew/Cellar/mpfr/4.2.2/include -I/opt/homebrew/Cellar/gd/2.3.3_6/include -I/opt/homebrew/Cellar/linbox/1.7.1_1/include -I/opt/homebrew/Cellar/m4ri/20260122/include -I/opt/homebrew/opt/libpng/include/libpng16 -I/opt/homebrew/opt/zlib/include -I/Users/dcoudert/sage/local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/numpy/_core/include -I/opt/homebrew/Cellar/singular/4.4.1p5_2/include -I/opt/homebrew/Cellar/singular/4.4.1p5_2/include/singular -fvisibility=hidden -fvisibility-inlines-hidden -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -std=c++17 -O3 -g -O2 -DSING_NDEBUG -DOM_NDEBUG -DDISABLE_COMMENTATOR -Xpreprocessor -fopenmp /opt/homebrew/opt/libomp/lib/libomp.dylib -Xpreprocessor -MD -MQ src/sage/matrix/matrix_mpolynomial_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_mpolynomial_dense.pyx.cpp.o -MF src/sage/matrix/matrix_mpolynomial_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_mpolynomial_dense.pyx.cpp.o.d -o src/sage/matrix/matrix_mpolynomial_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_mpolynomial_dense.pyx.cpp.o -c src/sage/matrix/matrix_mpolynomial_dense.cpython-313-darwin.so.p/src/sage/matrix/matrix_mpolynomial_dense.pyx.cpp

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: /opt/homebrew/opt/libomp/lib/libomp.dylib: 'linker' input unused [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: argument unused during compilation: '-MQ src/sage/matrix/matrix_mpolynomial_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_mpolynomial_dense.pyx.cpp.o' [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: argument unused during compilation: '-MF src/sage/matrix/matrix_mpolynomial_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_mpolynomial_dense.pyx.cpp.o.d' [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   error: unknown argument: '-MD'

[sagelib-10.10.beta2] [spkg-install]   [7/1680] Compiling C++ object src/sage/matrix/matrix_modn_dense_float.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_modn_dense_float.pyx.cpp.o

[sagelib-10.10.beta2] [spkg-install]   FAILED: [code=1] src/sage/matrix/matrix_modn_dense_float.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_modn_dense_float.pyx.cpp.o

[sagelib-10.10.beta2] [spkg-install]   g++ -std=gnu++11 -Isrc/sage/matrix/matrix_modn_dense_float.cpython-313-darwin.so.p -Isrc/sage/matrix -I../../src/sage/matrix -Isrc/sage/cpython -I../../src/sage/cpython -Isrc/sage/ext -I../../src/sage/ext -Isrc/sage/libs/flint -I../../src/sage/libs/flint -Isrc/sage/libs/ntl -I../../src/sage/libs/ntl -Isrc/sage/rings -I../../src/sage/rings -Isrc/sage/rings/finite_rings -I../../src/sage/rings/finite_rings -I../../local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/cypari2 -I../../local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/cysignals -I/opt/homebrew/opt/pyt...@3.13/Frameworks/Python.framework/Versions/3.13/include/python3.13 -I/opt/homebrew/Cellar/fflas-ffpack/2.5.0/include -I/opt/homebrew/opt/libomp/include -I/opt/homebrew/Cellar/givaro/4.2.2/include -I/opt/homebrew/opt/gmp/include -I/opt/homebrew/Cellar/flint/3.5.0/include -I/opt/homebrew/Cellar/gmp/6.3.0/include -I/opt/homebrew/Cellar/mpfr/4.2.2/include -I/opt/homebrew/Cellar/gd/2.3.3_6/include -I/opt/homebrew/Cellar/linbox/1.7.1_1/include -I/opt/homebrew/Cellar/m4ri/20260122/include -I/opt/homebrew/opt/libpng/include/libpng16 -I/opt/homebrew/opt/zlib/include -I/Users/dcoudert/sage/local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/numpy/_core/include -I/opt/homebrew/Cellar/singular/4.4.1p5_2/include -I/opt/homebrew/Cellar/singular/4.4.1p5_2/include/singular -fvisibility=hidden -fvisibility-inlines-hidden -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -std=c++11 -O3 -g -O2 -DSING_NDEBUG -DOM_NDEBUG -DDISABLE_COMMENTATOR -Xpreprocessor -fopenmp /opt/homebrew/opt/libomp/lib/libomp.dylib -Xpreprocessor -MD -MQ src/sage/matrix/matrix_modn_dense_float.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_modn_dense_float.pyx.cpp.o -MF src/sage/matrix/matrix_modn_dense_float.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_modn_dense_float.pyx.cpp.o.d -o src/sage/matrix/matrix_modn_dense_float.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_modn_dense_float.pyx.cpp.o -c src/sage/matrix/matrix_modn_dense_float.cpython-313-darwin.so.p/src/sage/matrix/matrix_modn_dense_float.pyx.cpp

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: /opt/homebrew/opt/libomp/lib/libomp.dylib: 'linker' input unused [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: argument unused during compilation: '-MQ src/sage/matrix/matrix_modn_dense_float.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_modn_dense_float.pyx.cpp.o' [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: argument unused during compilation: '-MF src/sage/matrix/matrix_modn_dense_float.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_modn_dense_float.pyx.cpp.o.d' [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   error: unknown argument: '-MD'

[sagelib-10.10.beta2] [spkg-install]   [8/1680] Compiling C++ object src/sage/matrix/matrix_rational_sparse.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_rational_sparse.pyx.cpp.o

[sagelib-10.10.beta2] [spkg-install]   FAILED: [code=1] src/sage/matrix/matrix_rational_sparse.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_rational_sparse.pyx.cpp.o

[sagelib-10.10.beta2] [spkg-install]   g++ -std=gnu++11 -Isrc/sage/matrix/matrix_rational_sparse.cpython-313-darwin.so.p -Isrc/sage/matrix -I../../src/sage/matrix -Isrc/sage/cpython -I../../src/sage/cpython -Isrc/sage/ext -I../../src/sage/ext -Isrc/sage/libs/flint -I../../src/sage/libs/flint -Isrc/sage/libs/ntl -I../../src/sage/libs/ntl -Isrc/sage/rings -I../../src/sage/rings -Isrc/sage/rings/finite_rings -I../../src/sage/rings/finite_rings -I../../local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/cypari2 -I../../local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/cysignals -I/opt/homebrew/opt/pyt...@3.13/Frameworks/Python.framework/Versions/3.13/include/python3.13 -I/opt/homebrew/Cellar/fflas-ffpack/2.5.0/include -I/opt/homebrew/opt/libomp/include -I/opt/homebrew/Cellar/givaro/4.2.2/include -I/opt/homebrew/opt/gmp/include -I/opt/homebrew/Cellar/flint/3.5.0/include -I/opt/homebrew/Cellar/gmp/6.3.0/include -I/opt/homebrew/Cellar/mpfr/4.2.2/include -I/opt/homebrew/Cellar/gd/2.3.3_6/include -I/opt/homebrew/Cellar/linbox/1.7.1_1/include -I/opt/homebrew/Cellar/m4ri/20260122/include -I/opt/homebrew/opt/libpng/include/libpng16 -I/opt/homebrew/opt/zlib/include -I/Users/dcoudert/sage/local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/numpy/_core/include -I/opt/homebrew/Cellar/singular/4.4.1p5_2/include -I/opt/homebrew/Cellar/singular/4.4.1p5_2/include/singular -fvisibility=hidden -fvisibility-inlines-hidden -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -std=c++11 -O3 -g -O2 -DSING_NDEBUG -DOM_NDEBUG -DDISABLE_COMMENTATOR -Xpreprocessor -fopenmp /opt/homebrew/opt/libomp/lib/libomp.dylib -Xpreprocessor -MD -MQ src/sage/matrix/matrix_rational_sparse.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_rational_sparse.pyx.cpp.o -MF src/sage/matrix/matrix_rational_sparse.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_rational_sparse.pyx.cpp.o.d -o src/sage/matrix/matrix_rational_sparse.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_rational_sparse.pyx.cpp.o -c src/sage/matrix/matrix_rational_sparse.cpython-313-darwin.so.p/src/sage/matrix/matrix_rational_sparse.pyx.cpp

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: /opt/homebrew/opt/libomp/lib/libomp.dylib: 'linker' input unused [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: argument unused during compilation: '-MQ src/sage/matrix/matrix_rational_sparse.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_rational_sparse.pyx.cpp.o' [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: argument unused during compilation: '-MF src/sage/matrix/matrix_rational_sparse.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_rational_sparse.pyx.cpp.o.d' [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   error: unknown argument: '-MD'

[sagelib-10.10.beta2] [spkg-install]   [9/1680] Compiling C++ object src/sage/matrix/matrix_modn_sparse.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_modn_sparse.pyx.cpp.o

[sagelib-10.10.beta2] [spkg-install]   FAILED: [code=1] src/sage/matrix/matrix_modn_sparse.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_modn_sparse.pyx.cpp.o

[sagelib-10.10.beta2] [spkg-install]   g++ -std=gnu++11 -Isrc/sage/matrix/matrix_modn_sparse.cpython-313-darwin.so.p -Isrc/sage/matrix -I../../src/sage/matrix -Isrc/sage/cpython -I../../src/sage/cpython -Isrc/sage/ext -I../../src/sage/ext -Isrc/sage/libs/flint -I../../src/sage/libs/flint -Isrc/sage/libs/ntl -I../../src/sage/libs/ntl -Isrc/sage/rings -I../../src/sage/rings -Isrc/sage/rings/finite_rings -I../../src/sage/rings/finite_rings -I../../local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/cypari2 -I../../local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/cysignals -I/opt/homebrew/opt/pyt...@3.13/Frameworks/Python.framework/Versions/3.13/include/python3.13 -I/opt/homebrew/Cellar/fflas-ffpack/2.5.0/include -I/opt/homebrew/opt/libomp/include -I/opt/homebrew/Cellar/givaro/4.2.2/include -I/opt/homebrew/opt/gmp/include -I/opt/homebrew/Cellar/flint/3.5.0/include -I/opt/homebrew/Cellar/gmp/6.3.0/include -I/opt/homebrew/Cellar/mpfr/4.2.2/include -I/opt/homebrew/Cellar/gd/2.3.3_6/include -I/opt/homebrew/Cellar/linbox/1.7.1_1/include -I/opt/homebrew/Cellar/m4ri/20260122/include -I/opt/homebrew/opt/libpng/include/libpng16 -I/opt/homebrew/opt/zlib/include -I/Users/dcoudert/sage/local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/numpy/_core/include -I/opt/homebrew/Cellar/singular/4.4.1p5_2/include -I/opt/homebrew/Cellar/singular/4.4.1p5_2/include/singular -fvisibility=hidden -fvisibility-inlines-hidden -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -std=c++11 -O3 -g -O2 -DSING_NDEBUG -DOM_NDEBUG -DDISABLE_COMMENTATOR -Xpreprocessor -fopenmp /opt/homebrew/opt/libomp/lib/libomp.dylib -Xpreprocessor -MD -MQ src/sage/matrix/matrix_modn_sparse.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_modn_sparse.pyx.cpp.o -MF src/sage/matrix/matrix_modn_sparse.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_modn_sparse.pyx.cpp.o.d -o src/sage/matrix/matrix_modn_sparse.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_modn_sparse.pyx.cpp.o -c src/sage/matrix/matrix_modn_sparse.cpython-313-darwin.so.p/src/sage/matrix/matrix_modn_sparse.pyx.cpp

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: /opt/homebrew/opt/libomp/lib/libomp.dylib: 'linker' input unused [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: argument unused during compilation: '-MQ src/sage/matrix/matrix_modn_sparse.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_modn_sparse.pyx.cpp.o' [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: argument unused during compilation: '-MF src/sage/matrix/matrix_modn_sparse.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_modn_sparse.pyx.cpp.o.d' [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   error: unknown argument: '-MD'

[sagelib-10.10.beta2] [spkg-install]   [10/1680] Compiling C++ object src/sage/matrix/matrix_rational_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_rational_dense.pyx.cpp.o

[sagelib-10.10.beta2] [spkg-install]   FAILED: [code=1] src/sage/matrix/matrix_rational_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_rational_dense.pyx.cpp.o

[sagelib-10.10.beta2] [spkg-install]   g++ -std=gnu++11 -Isrc/sage/matrix/matrix_rational_dense.cpython-313-darwin.so.p -Isrc/sage/matrix -I../../src/sage/matrix -Isrc/sage/cpython -I../../src/sage/cpython -Isrc/sage/ext -I../../src/sage/ext -Isrc/sage/libs/flint -I../../src/sage/libs/flint -Isrc/sage/libs/ntl -I../../src/sage/libs/ntl -Isrc/sage/rings -I../../src/sage/rings -Isrc/sage/rings/finite_rings -I../../src/sage/rings/finite_rings -I../../local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/cypari2 -I../../local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/cysignals -I/opt/homebrew/opt/pyt...@3.13/Frameworks/Python.framework/Versions/3.13/include/python3.13 -I/opt/homebrew/Cellar/fflas-ffpack/2.5.0/include -I/opt/homebrew/opt/libomp/include -I/opt/homebrew/Cellar/givaro/4.2.2/include -I/opt/homebrew/opt/gmp/include -I/opt/homebrew/Cellar/flint/3.5.0/include -I/opt/homebrew/Cellar/gmp/6.3.0/include -I/opt/homebrew/Cellar/mpfr/4.2.2/include -I/opt/homebrew/Cellar/gd/2.3.3_6/include -I/opt/homebrew/Cellar/linbox/1.7.1_1/include -I/opt/homebrew/Cellar/m4ri/20260122/include -I/opt/homebrew/opt/libpng/include/libpng16 -I/opt/homebrew/opt/zlib/include -I/Users/dcoudert/sage/local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/numpy/_core/include -I/opt/homebrew/Cellar/singular/4.4.1p5_2/include -I/opt/homebrew/Cellar/singular/4.4.1p5_2/include/singular -fvisibility=hidden -fvisibility-inlines-hidden -fdiagnostics-color=always -DNDEBUG -Wall -Winvalid-pch -std=c++17 -O3 -g -O2 -DSING_NDEBUG -DOM_NDEBUG -DDISABLE_COMMENTATOR -Xpreprocessor -fopenmp /opt/homebrew/opt/libomp/lib/libomp.dylib -Xpreprocessor -MD -MQ src/sage/matrix/matrix_rational_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_rational_dense.pyx.cpp.o -MF src/sage/matrix/matrix_rational_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_rational_dense.pyx.cpp.o.d -o src/sage/matrix/matrix_rational_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_rational_dense.pyx.cpp.o -c src/sage/matrix/matrix_rational_dense.cpython-313-darwin.so.p/src/sage/matrix/matrix_rational_dense.pyx.cpp

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: /opt/homebrew/opt/libomp/lib/libomp.dylib: 'linker' input unused [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: argument unused during compilation: '-MQ src/sage/matrix/matrix_rational_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_rational_dense.pyx.cpp.o' [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   clang++: warning: argument unused during compilation: '-MF src/sage/matrix/matrix_rational_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_rational_dense.pyx.cpp.o.d' [-Wunused-command-line-argument]

[sagelib-10.10.beta2] [spkg-install]   error: unknown argument: '-MD'

[sagelib-10.10.beta2] [spkg-install]   [11/1680] Compiling C object src/sage/matroids/circuit_closures_matroid.cpython-313-darwin.so.p/meson-generated_src_sage_matroids_circuit_closures_matroid.pyx.c.o

[sagelib-10.10.beta2] [spkg-install]   [12/1680] Compiling C object src/sage/matrix/matrix_gf2e_dense.cpython-313-darwin.so.p/meson-generated_src_sage_matrix_matrix_gf2e_dense.pyx.c.o

[sagelib-10.10.beta2] [spkg-install]   ninja: build stopped: subcommand failed.

[sagelib-10.10.beta2] [spkg-install]   error: subprocess-exited-with-error

[sagelib-10.10.beta2] [spkg-install]   

[sagelib-10.10.beta2] [spkg-install]   × Preparing editable metadata (pyproject.toml) did not run successfully.

[sagelib-10.10.beta2] [spkg-install]   │ exit code: 1

[sagelib-10.10.beta2] [spkg-install]   ╰─> No available output.

[sagelib-10.10.beta2] [spkg-install]   

[sagelib-10.10.beta2] [spkg-install]   note: This error originates from a subprocess, and is likely not a problem with pip.

[sagelib-10.10.beta2] [spkg-install]   full command: /Users/dcoudert/sage/local/var/lib/sage/venv-python3.13/bin/python3 /Users/dcoudert/sage/local/var/lib/sage/venv-python3.13/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py prepare_metadata_for_build_editable /var/folders/hw/w6ldqpgn52vdvv03cgbkkr3h3lhtdp/T/tmp91ihruo7

[sagelib-10.10.beta2] [spkg-install]   cwd: /Users/dcoudert/sage

[sagelib-10.10.beta2] [spkg-install]   Preparing editable metadata (pyproject.toml): finished with status 'error'

[sagelib-10.10.beta2] [spkg-install] error: metadata-generation-failed

[sagelib-10.10.beta2] [spkg-install] 

[sagelib-10.10.beta2] [spkg-install] × Encountered error while generating package metadata.

[sagelib-10.10.beta2] [spkg-install] ╰─> from file:///Users/dcoudert/sage

[sagelib-10.10.beta2] [spkg-install] 

[sagelib-10.10.beta2] [spkg-install] note: This is an issue with the package mentioned above, not pip.

[sagelib-10.10.beta2] [spkg-install] hint: See above for details.

[sagelib-10.10.beta2] [spkg-install] ********************************************************************************

[sagelib-10.10.beta2] [spkg-install] Error installing sagelib-10.10.beta2

[sagelib-10.10.beta2] [spkg-install] ********************************************************************************

[sagelib-10.10.beta2] ************************************************************************

[sagelib-10.10.beta2] Error installing package sagelib-10.10.beta2

[sagelib-10.10.beta2] ************************************************************************

[sagelib-10.10.beta2] Please email sage-devel (http://groups.google.com/group/sage-devel)

[sagelib-10.10.beta2] explaining the problem and including the log files

[sagelib-10.10.beta2]   /Users/dcoudert/sage/logs/pkgs/sagelib-10.10.beta2.log

[sagelib-10.10.beta2] and

[sagelib-10.10.beta2]   /Users/dcoudert/sage/config.log

[sagelib-10.10.beta2] Describe your computer, operating system, etc.

[sagelib-10.10.beta2] If you want to try to fix the problem yourself, *don't* just cd to

[sagelib-10.10.beta2] /Users/dcoudert/sage/local/var/lib/sage/venv-python3.13/var/tmp/sage/build/sagelib-10.10.beta2 and type 'make' or whatever is appropriate.

[sagelib-10.10.beta2] Instead, the following commands setup all environment variables

[sagelib-10.10.beta2] correctly and load a subshell for you to debug the error:

[sagelib-10.10.beta2]   (cd '/Users/dcoudert/sage/local/var/lib/sage/venv-python3.13/var/tmp/sage/build/sagelib-10.10.beta2' && '/Users/dcoudert/sage/sage' --buildsh)

[sagelib-10.10.beta2] When you are done debugging, you can type "exit" to leave the subshell.

[sagelib-10.10.beta2] ************************************************************************

[sagelib-10.10.beta2] real 8m5,307s user 3m42,914s sys 0m4,820s

make[4]: *** [sagelib-SAGE_VENV-no-deps] Error 1

make[3]: *** [/Users/dcoudert/sage/local/var/lib/sage/venv-python3.13/var/lib/sage/installed/sagelib-10.10.beta2] Error 2

make[2]: *** [all-build] Error 2




Dima Pasechnik

unread,
Jun 1, 2026, 9:48:44 AM (7 days ago) Jun 1
to sage-r...@googlegroups.com
On Mon, Jun 1, 2026 at 7:11 AM David Coudert <david....@gmail.com> wrote:
>
> I tried uninstalling m4rie and m4ri.

as you see in the failing call, fflas-ffpack from Homebrew is there,
and it normally is provided with OpenMP suppport.
> To view this discussion visit https://groups.google.com/d/msgid/sage-release/41B50361-5DE6-41E0-9ED2-C8557F27E2F5%40gmail.com.

David Coudert

unread,
Jun 3, 2026, 3:36:45 AM (5 days ago) Jun 3
to sage-r...@googlegroups.com
Good news, I’m finally able to compile.

After
brew uninstall fflas-ffpack linbox givaro m4rie
brew install dimpase/tap/gf2x dimpase/tap/lcalc dimpase/tap/libhomfly dimpase/tap/eclib dimpase/tap/libbraiding dimpase/tap/brial dimpase/tap/meataxe dimpase/tap/rw

And using
./configure --enable-system-site-packages --with-python=`which python3.13` --with-system-jupyter_core=no --with-system-platformdirs=no --disable-notebook --with-darwin-accelerate=yes --enable-highspy --enable-tdlib=yes --enable-bliss --enable-plantri

It’s working.

On the way, I found a syntax error in src/sage/matrix/matrix_gfpn_dense.pyx fixed in https://github.com/sagemath/sage/pull/42287

Best,
David.

John H Palmieri

unread,
Jun 3, 2026, 12:46:49 PM (5 days ago) Jun 3
to sage-release
In case anyone else runs into this: I saw doctest failures in sage/libs/libecm.pyx on OS X, and those are being addressed in #42288.
Reply all
Reply to author
Forward
0 new messages