openGJK/python/build.sh

3 lines
156 B
Bash
Raw Normal View History

2020-05-04 04:40:13 -07:00
#!/bin/bash
g++ -Wall -fPIC -fopenmp -shared `python3 -m pybind11 --includes` -I../include -I/usr/include/eigen3 pyopenGJK.cpp ../src/openGJK.c -o opengjkc