Skip to content

Commit

Permalink
Try to see if going back to previous build recipe without OpenMP works
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed Oct 15, 2023
1 parent 067eee5 commit 02035eb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions recipe/build.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 02035eb

Please sign in to comment.