Skip to content

Commit

Permalink
.github/workflows/ci-sage.yml (macos): In -minimal configurations, us…
Browse files Browse the repository at this point in the history
…e more system packages
  • Loading branch information
mkoeppe committed Feb 28, 2024
1 parent cf5a1b8 commit 32bb229
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-sage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ jobs:
# Use https://github.com/sagemath/sage/pull/37237
uses: mkoeppe/sage/.github/workflows/macos.yml@ci-macos-2024
with:
# Extra system packages to install. See available packages at
# https://github.com/sagemath/sage/tree/develop/build/pkgs
# Use boost_cropped from system because Sage ships 1.66.0, too old for papilo
extra_sage_packages: "cmake gfortran openblas boost_cropped onetbb"
# Sage distribution packages to build
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="soplex,scipoptsuite,pyscipopt" pyscipopt
sage_repo: sagemath/sage
sage_ref: refs/pull/37237/head
Expand Down

0 comments on commit 32bb229

Please sign in to comment.