public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pcl] f44: Disable SSE for non x86_64 archs
@ 2026-06-25 5:49 Rich Mattes
0 siblings, 0 replies; only message in thread
From: Rich Mattes @ 2026-06-25 5:49 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/pcl
Branch : f44
Commit : 34ad687eab15782e54c635b8276470c26e06e013
Author : Rich Mattes <richmattes@gmail.com>
Date : 2013-08-26T22:43:57-04:00
Stats : +6/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/pcl/c/34ad687eab15782e54c635b8276470c26e06e013?branch=f44
Log:
Disable SSE for non x86_64 archs
---
diff --git a/pcl.spec b/pcl.spec
index 8dd5e34..aef66d0 100644
--- a/pcl.spec
+++ b/pcl.spec
@@ -80,7 +80,7 @@ Library.
%patch0 -p1 -b .vtk6
%patch1 -p0 -b .metslib
# Just to make it obvious we're not using any of these
-#rm -fr recognition/include/pcl/recognition/3rdparty/metslib
+rm -fr recognition/include/pcl/recognition/3rdparty/metslib
rm -fr surface/src/3rdparty/opennurbs
rm -rf surface/include/pcl/surface/3rdparty/opennurbs
@@ -91,6 +91,11 @@ pushd build
-DCMAKE_BUILD_TYPE=NONE \
-DOPENNI_INCLUDE_DIR:PATH=/usr/include/ni \
-DLIB_INSTALL_DIR=$(echo %{_libdir} | sed -e 's|%{_prefix}/||') \
+%ifarch x86_64
+ -DPCL_ENABLE_SSE=ON \
+%else
+ -DPCL_ENABLE_SSE=OFF \
+%endif
-DPCL_PKGCONFIG_SUFFIX:STRING="" \
-DBUILD_documentation=ON \
-DCMAKE_SKIP_RPATH=ON \
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-25 5:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25 5:49 [rpms/pcl] f44: Disable SSE for non x86_64 archs Rich Mattes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox