17
0

2 Commits

3 changed files with 56 additions and 2 deletions

View File

@@ -0,0 +1,41 @@
---
CMakeLists.txt | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Index: ldas-tools-framecpp-3.0.4/CMakeLists.txt
===================================================================
--- ldas-tools-framecpp-3.0.4.orig/CMakeLists.txt
+++ ldas-tools-framecpp-3.0.4/CMakeLists.txt
@@ -289,11 +289,10 @@ find_package(
chrono
program_options
serialization
- system
filesystem
)
-foreach( component IN ITEMS filesystem system )
+foreach( component IN ITEMS filesystem)
string( TOUPPER "${component}" COMPONENT)
if ( NOT BOOST_LDFLAGS )
foreach( dir ${Boost_LIBRARY_DIRS} )
Index: ldas-tools-framecpp-3.0.4/src/OOInterface/CMakeLists.txt
===================================================================
--- ldas-tools-framecpp-3.0.4.orig/src/OOInterface/CMakeLists.txt
+++ ldas-tools-framecpp-3.0.4/src/OOInterface/CMakeLists.txt
@@ -252,7 +252,6 @@ framecpp_target_gtest(
LDADD
PUBLIC framecpp
PUBLIC Boost::serialization
- PUBLIC Boost::system
PUBLIC ${GTEST_LIBRARIES}
PRIVATE Threads::Threads
)
@@ -274,7 +273,6 @@ framecpp_target_gtest(
LDADD
PUBLIC framecpp
PUBLIC Boost::serialization
- PUBLIC Boost::system
PUBLIC ${GTEST_LIBRARIES}
PRIVATE Threads::Threads
)

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Oct 8 05:16:13 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Add ldas-tools-framecpp-cmake-no-boost-system.patch -- Drop
"system" from list of boost components searched in CMake.
-------------------------------------------------------------------
Thu Oct 2 06:17:32 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Drop BuildRequires: libboost_system-devel: stub library, no
longer available or needed.
-------------------------------------------------------------------
Thu Aug 29 13:44:28 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ldas-tools-framecpp
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -36,6 +36,8 @@ URL: https://software.ligo.org
Source: https://software.ligo.org/lscsoft/source/%{name}-%{version}.tar.gz
# PATCH-FIX-UPSTREAM ldas-tools-framecpp-fix-pkgconfig.patch badshah400@gmail.com -- Fix paths in pkgconfig file when absolute paths to LIBDIR and INCLUDEDIR are specified to cmake
Patch1: ldas-tools-framecpp-fix-pkgconfig.patch
# PATCH-FIX-UPSTREAM ldas-tools-framecpp-cmake-no-boost-system.patch badshah400@gmail.com -- Drop "system" from list of boost components searched in CMake
Patch2: ldas-tools-framecpp-cmake-no-boost-system.patch
BuildRequires: cmake
BuildRequires: doxygen
BuildRequires: fdupes
@@ -47,7 +49,6 @@ BuildRequires: libboost_filesystem-devel
BuildRequires: libboost_headers-devel >= 1.67.0
BuildRequires: libboost_program_options-devel
BuildRequires: libboost_serialization-devel
BuildRequires: libboost_system-devel
BuildRequires: memory-constraints
BuildRequires: pkgconfig
BuildRequires: pkgconfig(ldastoolsal)