Skip to content

Commit 4dc9918

Browse files
author
Matthias Koeppe
committed
.github/workflows/dist.yml: Also build wheels for sagemath-bliss etc.
1 parent b3725e3 commit 4dc9918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dist.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
# SPKGs to install as system packages
122122
SPKGS: _bootstrap _prereq
123123
# Non-Python packages to install as spkgs
124-
TARGETS_PRE: gmpy2-build-deps
124+
TARGETS_PRE: gmpy2-build-deps bliss coxeter3 mcqd meataxe sirocco tdlib
125125
# Disable building PyPy wheels on all platforms
126126
# Disable musllinux until #33083 provides alpine package information
127127
CIBW_SKIP: "pp* *-musllinux*"
@@ -154,7 +154,7 @@ jobs:
154154
export PATH=build/bin:$PATH
155155
export CIBW_BEFORE_ALL="( $(sage-print-system-package-command debian --yes --no-install-recommends install $(sage-get-system-packages debian $SPKGS)) || $(sage-print-system-package-command fedora --yes --no-install-recommends install $(sage-get-system-packages fedora $SPKGS | sed s/pkg-config/pkgconfig/)) || ( $(sage-print-system-package-command homebrew --yes --no-install-recommends install $(sage-get-system-packages homebrew $SPKGS)) || echo error ignored) ) && ./bootstrap && ./configure --enable-build-as-root && make -j4 V=0 $TARGETS_PRE"
156156
mkdir -p unpacked
157-
for pkg in sagemath-objects sagemath-categories; do
157+
for pkg in sagemath-objects sagemath-categories sagemath-bliss sagemath-coxeter3 sagemath-mcqd sagemath-meataxe sagemath-sirocco sagemath-tdlib; do
158158
(cd unpacked && tar xfz - ) < dist/$pkg*.tar.gz
159159
pipx run cibuildwheel==2.16.2 unpacked/$pkg*
160160
done

0 commit comments

Comments
 (0)