Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
adb837e5c3 |
@@ -21,13 +21,13 @@
|
||||
%global version_current 1.90.0
|
||||
%global version_previous 1.89.0
|
||||
|
||||
%if 0%{?gcc_version} < 14
|
||||
%if 0%{?gcc_version} < 15
|
||||
# We may need a minimum gcc version for some linker flags
|
||||
# This is especially true on leap/sle
|
||||
#
|
||||
# ⚠️ 11 or greater is required for a number of linker flags to be supported in sle.
|
||||
#
|
||||
%global need_gcc_version 14
|
||||
%global need_gcc_version 15
|
||||
%endif
|
||||
|
||||
# Use correct python-version for SLE-12
|
||||
|
||||
Reference in New Issue
Block a user