Skip to content

Commit

Permalink
YML is annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jul 19, 2024
1 parent 72be9b0 commit 33285d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-wheel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
run: python -m cibuildwheel --output-dir wheelhouse
env:
# CIBW_BEFORE_ALL_LINUX: yum install -y wget
CIBW_BEFORE_ALL_LINUX: >
yum install -y gmp-devel glibc-devel &&
# wget https://ftp.gnu.org/gnu/gmp/gmp-6.3.0.tar.xz &&
# tar xf gmp-6.3.0.tar.xz &&
# cd gmp-6.3.0 &&
# ./configure --enable-static -enable-cxx --enable-shared &&
# make -j8 &&
# make install &&
# cd .. &&
CIBW_BEFORE_ALL_LINUX: >
yum install -y gmp-devel glibc-devel &&
git clone https://github.com/meelgroup/cadical.git &&
cd cadical &&
git checkout add_dynamic_lib &&
Expand Down

0 comments on commit 33285d3

Please sign in to comment.