From 09bd3cf47244c4780391304b42c577e03decab27 Mon Sep 17 00:00:00 2001 From: Mattia Date: Mon, 4 May 2020 18:51:38 +0100 Subject: [PATCH] Support openmp and simplify output from build --- python/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/build.sh b/python/build.sh index a9ac7b0..2bae64f 100755 --- a/python/build.sh +++ b/python/build.sh @@ -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