17
0

2 Commits

Author SHA256 Message Date
149e67d8ca Accepting request 1198799 from science
OBS-URL: https://build.opensuse.org/request/show/1198799
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldas-tools-framecpp?expand=0&rev=3
2024-09-05 13:47:12 +00:00
085d0e61c6 Accepting request 1197478 from home:badshah400:branches:science
* Update to version 3.0.4.
* Enable LTO.
* Update shared lib names to keep up with upstream so versions, and define macros to keep them all consistent across the spec.
* Drop ldas-tools-framecpp-no-return-from-nonvoid-func.patch: fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/1197478
OBS-URL: https://build.opensuse.org/package/show/science/ldas-tools-framecpp?expand=0&rev=9
2024-09-04 18:43:58 +00:00
3 changed files with 2 additions and 56 deletions

View File

@@ -1,41 +0,0 @@
---
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,15 +1,3 @@
-------------------------------------------------------------------
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) 2025 SUSE LLC and contributors
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -36,8 +36,6 @@ 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
@@ -49,6 +47,7 @@ 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)