]> git.pld-linux.org Git - packages/llvm.git/commitdiff
BC: llvm-libs if building with ocaml bindings; rel 2
authorJan Palus <atler@pld-linux.org>
Tue, 9 Nov 2021 00:12:04 +0000 (01:12 +0100)
committerJan Palus <atler@pld-linux.org>
Tue, 9 Nov 2021 00:14:04 +0000 (01:14 +0100)
first build of llvm with new abi always results in ocaml bindings being
linked to old abi libs

llvm.spec

index bdf77b777d5c73b0a83d53b3ae299f08c512b514..313fc1b4ff3527c246ec9341d43bef5ef2f43294 100644 (file)
--- a/llvm.spec
+++ b/llvm.spec
@@ -62,7 +62,7 @@ Summary:      The Low Level Virtual Machine (An Optimizing Compiler Infrastructure)
 Summary(pl.UTF-8):     Niskopoziomowa maszyna wirtualna (infrastruktura kompilatora optymalizującego)
 Name:          llvm
 Version:       13.0.0
-Release:       1
+Release:       2
 License:       University of Illinois/NCSA Open Source License
 Group:         Development/Languages
 #Source0Download: https://github.com/llvm/llvm-project/releases/
@@ -168,6 +168,7 @@ BuildRequires:      xz-devel
 BuildRequires: ocl-icd-libOpenCL-devel
 %endif
 %if %{with ocaml}
+BuildConflicts:        llvm-libs
 BuildConflicts:        llvm-ocaml
 %endif
 Requires:      %{name}-libs = %{version}-%{release}
This page took 0.340781 seconds and 4 git commands to generate.