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 gccver %(gcc -dumpversion)
|
||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: llvm
|
Name: llvm
|
||||||
Version: 13.0.1
|
Version: 14.0.3
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -152,6 +152,7 @@ cmake \
|
|||||||
-DLLVM_ENABLE_SPHINX=ON \
|
-DLLVM_ENABLE_SPHINX=ON \
|
||||||
-DSPHINX_WARNINGS_AS_ERRORS=OFF \
|
-DSPHINX_WARNINGS_AS_ERRORS=OFF \
|
||||||
-DLLVM_BUILD_EXTERNAL_COMPILER_RT=OFF \
|
-DLLVM_BUILD_EXTERNAL_COMPILER_RT=OFF \
|
||||||
|
-DLLVM_INCLUDE_BENCHMARKS=OFF \
|
||||||
%ifarch x86_64 aarch64
|
%ifarch x86_64 aarch64
|
||||||
-DLLVM_LIBDIR_SUFFIX="64" \
|
-DLLVM_LIBDIR_SUFFIX="64" \
|
||||||
%endif
|
%endif
|
||||||
@ -257,6 +258,8 @@ rm -f %{buildroot}%{_datadir}/doc/llvm/html/.buildinfo
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/ocaml/llvm/*.cma
|
%{_libdir}/ocaml/llvm/*.cma
|
||||||
%{_libdir}/ocaml/llvm/*.cmi
|
%{_libdir}/ocaml/llvm/*.cmi
|
||||||
|
%{_libdir}/ocaml/llvm/*.cmt
|
||||||
|
%{_libdir}/ocaml/llvm/*.cmti
|
||||||
%{_libdir}/ocaml/llvm/*.mli
|
%{_libdir}/ocaml/llvm/*.mli
|
||||||
%{_libdir}/ocaml/META.llvm*
|
%{_libdir}/ocaml/META.llvm*
|
||||||
|
|
||||||
@ -267,10 +270,17 @@ rm -f %{buildroot}%{_datadir}/doc/llvm/html/.buildinfo
|
|||||||
|
|
||||||
%files ocaml-apidocs
|
%files ocaml-apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_docdir}/llvm/ocaml-html
|
%dir %{_datadir}/doc/LLVM/llvm/ocaml-html
|
||||||
%{_docdir}/llvm/ocaml-html/*
|
%{_datadir}/doc/LLVM/llvm/ocaml-html/*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- rebuilt with ocaml-ctypes 0.20.0-2mamba and ocaml-integers 0.6.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user