automatic version update by autodist [release 14.0.3-1mamba;Fri Apr 29 2022]
This commit is contained in:
parent
e7314d8826
commit
ed97c595ec
18
llvm.spec
18
llvm.spec
@ -1,8 +1,8 @@
|
||||
%define gccver %(gcc -dumpversion)
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: llvm
|
||||
Version: 13.0.1
|
||||
Release: 2mamba
|
||||
Version: 14.0.3
|
||||
Release: 1mamba
|
||||
Summary: The Low Level Virtual Machine
|
||||
Group: Development/Languages
|
||||
Vendor: openmamba
|
||||
@ -152,6 +152,7 @@ cmake \
|
||||
-DLLVM_ENABLE_SPHINX=ON \
|
||||
-DSPHINX_WARNINGS_AS_ERRORS=OFF \
|
||||
-DLLVM_BUILD_EXTERNAL_COMPILER_RT=OFF \
|
||||
-DLLVM_INCLUDE_BENCHMARKS=OFF \
|
||||
%ifarch x86_64 aarch64
|
||||
-DLLVM_LIBDIR_SUFFIX="64" \
|
||||
%endif
|
||||
@ -257,6 +258,8 @@ rm -f %{buildroot}%{_datadir}/doc/llvm/html/.buildinfo
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/ocaml/llvm/*.cma
|
||||
%{_libdir}/ocaml/llvm/*.cmi
|
||||
%{_libdir}/ocaml/llvm/*.cmt
|
||||
%{_libdir}/ocaml/llvm/*.cmti
|
||||
%{_libdir}/ocaml/llvm/*.mli
|
||||
%{_libdir}/ocaml/META.llvm*
|
||||
|
||||
@ -267,10 +270,17 @@ rm -f %{buildroot}%{_datadir}/doc/llvm/html/.buildinfo
|
||||
|
||||
%files ocaml-apidocs
|
||||
%defattr(-,root,root)
|
||||
%dir %{_docdir}/llvm/ocaml-html
|
||||
%{_docdir}/llvm/ocaml-html/*
|
||||
%dir %{_datadir}/doc/LLVM/llvm/ocaml-html
|
||||
%{_datadir}/doc/LLVM/llvm/ocaml-html/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Apr 29 2022 Automatic Build System <autodist@mambasoft.it> 14.0.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 28 2022 Automatic Build System <autodist@mambasoft.it> 14.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 13.0.1-2mamba
|
||||
- rebuilt with ocaml-ctypes 0.20.0-2mamba and ocaml-integers 0.6.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user