From ce217870050a0bfde2eef4dad59d51683711fae7 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 21 Jun 2026 23:56:04 -0400 Subject: [PATCH] sage.sh: re-enable brial by default until I can fix it --- sage.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sage.sh b/sage.sh index 28797e7..302993a 100644 --- a/sage.sh +++ b/sage.sh @@ -23,8 +23,8 @@ alias sage="python -m sage.cli" # # 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 \ @@ -33,7 +33,8 @@ sage_meson_setup() { --wrap-mode=nodownload \ -Dbuild-docs=false \ -Dauto_features=disabled \ - -Declib=enabled \ + -Dbrial=enabled \ + -Declib=enabled \ "${@}" } -- 2.53.0