misc/lightgbm: fix build without libomp by disabling OpenMP there

This commit is contained in:
Piotr Kubaj 2024-02-09 22:36:38 +01:00
parent f4164e0811
commit c1efc7b023

View file

@ -26,6 +26,10 @@ CMAKE_TESTING_TARGET=
CXXFLAGS+= -I${LOCALBASE}/include/eigen3
.if !exists(/usr/include/omp.h)
CMAKE_ARGS+= -DUSE_OPENMP:BOOL=OFF
.endif
post-test:
@${WRKSRC}/testlightgbm