From 02035ebf10cbbc8c16308bf7d099f407a5df94ab Mon Sep 17 00:00:00 2001 From: Oleg Alexandrov Date: Sun, 15 Oct 2023 14:01:06 -0700 Subject: [PATCH] Try to see if going back to previous build recipe without OpenMP works --- recipe/build.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/recipe/build.sh b/recipe/build.sh index d25132c..c049a42 100755 --- a/recipe/build.sh +++ b/recipe/build.sh @@ -1,10 +1,5 @@ #!/bin/bash -qmake \ - QMAKE_CXXFLAGS="-I$PREFIX/include" \ - QMAKE_CC=$CC_FOR_BUILD \ - QMAKE_CXX=$CXX_FOR_BUILD \ - QMAKE_LINK=$CXX_FOR_BUILD \ - polyview.pro +qmake polyview.pro make -j${CPU_COUNT} make install INSTALL_ROOT=$PREFIX