Revert "Temporarily include llvm 14 libraries in order to switch to llvm 15"

The bootstrap build is done.

This reverts commit f43d4cd245.
epel9
Kalev Lember 2 years ago
parent f43d4cd245
commit 1705c8a1cc

@ -17,7 +17,7 @@
Name: ldc
Epoch: 1
Version: 1.32.2%{?pre:~%{pre}}
Release: 1%{?dist}~bootstrap
Release: 1%{?dist}
Summary: LLVM D Compiler
# The DMD frontend in dmd/* GPL version 1 or artistic license
@ -126,9 +126,6 @@ popd
mkdir -p %{buildroot}/%{_rpmconfigdir}/macros.d/
install --mode=0644 %{SOURCE3} %{buildroot}%{_rpmconfigdir}/macros.d/macros.ldc
# Temporarily include llvm 14 libraries in order to switch to llvm 15
cp -a %{_libdir}/libLLVM-14*.so %{buildroot}%{_libdir}/
%files
%license LICENSE
%doc README.md
@ -155,7 +152,6 @@ cp -a %{_libdir}/libLLVM-14*.so %{buildroot}%{_libdir}/
%files libs
%license runtime/phobos/LICENSE_1_0.txt
%{_libdir}/libLLVM-14*.so
%{_libdir}/libdruntime-ldc-debug-shared.so.%{soversion}*
%{_libdir}/libdruntime-ldc-shared.so.%{soversion}*
%{_libdir}/libphobos2-ldc-debug-shared.so.%{soversion}*

Loading…
Cancel
Save