From: Michael Orlitzky Date: Wed, 20 Sep 2023 21:52:01 +0000 (-0400) Subject: sage.sh: use system meson-python,pyproject-metadata,stack_data X-Git-Url: http://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=2b146a7037c1935328ad555167710de5d7f2a779 sage.sh: use system meson-python,pyproject-metadata,stack_data --- diff --git a/sage.sh b/sage.sh index 5c412cb..783479d 100644 --- a/sage.sh +++ b/sage.sh @@ -97,6 +97,7 @@ sage-configure() { --with-system-matplotlib_inline=force \ --with-system-maxima=force \ --with-system-meson=force \ + --with-system-meson_python=force \ --with-system-mpfr=force \ --with-system-mpmath=force \ --with-system-nauty=force \ @@ -129,6 +130,7 @@ sage-configure() { --with-system-pybind11=force \ --with-system-pygments=force \ --with-system-pyparsing=force \ + --with-system-pyproject_metadata=force \ --with-system-python3=force \ --with-system-pyrsistent=force \ --with-system-pythran=force \ @@ -142,6 +144,7 @@ sage-configure() { --with-system-singular=force \ --with-system-six=force \ --with-system-sqlite=force \ + --with-system-stack_data=force \ --with-system-symmetrica=force \ --with-system-sympow=force \ --with-system-sympy=force \