diff --git a/pcl.spec b/pcl.spec index a95c5c5..a05375e 100644 --- a/pcl.spec +++ b/pcl.spec @@ -105,10 +105,6 @@ sed -i 's|@PCL_SOURCE_DIR@/build|@PCL_SOURCE_DIR@/%{_vpath_builddir}|' doc/doxyg # try to reduce memory usage of compile process (can cause OOM errors # esp. on ARM builders) %global optflags %(echo %{optflags} | sed -e 's/-g /-g1 /' -e 's/-pipe //') -%ifarch %{arm} -# Likely running out of memory during build -%global _smp_ncpus_max 3 -%endif %cmake \ -DCMAKE_BUILD_TYPE=None \ @@ -195,10 +191,7 @@ mv $RPM_BUILD_ROOT%{_datadir}/%{name}-*/Modules $RPM_BUILD_ROOT%{_libdir}/cmake/ %doc %{_vpath_builddir}/doc/advanced/advanced %changelog -* Fri Aug 20 2021 Björn Esser - 1.12.0-1 -- Limit to 3 cpus on arm to try to prevent memory issues - -* Tue Aug 17 2021 Rich Mattes - 1.12.0-1 +* Mon Aug 17 2021 Rich Mattes - 1.12.0-1 - Drop "oom" patch to resolve multiple definition error and fix FTBFS (rhbz#1992893) - Enable LTO and add library versions in files section