make_build fails the building process again, revert to make

This commit is contained in:
Qianqian Fang 2019-10-10 21:46:19 -04:00
parent 705c870188
commit 3150111963
1 changed files with 3 additions and 1 deletions

View File

@ -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