Support openmp and simplify output from build

This commit is contained in:
Mattia
2020-05-04 18:51:38 +01:00
parent b6abcc5714
commit 09bd3cf472

View File

@@ -1,2 +1,2 @@
#!/bin/bash
g++ -Wall -fPIC -shared `python3 -m pybind11 --includes` -I../include -I/usr/include/eigen3 pyopenGJK.cpp ../src/openGJK.c -o opengjkc`python3-config --extension-suffix`
g++ -Wall -fPIC -fopenmp -shared `python3 -m pybind11 --includes` -I../include -I/usr/include/eigen3 pyopenGJK.cpp ../src/openGJK.c -o opengjkc