public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Marie Loise Nolden <loise@kde.org>
To: git-commits@fedoraproject.org
Subject: [rpms/kig] epel10: Add exception for rhel where the library name is libboost_python3.so
Date: Tue, 04 Aug 2026 19:44:57 GMT	[thread overview]
Message-ID: <178587269702.1.14821918489185373412.rpms-kig-b5d90134f665@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/kig
Branch : epel10
Commit : b5d90134f6650d8b53e96c5294b33ff7672e6559
Author : Marie Loise Nolden <loise@kde.org>
Date   : 2020-07-11T15:20:32+00:00
Stats  : +4/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/kig/c/b5d90134f6650d8b53e96c5294b33ff7672e6559?branch=epel10

Log:
Add exception for rhel where the library name is libboost_python3.so

---
diff --git a/kig.spec b/kig.spec
index 222bab6..864af91 100644
--- a/kig.spec
+++ b/kig.spec
@@ -72,7 +72,11 @@ pushd %{_target_platform}
   -DPYTHON_INCLUDE_DIR=%{_python3_include} \
   -DPYTHON_LIBRARY=%{_python3_lib} \
   -DBoostPython_INCLUDE_DIRS="%{_python3_include};%{_includedir}/boost" \
+%if 0%{?rhel}
+  -DBoostPython_LIBRARIES="%{_python3_lib};%{_libdir}/libboost_python3.so"
+%else
   -DBoostPython_LIBRARIES="%{_python3_lib};%{_libdir}/libboost_python%{python3_version_nodots}.so"
+%endif
 popd
 
 %make_build -C %{_target_platform}

                 reply	other threads:[~2026-08-04 19:44 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=178587269702.1.14821918489185373412.rpms-kig-b5d90134f665@fedoraproject.org \
    --to=loise@kde.org \
    --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