Use USES=compiler:openmp instead of hard dependency on ports LLVM. Use new GCC when using base GCC.
Remove -D_POSIX_SOURCE -D_POSIX_C_SOURCE=200809L, this causes some errno.h macros not being visible.
PR: 242234
Differential D22580
devel/dmlc-core: fix build on GCC architectures pkubaj on Nov 27 2019, 7:31 PM. Authored by Tags None Referenced Files
Subscribers None
Details
Use USES=compiler:openmp instead of hard dependency on ports LLVM. Use new GCC when using base GCC. Remove -D_POSIX_SOURCE -D_POSIX_C_SOURCE=200809L, this causes some errno.h macros not being visible. PR: 242234
Diff Detail
|