rebuilt with ocaml 4.11.1 [release 11.0.1-2mamba;Thu Jan 21 2021]
This commit is contained in:
parent
83e84c45f2
commit
24d26ecbdc
20
llvm.spec
20
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: 11.0.0
|
Version: 11.0.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -29,9 +29,11 @@ BuildRequires: ocaml-integers
|
|||||||
BuildRequires: ocaml-runtime
|
BuildRequires: ocaml-runtime
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ocaml >= 4.09.0-4mamba
|
BuildRequires: ocaml >= 4.11.1
|
||||||
BuildRequires: ocaml-ctypes >= 0.16
|
BuildRequires: ocaml-ctypes >= 0.17.1
|
||||||
|
%ifnarch aarch64
|
||||||
BuildRequires: ocaml-ounit
|
BuildRequires: ocaml-ounit
|
||||||
|
%endif
|
||||||
BuildRequires: z3
|
BuildRequires: z3
|
||||||
BuildRequires: libz3-devel
|
BuildRequires: libz3-devel
|
||||||
#BuildConflicts: llvm-ocaml
|
#BuildConflicts: llvm-ocaml
|
||||||
@ -148,7 +150,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 \
|
||||||
%ifarch x86_64
|
%ifarch x86_64 aarch64
|
||||||
-DLLVM_LIBDIR_SUFFIX="64" \
|
-DLLVM_LIBDIR_SUFFIX="64" \
|
||||||
%endif
|
%endif
|
||||||
-Wno-dev ..
|
-Wno-dev ..
|
||||||
@ -171,7 +173,7 @@ ninja install
|
|||||||
#%{_libdir}/llvm
|
#%{_libdir}/llvm
|
||||||
#EOF
|
#EOF
|
||||||
|
|
||||||
%ifarch x86_64
|
%ifarch x86_64 aarch64
|
||||||
# Needed for multilib (https://bugs.archlinux.org/task/29951)
|
# Needed for multilib (https://bugs.archlinux.org/task/29951)
|
||||||
# Header stub is taken from Fedora
|
# Header stub is taken from Fedora
|
||||||
mv %{buildroot}%{_includedir}/llvm/Config/llvm-config{,-64}.h
|
mv %{buildroot}%{_includedir}/llvm/Config/llvm-config{,-64}.h
|
||||||
@ -266,6 +268,12 @@ rm -f %{buildroot}%{_datadir}/doc/llvm/html/.buildinfo
|
|||||||
%{_docdir}/llvm/ocaml-html/*
|
%{_docdir}/llvm/ocaml-html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 11.0.1-2mamba
|
||||||
|
- rebuilt with ocaml 4.11.1
|
||||||
|
|
||||||
|
* Mon Jan 11 2021 Automatic Build System <autodist@mambasoft.it> 11.0.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Oct 12 2020 Automatic Build System <autodist@mambasoft.it> 11.0.0-1mamba
|
* Mon Oct 12 2020 Automatic Build System <autodist@mambasoft.it> 11.0.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user