From 3150111963d2c7b9ab1d96910c6a926811cc40db Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Thu, 10 Oct 2019 21:46:19 -0400 Subject: [PATCH] make_build fails the building process again, revert to make --- octave-iso2mesh.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/octave-iso2mesh.spec b/octave-iso2mesh.spec index 3450d04..700d2df 100644 --- a/octave-iso2mesh.spec +++ b/octave-iso2mesh.spec @@ -288,7 +288,9 @@ mv img2mesh.fig inst/ %build %set_build_flags pushd tools -%make_build +# can't use make_build macro below because parallel make with CGAL exhausts +# vm's memory and crash the building process, use sequential make instead +make popd pushd bin ln -s tetgen1.5 tetgen