From 1101508a20ac93580a3ac42880933f5bb3748954 Mon Sep 17 00:00:00 2001 From: waddlesplash Date: Sun, 12 Apr 2020 17:56:05 -0400 Subject: [PATCH] octave: disable jobargs. --- sci-mathematics/octave/octave-5.1.0.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/octave/octave-5.1.0.recipe b/sci-mathematics/octave/octave-5.1.0.recipe index ecb75ae9f..b491d22fa 100644 --- a/sci-mathematics/octave/octave-5.1.0.recipe +++ b/sci-mathematics/octave/octave-5.1.0.recipe @@ -167,7 +167,8 @@ BUILD() --with-openssl \ --without-x - make $jobArgs + # $jobArgs uses too much RAM + make } INSTALL()