public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kig] epel10: Add exception for rhel where the library name is libboost_python3.so
@ 2026-08-04 19:44 Marie Loise Nolden
  0 siblings, 0 replies; only message in thread
From: Marie Loise Nolden @ 2026-08-04 19:44 UTC (permalink / raw)
  To: git-commits

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}

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-04 19:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-04 19:44 [rpms/kig] epel10: Add exception for rhel where the library name is libboost_python3.so Marie Loise Nolden

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox