mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
academic/QtiPlot: Forced to use -j1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4e49b3a97e
commit
8d5a1f1b00
1 changed files with 9 additions and 9 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue