Have you tried it with -O1?
--
Sent from a phone, apologies for poor formatting.
On 27 October 2019 00:21:54 Charlene Wendling <juliana...@posteo.jp> wrote:
Hi,
I would like to mark mlpack BROKEN-powerpc, as arch limits are too low
to build it:
ports-clang (what is in CVS currently):
http://build-failures.rhaalovely.net/powerpc/2019-10-11/math/mlpack%2C%2C-python.log
With ports-gcc and infinite limits, it goes way further, but it's
meeting an OOM as well.
https://bin.charlenew.xyz/mlpack.log.gz
I preferred to not go for NOT_FOR_ARCHS, as i've seen BROKEN is used
for such a situation in the ports tree.
OK?
Charlène.
Index: Makefile
===================================================================
RCS file: /cvs/ports/math/mlpack/Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 Makefile
--- Makefile 1 Aug 2019 11:44:35 -0000 1.7
+++ Makefile 26 Oct 2019 23:10:59 -0000
@@ -1,5 +1,7 @@
# $OpenBSD: Makefile,v 1.7 2019/08/01 11:44:35 espie Exp $
+BROKEN-powerpc = LLVM ERROR: out of memory
+
COMMENT-main = C++ machine learning library
COMMENT-python = python bindings to C++ machine learning library