We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5a1b8 commit 32bb229Copy full SHA for 32bb229
.github/workflows/ci-sage.yml
@@ -106,6 +106,11 @@ jobs:
106
# Use https://github.com/sagemath/sage/pull/37237
107
uses: mkoeppe/sage/.github/workflows/macos.yml@ci-macos-2024
108
with:
109
+ # Extra system packages to install. See available packages at
110
+ # https://github.com/sagemath/sage/tree/develop/build/pkgs
111
+ # Use boost_cropped from system because Sage ships 1.66.0, too old for papilo
112
+ extra_sage_packages: "cmake gfortran openblas boost_cropped onetbb"
113
+ # Sage distribution packages to build
114
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="soplex,scipoptsuite,pyscipopt" pyscipopt
115
sage_repo: sagemath/sage
116
sage_ref: refs/pull/37237/head
0 commit comments