From 3c74acfb3b528be353b6fde13ef75ceb85bd415d Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Feb 19 2019 22:09:37 +0000 Subject: Try to fix memory usage during compilation... --- diff --git a/mlpack.spec b/mlpack.spec index c19195b..d418822 100644 --- a/mlpack.spec +++ b/mlpack.spec @@ -162,7 +162,8 @@ margins. This package provides the Python bindings for mlpack. %{cmake} -D LIBDIR=%{_libdir} -D DEBUG=OFF -D PROFILE=OFF -D PYTHON_EXECUTABLE=$(which python2) . %endif -%make_build +# Don't use %make because it could use too much RAM with multiple cores on Koji... +make # Build documentation ('doc' is not in the list of default targets). make doc