public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rich Mattes <richmattes@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/pcl] f44: Add eigen3-3.4 ppc64 LTO error workaround
Date: Thu, 25 Jun 2026 05:50:17 GMT	[thread overview]
Message-ID: <178236661707.1.9770791600364949079.rpms-pcl-578b7a849441@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/pcl
Branch : f44
Commit : 578b7a84944132b0b6f003c6a65c2697025c093d
Author : Rich Mattes <richmattes@gmail.com>
Date   : 2021-08-25T21:06:19-04:00
Stats  : +4/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/pcl/c/578b7a84944132b0b6f003c6a65c2697025c093d?branch=f44

Log:
Add eigen3-3.4 ppc64 LTO error workaround

---
diff --git a/pcl.spec b/pcl.spec
index 924e75c..67a0a57 100644
--- a/pcl.spec
+++ b/pcl.spec
@@ -106,7 +106,11 @@ sed -i 's|@PCL_SOURCE_DIR@/build|@PCL_SOURCE_DIR@/%{_vpath_builddir}|' doc/doxyg
 # esp. on ARM builders)
 %global optflags %(echo %{optflags} | sed -e 's/-g /-g1 /' -e 's/-pipe //' -e's/-ffat-lto-objects/-fno-fat-lto-objects/')
 
+# Disable Altivec MMA to work around eigen3-3.4/GCC issue
+# rhbz#1996330
 %cmake \
+  -DCMAKE_C_FLAGS_INIT=-DEIGEN_ALTIVEC_DISABLE_MMA \
+  -DCMAKE_CXX_FLAGS_INIT=-DEIGEN_ALTIVEC_DISABLE_MMA \
   -DCMAKE_BUILD_TYPE=None \
   -DWITH_DOCS=ON \
   -DWITH_CUDA=OFF \

                 reply	other threads:[~2026-06-25  5:50 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=178236661707.1.9770791600364949079.rpms-pcl-578b7a849441@fedoraproject.org \
    --to=richmattes@gmail.com \
    --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