Skip to content

Commit f1d62bd

Browse files
committed
.github/workflows/ci-sage.yml (macos): In -minimal configurations, use more system packages
1 parent 64da651 commit f1d62bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-sage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ jobs:
106106
# Use https://github.com/sagemath/sage/pull/37237
107107
uses: mkoeppe/sage/.github/workflows/macos.yml@ci-macos-2024
108108
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 boost_cropped"
113+
# Sage distribution packages to build
109114
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="soplex,scipoptsuite,pyscipopt" pyscipopt
110115
sage_repo: sagemath/sage
111116
sage_ref: refs/pull/37237/head

0 commit comments

Comments
 (0)