diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 27ab4a9c29e..c7edbafe3c3 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -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*" @@ -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' diff --git a/build/make/Makefile.in b/build/make/Makefile.in index dc5ab71f7de..f33be7a0288 100644 --- a/build/make/Makefile.in +++ b/build/make/Makefile.in @@ -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 \