From 26b7111ff3d74fc0430c46565c48df3d8ee55957 Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 16 Jan 2023 12:12:24 +0000 Subject: [PATCH] mark makehuman as BROKEN for now; it was triggering a deprecation in older numpy which has now become a failure https://github.com/makehumancommunity/makehuman/issues/217 --- graphics/makehuman/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/makehuman/Makefile b/graphics/makehuman/Makefile index 076f3a9333f..163106467bf 100644 --- a/graphics/makehuman/Makefile +++ b/graphics/makehuman/Makefile @@ -1,3 +1,5 @@ +BROKEN= old deprecation is now a failure with newer numpy, see https://github.com/makehumancommunity/makehuman/issues/217 + COMMENT= parametrical modeling of 3D humanoid characters GH_ACCOUNT= makehumancommunity