Closed vajonam closed 4 years ago
There is typo here in the install-script.sh
OOPENMPPENMP="${DARKNET_BUILD_WITH_OPENMP:-0}";
should be OPENMP="${DARKNET_BUILD_WITH_OPENMP:-0}";
OPENMP="${DARKNET_BUILD_WITH_OPENMP:-0}";
Thanks! I've put out 3.0.3 - hopefully, it fixes this.
Yeah working now.. that alexyab fork is such a noisy compile :-)
There is typo here in the install-script.sh
should be
OPENMP="${DARKNET_BUILD_WITH_OPENMP:-0}";