forked from pool/boost-defaults
Compare commits
47 Commits
Author | SHA256 | Date | |
---|---|---|---|
da459bf995 | |||
329e57b110 | |||
ca58644423 | |||
117f474bcf | |||
3546df62d8 | |||
f6e95c11c5 | |||
a0deb8db7e | |||
e40bacf3e8 | |||
0401d2922c | |||
338fe587b9 | |||
e7fa6d9284 | |||
e337ccebe7 | |||
9d960bf409 | |||
0a04b24949 | |||
15051b2aca | |||
1b713f2ce5 | |||
2c12a959c7 | |||
7ef828136e | |||
3f066fcbc4 | |||
159a08492d | |||
dd58f361e3 | |||
8740aeca24 | |||
40fc44c61f | |||
68c9af163d | |||
eec34a0d3a | |||
abc3e50fe1 | |||
cf7ad35419 | |||
ed7e00e0d5 | |||
726b3de0c3 | |||
d069a556d9 | |||
19cbd427a7 | |||
93d20f2c87 | |||
43ef6ec01d | |||
870fc20c4f | |||
b2a63b3d14 | |||
32ea55a3a8 | |||
d8d34d2d3a | |||
5c992ea5af | |||
9e17a0bd9d | |||
9ca0444825 | |||
af6572c736 | |||
22faf86d1a | |||
fdab49ce81 | |||
afcc45b963 | |||
295fc21372 | |||
992576caad | |||
5ad14e4888 |
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 02 16:58:07 CEST 2025 - aschnell@suse.com
|
||||
|
||||
- added unversioned libboost_url-devel (bsc#1248645)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 23 11:35:34 CEST 2025 - aschnell@suse.com
|
||||
|
||||
- Update for Boost 1.88.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 26 09:47:48 CET 2025 - aschnell@suse.com
|
||||
|
||||
- remove MPI packages on 32 bit systems
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 11 12:03:20 CET 2024 - aschnell@suse.com
|
||||
|
||||
- Update for Boost 1.87.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 12:06:51 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Add libboost_process-devel for Boost.Process
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 30 10:44:41 CEST 2024 - aschnell@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package boost-defaults
|
||||
#
|
||||
# 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
|
||||
@@ -16,16 +16,20 @@
|
||||
#
|
||||
|
||||
|
||||
%define boost_version 1_86_0
|
||||
%define boost_version 1_88_0
|
||||
Name: boost-defaults
|
||||
Version: 1.86.0
|
||||
Version: 1.88.0
|
||||
Release: 0
|
||||
Summary: Default Boost C++ Libraries
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://www.boost.org
|
||||
Source1: README
|
||||
BuildArch: noarch
|
||||
|
||||
%ifnarch %{arm} %ix86
|
||||
# OpenMPI 5 has no support for 32bit architectures
|
||||
%bcond_without mpi
|
||||
%endif
|
||||
|
||||
%description
|
||||
Boost provides free peer-reviewed portable C++ source libraries. The
|
||||
@@ -211,6 +215,8 @@ Development headers for Boost.Math* boost libraries.
|
||||
|
||||
This package installs the default Boost version of the library.
|
||||
|
||||
%if %{with mpi}
|
||||
|
||||
%package -n libboost_mpi-devel
|
||||
Summary: Development headers for Boost.MPI library
|
||||
Group: Development/Libraries/C and C++
|
||||
@@ -242,6 +248,8 @@ serialization interface
|
||||
|
||||
This package installs the default Boost version of the library.
|
||||
|
||||
%endif
|
||||
|
||||
%package -n libboost_nowide-devel
|
||||
Summary: Development library for Boost.Nowide
|
||||
Group: Development/Libraries/C and C++
|
||||
@@ -252,6 +260,8 @@ This package contains the Boost.Nowide development library.
|
||||
|
||||
This package installs the default Boost version of the library.
|
||||
|
||||
%if %{with mpi}
|
||||
|
||||
%package -n python3-boost_parallel_mpi
|
||||
Summary: Python 3.x bindings for Boost.Parallel.MPI library
|
||||
Group: Development/Languages/Python
|
||||
@@ -262,6 +272,8 @@ This package contains the Boost.Parallel.MPI bindings for Python 3.x
|
||||
|
||||
This package installs the default Boost version of the library.
|
||||
|
||||
%endif
|
||||
|
||||
%package -n libboost_test-devel
|
||||
Summary: Development headers for Boost.Test library
|
||||
Group: Development/Libraries/C and C++
|
||||
@@ -274,6 +286,17 @@ monitoring.
|
||||
|
||||
This package installs the default Boost version of the library.
|
||||
|
||||
%package -n libboost_process-devel
|
||||
Summary: Development headers for Boost.Process library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libboost_process%{boost_version}-devel
|
||||
|
||||
%description -n libboost_process-devel
|
||||
This package contains development headers for Boost.Process
|
||||
library.
|
||||
|
||||
This package installs the default Boost version of the library.
|
||||
|
||||
%package -n libboost_program_options-devel
|
||||
Summary: Development headers for Boost.ProgramOptions library
|
||||
Group: Development/Libraries/C and C++
|
||||
@@ -370,6 +393,14 @@ This package contains development headers for Boost.Wave library.
|
||||
|
||||
This package installs the default Boost version of the library.
|
||||
|
||||
%package -n libboost_url-devel
|
||||
Summary: Development headers for Boost.URL library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libboost_url%{boost_version}-devel
|
||||
|
||||
%description -n libboost_url-devel
|
||||
This package contains development headers for Boost.URL library.
|
||||
|
||||
%package -n libboost_regex-devel
|
||||
Summary: Development headers for Boost.Regex library
|
||||
Group: Development/Libraries/C and C++
|
||||
@@ -482,6 +513,8 @@ cp %{SOURCE1} .
|
||||
%files -n libboost_math-devel
|
||||
%doc README
|
||||
|
||||
%if %{with mpi}
|
||||
|
||||
%files -n libboost_mpi-devel
|
||||
%doc README
|
||||
|
||||
@@ -491,15 +524,24 @@ cp %{SOURCE1} .
|
||||
%files -n libboost_mpi_python3-devel
|
||||
%doc README
|
||||
|
||||
%endif
|
||||
|
||||
%files -n libboost_nowide-devel
|
||||
%doc README
|
||||
|
||||
%if %{with mpi}
|
||||
|
||||
%files -n python3-boost_parallel_mpi
|
||||
%doc README
|
||||
|
||||
%endif
|
||||
|
||||
%files -n libboost_test-devel
|
||||
%doc README
|
||||
|
||||
%files -n libboost_process-devel
|
||||
%doc README
|
||||
|
||||
%files -n libboost_program_options-devel
|
||||
%doc README
|
||||
|
||||
@@ -524,6 +566,9 @@ cp %{SOURCE1} .
|
||||
%files -n libboost_wave-devel
|
||||
%doc README
|
||||
|
||||
%files -n libboost_url-devel
|
||||
%doc README
|
||||
|
||||
%files -n libboost_regex-devel
|
||||
%doc README
|
||||
|
||||
|
Reference in New Issue
Block a user