Skip to content

Commit

Permalink
Make opencv install/compile more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoop committed Sep 14, 2021
1 parent 8aeb7a5 commit 5ec8e75
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@
exec { "opencv-install":
user => "mav",
timeout => 0,
environment => [
"LIBRARY_PATH=/srv/maverick/software/tbb/lib:/srv/maverick/software/gstreamer/lib",
"LD_LIBRARY_PATH=/srv/maverick/software/tbb/lib:/srv/maverick/software/gstreamer/lib",
"CPATH=/srv/maverick/software/tbb/include",
],
command => "/usr/bin/make install >/srv/maverick/var/log/build/opencv.install.out 2>&1",
cwd => "/srv/maverick/var/build/opencv/build",
creates => $_install_creates,
Expand Down

0 comments on commit 5ec8e75

Please sign in to comment.