Skip to content

Commit

Permalink
Merge pull request sagemath#313 from passagemath/sagemath-qepcad-2
Browse files Browse the repository at this point in the history
.github/workflows/dist.yml, build/make/Makefile.in: Add sagemath_qepcad
  • Loading branch information
mkoeppe authored Nov 6, 2024
2 parents 0723839 + 11ac0c6 commit 4489680
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
# SPKGs to install as system packages
SPKGS: _bootstrap _prereq openssl curl readline info ${{ startsWith(matrix.os, 'macos') && 'gfortran' || '' }}
# Non-Python packages to install as spkgs
TARGETS_PRE: ccache libpng gmp mpfr mpc bliss coxeter3 mcqd meataxe sirocco boost_cropped tdlib brial giac glpk libhomfly gsl pari ntl flint linbox iml lcalc libbraiding m4ri m4rie planarity rw symmetrica singular eclib gap ecl libgd msolve cddlib latte_int 4ti2 topcom palp nauty
TARGETS_PRE: ccache libpng gmp mpfr mpc bliss coxeter3 mcqd meataxe sirocco boost_cropped tdlib brial giac glpk libhomfly gsl pari ntl flint linbox iml lcalc libbraiding m4ri m4rie planarity rw symmetrica singular eclib gap ecl libgd msolve cddlib latte_int 4ti2 topcom palp nauty qepcad
CIBW_BUILD: "*${{ matrix.build }}*"
# Disable building PyPy wheels on all platforms
CIBW_SKIP: "pp*"
Expand Down Expand Up @@ -439,6 +439,12 @@ jobs:
run: |
~/runner-venv/bin/python3 -m cibuildwheel unpacked/*sagemath*nauty*
- name: sagemath-qepcad
id: sagemath-qepcad
if: (success() || failure()) && steps.sagemath-modules.outcome == 'success'
run: |
~/runner-venv/bin/python3 -m cibuildwheel unpacked/*sagemath*qepcad*
- name: sagemath-linbox
id: sagemath-linbox
if: (success() || failure()) && steps.sagemath-modules.outcome == 'success'
Expand Down
1 change: 1 addition & 0 deletions build/make/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ PYPI_WHEEL_PACKAGES = $(PYPI_NOARCH_WHEEL_PACKAGES) \
sagemath_topcom \
sagemath_nauty \
sagemath_palp \
sagemath_qepcad \
sagemath_coxeter3 \
sagemath_sirocco \
sagemath_meataxe \
Expand Down

0 comments on commit 4489680

Please sign in to comment.