[go: nahoru, domu]

Skip to content

Commit

Permalink
pyproject.toml (tool.cibuildwheel): Run coinbrew installs without par…
Browse files Browse the repository at this point in the history
…allelization
  • Loading branch information
mkoeppe authored and tkralphs committed Mar 26, 2022
1 parent 36a46c4 commit 5b41183
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ build-backend = "setuptools.build_meta"
before-all = """
apt-get install --yes wget || yum install -y wget || brew install bash coreutils
wget https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew
sed -i.bak '/invoke_make/s/install/-j1 install/' coinbrew
chmod +x coinbrew
./coinbrew build Cbc@2.10.7 --no-third-party --parallel-jobs 16 --prefix=$(pwd)/local --verbosity 4 || echo ignoring errors
"""
Expand Down

0 comments on commit 5b41183

Please sign in to comment.