mirror of https://github.com/KLayout/klayout.git
Added OpenSuSE Leap 15 for building.
This commit is contained in:
parent
a272cd3630
commit
d5840aac20
|
|
@ -64,6 +64,14 @@ Requires: libqt4-x11 >= 4.8.6
|
|||
%define buildopt -j2
|
||||
%endif
|
||||
|
||||
%if "%{target_system}" == "opensuse_leap"
|
||||
# OpenSuSE Leap 15 requirements
|
||||
Requires: ruby2.3 >= 2.3.3
|
||||
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