mlpack: only set DPB_PROPERTIES=parallel on lp64 archs

i386 is most unhappy with using this much ram
master
sthen 2023-07-11 13:20:24 +00:00
parent bb890413d8
commit 2031f8a3cc
1 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,6 @@ BROKEN-sparc64 = Exhausts virtual memory
COMMENT-main = C++ machine learning library
COMMENT-python = python bindings to C++ machine learning library
DPB_PROPERTIES = parallel
V = 3.4.2
@ -30,6 +29,11 @@ MASTER_SITES = https://mlpack.org/files/
MULTI_PACKAGES = -main -python
.include <bsd.port.arch.mk>
.if ${PROPERTIES:Mlp64}
DPB_PROPERTIES = parallel
.endif
EXTRACT_ONLY = ${DISTNAME}${EXTRACT_SUFX}
DISTFILES = ${EXTRACT_ONLY} \
stb-${V1}{stb}/stb_image.h \