Skip to content
Snippets Groups Projects
Commit 0cffcd3a2071 authored by Frank Bessou's avatar Frank Bessou :spider_web:
Browse files

chore(wheel): use all available cpus to build gecode

parent 1e2d97a36449
No related branches found
No related tags found
1 merge request!74Topic/default/publication on pypi
......@@ -16,7 +16,7 @@
cd gecode-release-$VERSION
./configure --enable-examples=no --enable-flatzinc=no --enable-minimodel=no
make -j2
make -j$(nproc)
make install
PYBINS="/opt/python/cp37*/bin /opt/python/cp38*/bin /opt/python/cp39*/bin"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment