File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
# SPKGs to install as system packages
122
122
SPKGS : _bootstrap _prereq
123
123
# 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
125
125
# Disable building PyPy wheels on all platforms
126
126
# Disable musllinux until #33083 provides alpine package information
127
127
CIBW_SKIP : " pp* *-musllinux*"
@@ -154,7 +154,7 @@ jobs:
154
154
export PATH=build/bin:$PATH
155
155
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"
156
156
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
158
158
(cd unpacked && tar xfz - ) < dist/$pkg*.tar.gz
159
159
pipx run cibuildwheel==2.16.2 unpacked/$pkg*
160
160
done
You can’t perform that action at this time.
0 commit comments