Skip to content

Commit

Permalink
.github/workflows/ci-sage.yml: Make system cmake, onetbb available
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Nov 24, 2022
1 parent b54eb1d commit b5e4cce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-sage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ jobs:
# https://github.com/sagemath/sage/blob/develop/.github/workflows/docker.yml
uses: sagemath/sagetrac-mirror/.github/workflows/docker.yml@develop
with:
# Extra system packages to install. See available packages at
# https://github.com/sagemath/sage/tree/develop/build/pkgs
# liblzma, bzip2, and libffi are python3 dependencies.
extra_sage_packages: "patch cmake liblzma bzip2 libffi python3 onetbb"
# Sage distribution packages to build
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="soplex,scipoptsuite,pyscipopt" pyscipopt
# Standard setting: Test the current beta release of Sage:
Expand Down

0 comments on commit b5e4cce

Please sign in to comment.