Skip to content

Commit 38b82b5

Browse files
committed
Only build mlir on fedora >= 41
python-nanobind will only be available for fedora >= 41, so don't try to build mlir on older versions.
1 parent f162a1e commit 38b82b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
%bcond_without lldb
4242
%endif
4343

44-
%if %{without compat_build} && 0%{?fedora}
44+
%if %{without compat_build} && 0%{?fedora} >= 41
4545
%ifarch %{ix86}
4646
%bcond_with mlir
4747
%else

0 commit comments

Comments
 (0)