[go: nahoru, domu]

Skip to content

Commit

Permalink
pyproject.toml (tool.cibuildwheel) [macOS]: Install coreutils for gin…
Browse files Browse the repository at this point in the history
…stall
  • Loading branch information
mkoeppe authored and tkralphs committed Mar 26, 2022
1 parent 885b80e commit 36a46c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta"
# Use --no-third-party to avoid linking in GLPK.
# The resulting binary would not be distributable.
before-all = """
apt-get install --yes wget || yum install -y wget || brew install bash
apt-get install --yes wget || yum install -y wget || brew install bash coreutils
wget https://raw.githubusercontent.com/coin-or/coinbrew/master/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 36a46c4

Please sign in to comment.