From 13b5a0c8ae36f4b507cf3eb70d8687904954dd28 Mon Sep 17 00:00:00 2001 From: Anthony Mallet Date: Tue, 24 Mar 2020 12:15:11 +0100 Subject: [PATCH] [math/py-pinocchio] Disable parallel builds Parallel builds exhaust memory. Until a better solution is found, use only one job. See https://github.com/stack-of-tasks/pinocchio/issues/1074 --- math/py-pinocchio/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/math/py-pinocchio/Makefile b/math/py-pinocchio/Makefile index e3a21e806..4554afaf5 100644 --- a/math/py-pinocchio/Makefile +++ b/math/py-pinocchio/Makefile @@ -22,6 +22,9 @@ DEPEND_ABI.pinocchio= pinocchio>=2.3.0 USE_PYTHON_ONLY= true USE_MASTER_GITHUB= true +# parallel builds exhaust memory - until a better solution is found +MAKE_JOBS_SAFE= no + include ../../devel/jrl-cmakemodules/Makefile.common include ../../devel/boost-headers/depend.mk