public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tim Niemueller <niemueller@kbsg.rwth-aachen.de>
To: git-commits@fedoraproject.org
Subject: [rpms/pcl] f44: Add missing patch
Date: Thu, 25 Jun 2026 05:49:34 GMT	[thread overview]
Message-ID: <178236657403.1.9556887166115618666.rpms-pcl-079ae23498cc@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/pcl
Branch : f44
Commit : 079ae23498cc961906f8799decc67eabe3afc844
Author : Tim Niemueller <niemueller@kbsg.rwth-aachen.de>
Date   : 2016-09-02T09:53:02+02:00
Stats  : +23/-21 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/pcl/c/079ae23498cc961906f8799decc67eabe3afc844?branch=f44

Log:
Add missing patch

---
diff --git a/pcl-1.7.2-sse2.patch b/pcl-1.7.2-sse2.patch
deleted file mode 100644
index 525b067..0000000
--- a/pcl-1.7.2-sse2.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -up ./cmake/pcl_find_sse.cmake.sse2 ./cmake/pcl_find_sse.cmake
---- ./cmake/pcl_find_sse.cmake.sse2	2014-12-15 20:29:32.034099142 -0500
-+++ ./cmake/pcl_find_sse.cmake	2014-12-15 20:33:37.162322940 -0500
-@@ -150,16 +150,8 @@ macro(PCL_CHECK_FOR_SSE)
-     set(CMAKE_REQUIRED_FLAGS)
- 
-     if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_CLANG)
--        if(HAVE_SSE4_2_EXTENSIONS)
--            SET(SSE_FLAGS "${SSE_FLAGS} -msse4.2 -mfpmath=sse")
--        elseif(HAVE_SSE4_1_EXTENSIONS)
--            SET(SSE_FLAGS "${SSE_FLAGS} -msse4.1 -mfpmath=sse")
--        elseif(HAVE_SSE3_EXTENSIONS)
--            SET(SSE_FLAGS "${SSE_FLAGS} -msse3 -mfpmath=sse")
--        elseif(HAVE_SSE2_EXTENSIONS)
-+        if(HAVE_SSE2_EXTENSIONS AND ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64")
-             SET(SSE_FLAGS "${SSE_FLAGS} -msse2 -mfpmath=sse")
--        elseif(HAVE_SSE_EXTENSIONS)
--            SET(SSE_FLAGS "${SSE_FLAGS} -msse -mfpmath=sse")
-         else()
-             # Setting -ffloat-store to alleviate 32bit vs 64bit discrepancies on non-SSE
-             # platforms.

diff --git a/pcl-1.8.0-sse2.patch b/pcl-1.8.0-sse2.patch
new file mode 100644
index 0000000..b4c9bd0
--- /dev/null
+++ b/pcl-1.8.0-sse2.patch
@@ -0,0 +1,23 @@
+diff -ur pcl-1.8.0/cmake/pcl_find_sse.cmake pcl-1.8.0.sse2/cmake/pcl_find_sse.cmake
+--- pcl-1.8.0/cmake/pcl_find_sse.cmake	2016-06-14 17:51:26.000000000 +0200
++++ pcl-1.8.0.sse2/cmake/pcl_find_sse.cmake	2016-09-01 13:28:25.118580269 +0200
+@@ -168,18 +168,8 @@
+     set(CMAKE_REQUIRED_FLAGS)
+ 
+     if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_CLANG)
+-        if(HAVE_SSE4_2_EXTENSIONS)
+-            SET(SSE_FLAGS "${SSE_FLAGS} -msse4.2 -mfpmath=sse")
+-        elseif(HAVE_SSE4_1_EXTENSIONS)
+-            SET(SSE_FLAGS "${SSE_FLAGS} -msse4.1 -mfpmath=sse")
+-        elseif(HAVE_SSSE3_EXTENSIONS)
+-            SET(SSE_FLAGS "${SSE_FLAGS} -mssse3 -mfpmath=sse")
+-        elseif(HAVE_SSE3_EXTENSIONS)
+-            SET(SSE_FLAGS "${SSE_FLAGS} -msse3 -mfpmath=sse")
+-        elseif(HAVE_SSE2_EXTENSIONS)
++        if(HAVE_SSE2_EXTENSIONS)
+             SET(SSE_FLAGS "${SSE_FLAGS} -msse2 -mfpmath=sse")
+-        elseif(HAVE_SSE_EXTENSIONS)
+-            SET(SSE_FLAGS "${SSE_FLAGS} -msse -mfpmath=sse")
+         else()
+             # Setting -ffloat-store to alleviate 32bit vs 64bit discrepancies on non-SSE
+             # platforms.

                 reply	other threads:[~2026-06-25  5:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178236657403.1.9556887166115618666.rpms-pcl-079ae23498cc@fedoraproject.org \
    --to=niemueller@kbsg.rwth-aachen.de \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox