math/mlpack has been broken for a long time

tb tried a fix similar to what worked for graphics/mypaint but it always
exhausted virtual memory in its tests

Mark it BROKEN-sparc64

ok tb@
This commit is contained in:
kmos 2021-05-24 02:10:06 +00:00
parent 939ce11acd
commit d3fd1f3f11

View File

@ -1,7 +1,8 @@
# $OpenBSD: Makefile,v 1.18 2021/01/04 14:06:33 sthen Exp $
# $OpenBSD: Makefile,v 1.19 2021/05/24 02:10:06 kmos Exp $
BROKEN-arm = llvm out of memory
BROKEN-powerpc = virtual memory exhausted, even with -O1
BROKEN-sparc64 = Exhausts virtual memory
COMMENT-main = C++ machine learning library
COMMENT-python = python bindings to C++ machine learning library