mirror of https://github.com/KLayout/klayout.git
Balanced build settings (-j2 for all Linux platforms)
This commit is contained in:
parent
33a9782f77
commit
54d412cee6
|
|
@ -43,7 +43,7 @@ bindir="bin.linux.release"
|
|||
builddir="build.linux.release"
|
||||
libdir="/usr/lib/klayout"
|
||||
|
||||
./build.sh -j1 \
|
||||
./build.sh -j2 \
|
||||
-bin $bindir \
|
||||
-build $builddir \
|
||||
-rpath $libdir
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ AutoReqProv: no
|
|||
Requires: ruby >= 2.0.0
|
||||
Requires: python >= 2.7.5
|
||||
Requires: qt-x11 >= 4.8.5
|
||||
%define buildopt -j1
|
||||
%define buildopt -j2
|
||||
%endif
|
||||
|
||||
%if "%{target_system}" == "centos6"
|
||||
|
|
@ -45,7 +45,7 @@ Requires: libcurl >= 7.19.7
|
|||
Requires: ruby >= 1.8.7
|
||||
Requires: python >= 2.6.6
|
||||
Requires: qt-x11 >= 4.6.2
|
||||
%define buildopt -libcurl -j1
|
||||
%define buildopt -libcurl -j2
|
||||
%endif
|
||||
|
||||
%if "%{target_system}" == "opensuse42_2"
|
||||
|
|
@ -53,7 +53,7 @@ Requires: qt-x11 >= 4.6.2
|
|||
Requires: ruby2.3 >= 2.3.1
|
||||
Requires: python3 >= 3.4.6
|
||||
Requires: libqt4-x11 >= 4.8.6
|
||||
%define buildopt -j1
|
||||
%define buildopt -j2
|
||||
%endif
|
||||
|
||||
%if "%{target_system}" == "opensuse42_3"
|
||||
|
|
@ -61,7 +61,7 @@ Requires: libqt4-x11 >= 4.8.6
|
|||
Requires: ruby2.3 >= 2.3.1
|
||||
Requires: python3 >= 3.4.6
|
||||
Requires: libqt4-x11 >= 4.8.6
|
||||
%define buildopt -j1
|
||||
%define buildopt -j2
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
|
|
|||
Loading…
Reference in New Issue