From 8d5a1f1b003e924a1a6a0e6c8b45c5e3c191ea3a Mon Sep 17 00:00:00 2001 From: David Spencer Date: Tue, 19 Nov 2013 21:47:07 +0000 Subject: academic/QtiPlot: Forced to use -j1. Signed-off-by: Willy Sudiarto Raharjo --- academic/QtiPlot/QtiPlot.SlackBuild | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'academic') diff --git a/academic/QtiPlot/QtiPlot.SlackBuild b/academic/QtiPlot/QtiPlot.SlackBuild index 8436f71e7a..635300ae6b 100644 --- a/academic/QtiPlot/QtiPlot.SlackBuild +++ b/academic/QtiPlot/QtiPlot.SlackBuild @@ -126,41 +126,41 @@ cd 3rdparty/qwt qmake CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -make +make -j1 # Build QtiPlot's qwtplot3d cd ../qwtplot3d qmake CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -make +make -j1 # Build QTeXEngine cd ../QTeXEngine qmake CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -make +make -j1 # Build importOPJ cd ../../qtiplot qmake importOPJ.pro CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -make +make -j1 # Make the html manual. If you want to generate the handbook as a PDF, # change "web" to "en" below and make sure you have installed dblatex. cd ../manual -make web +make -j1 web # Build QtiPlot cd ../qtiplot qmake qtiplot.pro CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -make -make install INSTALL_ROOT=$PKG +make -j1 +make -j1 install INSTALL_ROOT=$PKG # Generate translations and copy them to their proper place lrelease qtiplot.pro @@ -176,8 +176,8 @@ cd ../fitPlugins qmake CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -make -make install INSTALL_ROOT=$PKG +make -j1 +make -j1 install INSTALL_ROOT=$PKG cd .. find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ -- cgit v1.2.3