mirror of https://github.com/KLayout/klayout.git
Added OpenSuSE Leap15 to RPM build script.
This commit is contained in:
parent
a9b5983c55
commit
3ade12a6c2
|
|
@ -68,6 +68,14 @@ Requires: libqt4-x11 >= 4.8.6
|
|||
%define pylib %{python3_sitearch}
|
||||
%endif
|
||||
|
||||
%if "%{target_system}" == "opensuse_leap"
|
||||
# OpenSuSE Leap 15 requirements
|
||||
Requires: ruby >= 2.1.9
|
||||
Requires: python3 >= 3.4.6
|
||||
Requires: libqt4-x11 >= 4.8.7
|
||||
%define buildopt -j2
|
||||
%endif
|
||||
|
||||
%description
|
||||
Mask layout viewer and editor for the chip design engineer.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue