]> gitweb.michael.orlitzky.com - shell.d.git/commitdiff
sage.sh: re-enable brial by default until I can fix it master codeberg/master
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 22 Jun 2026 03:56:04 +0000 (23:56 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 22 Jun 2026 03:56:04 +0000 (23:56 -0400)
sage.sh

diff --git a/sage.sh b/sage.sh
index 28797e7a8cbd84509a8ad52ea92aeace1a8d2bb9..302993a8086706b6be69bd0a4b990190c5da0215 100644 (file)
--- a/sage.sh
+++ b/sage.sh
@@ -23,8 +23,8 @@ alias sage="python -m sage.cli"
 #
 #   https://github.com/mesonbuild/meson-python/issues/820
 #
 #
 #   https://github.com/mesonbuild/meson-python/issues/820
 #
-# Re-enable eclib explicitly because I think it kills too many things
-# to be optional without a huge refactoring.
+# Re-enable brial and eclib because they're waiting for me to add
+# features and "needs" tags for their tests to pass.
 sage_meson_setup() {
     meson setup \
          --python.bytecompile=-1 \
 sage_meson_setup() {
     meson setup \
          --python.bytecompile=-1 \
@@ -33,7 +33,8 @@ sage_meson_setup() {
          --wrap-mode=nodownload \
          -Dbuild-docs=false \
          -Dauto_features=disabled \
          --wrap-mode=nodownload \
          -Dbuild-docs=false \
          -Dauto_features=disabled \
-         -Declib=enabled \
+         -Dbrial=enabled \
+         -Declib=enabled \
          "${@}"
 }
 
          "${@}"
 }