Skip to content

Commit

Permalink
Try different build specification
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed May 1, 2024
1 parent 377424d commit 80c1145
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 @@ -23,7 +23,7 @@ before-all = """
aarch64) config_args='--build=aarch64-pc-linux-gnu';;
esac
echo $config_args
eval ./coinbrew build Cbc@2.10.11 --no-third-party --parallel-jobs 16 --prefix=$(pwd)/local --verbosity 4 --build=aarch64-pc-linux-gnu || echo ignoring errors
eval ./coinbrew build Cbc@2.10.11 --no-third-party --parallel-jobs 16 --prefix=$(pwd)/local --verbosity 4 --build=aarch64-linux-gnu || echo ignoring errors
"""
environment = { PATH="$(pwd)/local/bin:$PATH", LD_LIBRARY_PATH="$(pwd)/local/lib:$LD_LIBRARY_PATH", PKG_CONFIG_PATH="$(pwd)/local/lib/pkgconfig:$PKG_CONFIG_PATH" }
skip = ["pp*-macosx*", "*-musllinux*", "pp31*-*", "pp*-*i686", "cp312-*i686"]

0 comments on commit 80c1145

Please sign in to comment.