public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Richard Shaw <hobbes1069@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/vtk] rawhide: Add workaround for convience header removed from OCCT.
Date: Mon, 21 Sep 2026 22:51:27 GMT [thread overview]
Message-ID: <179003108735.1.8341696742938493480.rpms-vtk-c7bf6a65c86b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/vtk
Branch : rawhide
Commit : c7bf6a65c86bc6b03e66b620c7fd81ccd8ee5d48
Author : Richard Shaw <hobbes1069@gmail.com>
Date : 2026-09-21T17:50:31-05:00
Stats : +5/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/vtk/c/c7bf6a65c86bc6b03e66b620c7fd81ccd8ee5d48?branch=rawhide
Log:
Add workaround for convience header removed from OCCT.
---
diff --git a/vtk.spec b/vtk.spec
index 80f87ae..fa52aa1 100644
--- a/vtk.spec
+++ b/vtk.spec
@@ -633,6 +633,11 @@ sed -i -e '/VERSION *"/d' ThirdParty/fast_float/CMakeLists.txt
# Remove unused KWSys items
find Utilities/KWSys/vtksys/ -name \*.[ch]\* | grep -vE '^Utilities/KWSys/vtksys/([a-z].*|Configure|SharedForward|Status|String\.hxx|Base64|CommandLineArguments|Directory|DynamicLoader|Encoding|FStream|FundamentalType|Glob|MD5|Process|RegularExpression|System|SystemInformation|SystemTools)(C|CXX|UNIX)?\.' | xargs rm
+# Convience header was removed in 8.x
+%if 0%{?fedora} > 45
+ sed -i '/#include <Standard_PrimitiveTypes.hxx>/d' IO/OCCT/vtkOCCTReader.cxx
+endif
+
# Save an unbuilt copy of the Example's sources for %doc
mkdir vtk-examples
cp -a Examples vtk-examples
reply other threads:[~2026-09-21 22:51 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=179003108735.1.8341696742938493480.rpms-vtk-c7bf6a65c86b@fedoraproject.org \
--to=hobbes1069@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