2007-01-16 00:06:09 +01:00
|
|
|
#
|
2016-08-12 17:08:35 +02:00
|
|
|
# spec file for package boost
|
2007-01-16 00:06:09 +01:00
|
|
|
#
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2007-01-16 00:06:09 +01:00
|
|
|
#
|
2008-10-12 00:56:50 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-16 00:06:09 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2012-03-23 20:04:02 +01:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%define ver 1.63.0
|
|
|
|
%define file_version 1_63_0
|
Accepting request 306161 from home:dirkmueller:branches:devel:libraries:c_c++
- update to 1.58.0:
boost docs remain at 1.56 since upstream hasn't updated yet
* New Libraries: Endian, Sort.
* Updated Libraries: Asio, Chrono, Container, Context, Conversion,
DateTime, Flyweight, Function, Functional/Factory, Fusion, Geometry,
Hash, Interprocess, Intrusive, Lexical Cast, Log, Math, Move,
Multi-index Containers, Multiprecision, Optional, Phoenix,
Predef, Random, Thread, TypeErasure, TypeIndex, Units,
Unordered, Variant.
See http://www.boost.org/users/history/version_1_58_0.html
- add 0001-Fix-exec_file-for-Python-3-3.4.patch ,
0002-Fix-a-regression-with-non-constexpr-types.patch: Fixes regressions
in 1.58
- drop bjam-alignment.patch, boost-gcc5.patch: Already fixed upstream
differently
- add boost-rpmoptflags-only.patch: Build only with optflags
- add boost-aarch64-flags.patch: Avoid using -m64
- add boost-uuid-comparison.patch: Fix regression in UUID operator<
- add boost-disable-pch-on-aarch64.patch: Disable pch on math library
to avoid compiler segfault
OBS-URL: https://build.opensuse.org/request/show/306161
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=144
2015-05-10 11:07:49 +02:00
|
|
|
%define docs_version 1.56.0
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%define short_version 1_56
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%define lib_appendix 1_63_0
|
2016-09-30 11:33:49 +02:00
|
|
|
%bcond_with build_docs
|
|
|
|
%bcond_without package_pdf
|
|
|
|
%bcond_without build_quickbook
|
2015-12-09 13:41:37 +01:00
|
|
|
%define my_docdir %{_docdir}/boost-%{version}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
|
|
|
|
# Build with OpenMPI
|
2014-02-05 15:25:35 +01:00
|
|
|
%ifarch ia64 hppa
|
2016-09-30 11:33:49 +02:00
|
|
|
%bcond_with build_mpi
|
2008-10-24 14:59:11 +02:00
|
|
|
%else
|
2016-09-30 11:33:49 +02:00
|
|
|
%bcond_without build_mpi
|
2008-10-24 14:59:11 +02:00
|
|
|
%endif
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
|
|
|
|
%if 0%{?suse_version} < 1200
|
|
|
|
%bcond_with python3
|
|
|
|
%else
|
|
|
|
%bcond_without python3
|
|
|
|
%endif
|
|
|
|
|
2013-06-09 15:44:51 +02:00
|
|
|
# context hasn't been ported to most architectures yet
|
Accepting request 341603 from home:namtrac:branches:devel:libraries:c_c++
- Updated to version 1.59.0:
* New libraries: Convert, Coroutine2
* Updated Libraries: Container, Context, Coroutine, Fusion,
Geometry, Interprocess, Intrusive, Lexical Cast, Log, Move,
Multi-index Containers, Predef, Program Options, Property Tree,
Boost.Test v3, TypeIndex, Variant
* See http://www.boost.org/users/history/version_1_59_0.html for
complete changelog.
- context now builds on aarch64
- Import two patches from Fedora: boost-1.59-python-make_setter.patch,
boost-1.59-test-fenv.patch
- Drop 0001-Fix-exec_file-for-Python-3-3.4.patch,
0002-Fix-a-regression-with-non-constexpr-types.patch,
boost-uuid-comparison.patch, boost-unrecognized-option.patch.
Fixed upstream.
OBS-URL: https://build.opensuse.org/request/show/341603
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=150
2015-10-30 09:46:00 +01:00
|
|
|
%ifarch %ix86 x86_64 %arm aarch64 mips ppc ppc64 ppc64le
|
2016-09-30 11:33:49 +02:00
|
|
|
%bcond_without build_context
|
2013-06-09 15:44:51 +02:00
|
|
|
%else
|
2016-09-30 11:33:49 +02:00
|
|
|
%bcond_with build_context
|
2013-06-09 15:44:51 +02:00
|
|
|
%endif
|
2016-09-30 11:33:49 +02:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
# needs newer *default* GCC to compile runtime
|
2016-09-30 11:33:49 +02:00
|
|
|
%if %{with build_context} && 0%{?suse_version} > 1320
|
|
|
|
%bcond_without boost_fiber
|
|
|
|
%else
|
|
|
|
%bcond_with boost_fiber
|
|
|
|
%endif
|
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
#%ifarch hppa
|
|
|
|
#%bcond_with long_double
|
|
|
|
#%else
|
|
|
|
#%bcond_without long_double
|
|
|
|
#%endif
|
2016-09-30 11:33:49 +02:00
|
|
|
|
2016-08-12 17:08:35 +02:00
|
|
|
Name: boost
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%define package_name boost_1_63
|
|
|
|
Version: 1.63.0
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Boost C++ Libraries
|
|
|
|
License: BSL-1.0
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Url: http://www.boost.org
|
2016-06-20 15:27:48 +02:00
|
|
|
Source0: http://downloads.sourceforge.net/project/boost/boost/%{version}/boost_%{file_version}.tar.bz2
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
Source1: boost-rpmlintrc
|
2016-06-20 15:27:48 +02:00
|
|
|
Source3: http://downloads.sourceforge.net/project/boost/boost-docs/%{docs_version}/boost_%{short_version}_pdf.tar.bz2
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
Source4: existing_extra_docs
|
|
|
|
#Source5: NEWS
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Source10: exception.objdump
|
|
|
|
Source11: __init__.py
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
Source100: baselibs.conf
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Source101: symbol_diff.sh
|
|
|
|
Source102: README.boost-devel
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
Patch1: boost-thread.patch
|
|
|
|
Patch2: boost-no_type_punning.patch
|
|
|
|
Patch3: boost-no_segfault_in_Regex_filter.patch
|
|
|
|
Patch4: boost-pool_check_overflow.patch
|
|
|
|
Patch5: boost-strict_aliasing.patch
|
|
|
|
Patch6: boost-use_std_xml_catalog.patch
|
Accepting request 306161 from home:dirkmueller:branches:devel:libraries:c_c++
- update to 1.58.0:
boost docs remain at 1.56 since upstream hasn't updated yet
* New Libraries: Endian, Sort.
* Updated Libraries: Asio, Chrono, Container, Context, Conversion,
DateTime, Flyweight, Function, Functional/Factory, Fusion, Geometry,
Hash, Interprocess, Intrusive, Lexical Cast, Log, Math, Move,
Multi-index Containers, Multiprecision, Optional, Phoenix,
Predef, Random, Thread, TypeErasure, TypeIndex, Units,
Unordered, Variant.
See http://www.boost.org/users/history/version_1_58_0.html
- add 0001-Fix-exec_file-for-Python-3-3.4.patch ,
0002-Fix-a-regression-with-non-constexpr-types.patch: Fixes regressions
in 1.58
- drop bjam-alignment.patch, boost-gcc5.patch: Already fixed upstream
differently
- add boost-rpmoptflags-only.patch: Build only with optflags
- add boost-aarch64-flags.patch: Avoid using -m64
- add boost-uuid-comparison.patch: Fix regression in UUID operator<
- add boost-disable-pch-on-aarch64.patch: Disable pch on math library
to avoid compiler segfault
OBS-URL: https://build.opensuse.org/request/show/306161
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=144
2015-05-10 11:07:49 +02:00
|
|
|
Patch7: boost-rpmoptflags-only.patch
|
Accepting request 341603 from home:namtrac:branches:devel:libraries:c_c++
- Updated to version 1.59.0:
* New libraries: Convert, Coroutine2
* Updated Libraries: Container, Context, Coroutine, Fusion,
Geometry, Interprocess, Intrusive, Lexical Cast, Log, Move,
Multi-index Containers, Predef, Program Options, Property Tree,
Boost.Test v3, TypeIndex, Variant
* See http://www.boost.org/users/history/version_1_59_0.html for
complete changelog.
- context now builds on aarch64
- Import two patches from Fedora: boost-1.59-python-make_setter.patch,
boost-1.59-test-fenv.patch
- Drop 0001-Fix-exec_file-for-Python-3-3.4.patch,
0002-Fix-a-regression-with-non-constexpr-types.patch,
boost-uuid-comparison.patch, boost-unrecognized-option.patch.
Fixed upstream.
OBS-URL: https://build.opensuse.org/request/show/341603
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=150
2015-10-30 09:46:00 +01:00
|
|
|
Patch9: boost-aarch64-flags.patch
|
|
|
|
Patch10: boost-disable-pch-on-aarch64.patch
|
2015-12-09 13:41:37 +01:00
|
|
|
Patch13: boost-visibility.patch
|
2016-01-04 15:31:16 +01:00
|
|
|
Patch14: boost-1.57.0-python-libpython_dep.patch
|
|
|
|
Patch15: boost-1.57.0-python-abi_letters.patch
|
|
|
|
Patch16: boost-1.55.0-python-test-PyImport_AppendInittab.patch
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Patch17: python_mpi.patch
|
|
|
|
Patch18: dynamic_linking.patch
|
2017-01-17 13:41:18 +01:00
|
|
|
Patch19: test_lowcase.patch
|
2016-09-30 11:33:49 +02:00
|
|
|
Patch100: gcc_path.patch
|
2012-02-14 12:41:08 +01:00
|
|
|
BuildRequires: chrpath
|
|
|
|
BuildRequires: dos2unix
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
BuildRequires: fdupes
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%if %{with boost_fiber}
|
|
|
|
BuildRequires: gcc-c++ > 5
|
|
|
|
%else
|
2012-02-14 12:41:08 +01:00
|
|
|
BuildRequires: gcc-c++
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%endif
|
2016-03-30 11:32:10 +02:00
|
|
|
%if 0%{?suse_version} <= 1320
|
|
|
|
# boost requires quadmath.h
|
|
|
|
BuildRequires: gcc-fortran
|
|
|
|
%endif
|
2012-02-14 12:41:08 +01:00
|
|
|
BuildRequires: libbz2-devel
|
|
|
|
BuildRequires: libexpat-devel
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
BuildRequires: libicu-devel
|
2012-02-14 12:41:08 +01:00
|
|
|
BuildRequires: python-devel
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%if %{with python3}
|
2015-12-28 11:53:24 +01:00
|
|
|
BuildRequires: python3-devel
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%endif
|
2014-04-01 10:21:06 +02:00
|
|
|
#!BuildIgnore: python
|
2014-04-01 10:01:36 +02:00
|
|
|
BuildRequires: zlib-devel
|
2015-12-09 13:41:37 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2016-09-30 11:33:49 +02:00
|
|
|
%if %{with build_mpi}
|
2008-10-23 17:06:19 +02:00
|
|
|
BuildRequires: openmpi-devel
|
|
|
|
%endif
|
2016-09-30 11:33:49 +02:00
|
|
|
%if %{with build_docs}
|
2012-02-14 12:41:08 +01:00
|
|
|
BuildRequires: docbook
|
|
|
|
BuildRequires: docbook-xsl-stylesheets
|
|
|
|
BuildRequires: doxygen
|
2012-03-25 01:53:35 +01:00
|
|
|
BuildRequires: libxslt-tools
|
2012-02-14 12:41:08 +01:00
|
|
|
BuildRequires: texlive-latex
|
2010-04-28 22:27:11 +02:00
|
|
|
%endif
|
2007-01-16 00:06:09 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Boost provides free peer-reviewed portable C++ source libraries. The
|
|
|
|
emphasis is on libraries that work well with the C++ Standard Library.
|
|
|
|
One goal is to establish "existing practice" and provide reference
|
|
|
|
implementations so that the Boost libraries are suitable for eventual
|
|
|
|
standardization. Some of the libraries have already been proposed for
|
|
|
|
inclusion in the C++ Standards Committee's upcoming C++ Standard
|
|
|
|
Library Technical Report.
|
|
|
|
|
|
|
|
Although Boost was begun by members of the C++ Standards Committee
|
|
|
|
Library Working Group, membership has expanded to include nearly two
|
|
|
|
thousand members of the C++ community at large.
|
|
|
|
|
2008-10-12 00:56:50 +02:00
|
|
|
This package is mainly needed for updating from a prior version, the
|
2010-04-28 22:27:11 +02:00
|
|
|
dynamic libraries are found in their respective package. For development
|
2009-07-30 14:28:33 +02:00
|
|
|
using Boost, you also need the boost-devel package. For documentation,
|
|
|
|
see the boost-doc package.
|
2007-01-16 00:06:09 +01:00
|
|
|
|
2016-08-12 17:08:35 +02:00
|
|
|
%package -n %{package_name}-devel
|
2007-01-16 00:06:09 +01:00
|
|
|
Summary: Development package for Boost C++
|
|
|
|
Group: Development/Libraries/C and C++
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Requires: libboost_atomic%{lib_appendix}-devel
|
|
|
|
Requires: libboost_chrono%{lib_appendix}-devel
|
|
|
|
Requires: libboost_container%{lib_appendix}-devel
|
|
|
|
%if %{with build_context}
|
|
|
|
Requires: libboost_context%{lib_appendix}-devel
|
|
|
|
Requires: libboost_coroutine%{lib_appendix}-devel
|
|
|
|
%endif
|
|
|
|
Requires: libboost_date_time%{lib_appendix}-devel
|
|
|
|
%if %{with boost_fiber}
|
|
|
|
Requires: libboost_fiber%{lib_appendix}-devel
|
|
|
|
%endif
|
|
|
|
Requires: libboost_filesystem%{lib_appendix}-devel
|
|
|
|
Requires: libboost_graph%{lib_appendix}-devel
|
|
|
|
Requires: libboost_iostreams%{lib_appendix}-devel
|
|
|
|
Requires: libboost_locale%{lib_appendix}-devel
|
|
|
|
Requires: libboost_log%{lib_appendix}-devel
|
|
|
|
Requires: libboost_math%{lib_appendix}-devel
|
|
|
|
%if %{with build_mpi}
|
|
|
|
Requires: libboost_graph_parallel%{lib_appendix}-devel
|
|
|
|
Requires: libboost_mpi%{lib_appendix}-devel
|
|
|
|
%endif
|
|
|
|
Requires: libboost_program_options%{lib_appendix}-devel
|
|
|
|
Requires: libboost_python-py2_7-%{lib_appendix}-devel
|
|
|
|
%if %{with python3}
|
|
|
|
Requires: libboost_python-py3-%{lib_appendix}-devel
|
|
|
|
%endif
|
|
|
|
Requires: libboost_random%{lib_appendix}-devel
|
|
|
|
Requires: libboost_regex%{lib_appendix}-devel
|
|
|
|
Requires: libboost_serialization%{lib_appendix}-devel
|
|
|
|
Requires: libboost_signals%{lib_appendix}-devel
|
|
|
|
Requires: libboost_system%{lib_appendix}-devel
|
|
|
|
Requires: libboost_test%{lib_appendix}-devel
|
|
|
|
Requires: libboost_thread%{lib_appendix}-devel
|
|
|
|
Requires: libboost_timer%{lib_appendix}-devel
|
|
|
|
Requires: libboost_type_erasure%{lib_appendix}-devel
|
|
|
|
Requires: libboost_wave%{lib_appendix}-devel
|
2012-03-23 20:04:02 +01:00
|
|
|
Requires: libstdc++-devel
|
2016-06-20 15:27:48 +02:00
|
|
|
Provides: boost-devel = %version
|
2016-08-16 10:41:22 +02:00
|
|
|
Conflicts: otherproviders(boost-devel)
|
2007-01-16 00:06:09 +01:00
|
|
|
|
2016-08-12 17:08:35 +02:00
|
|
|
%description -n %{package_name}-devel
|
2007-01-16 00:06:09 +01:00
|
|
|
This package contains all that is needed to develop/compile
|
|
|
|
applications that use the Boost C++ libraries. For documentation see
|
2010-04-28 22:27:11 +02:00
|
|
|
the documentation packages (html, man or pdf).
|
2007-01-16 00:06:09 +01:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%package -n libboost_headers%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libstdc++-devel
|
|
|
|
Provides: libboost_headers-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_headers-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_headers%{lib_appendix}-devel
|
|
|
|
A collection of header-only libraries for Boost.
|
|
|
|
|
2016-10-10 12:20:52 +02:00
|
|
|
%package -n %{package_name}-jam
|
|
|
|
Summary: A Boost Make Replacement
|
|
|
|
Group: Development/Tools/Building
|
|
|
|
Provides: boost-jam
|
|
|
|
Conflicts: otherproviders(boost-jam)
|
|
|
|
|
|
|
|
%description -n %{package_name}-jam
|
|
|
|
Boost Jam is a build tool based on FTJam, which in turn is based on
|
|
|
|
Perforce Jam. It contains significant improvements made to facilitate
|
|
|
|
its use in the Boost Build System.
|
|
|
|
|
2011-03-14 12:43:43 +01:00
|
|
|
%package -n boost-license%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
Summary: Boost License
|
|
|
|
Group: Development/Libraries/C and C++
|
2010-05-03 21:22:09 +02:00
|
|
|
Provides: boost-license = %{version}-%{release}
|
2010-09-16 09:41:49 +02:00
|
|
|
%if 0%{?suse_version} >= 1120
|
2010-04-28 22:27:11 +02:00
|
|
|
BuildArch: noarch
|
2010-09-16 09:41:49 +02:00
|
|
|
%endif
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%description -n boost-license%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
This package contains the license boost is provided under.
|
|
|
|
|
2016-08-12 17:08:35 +02:00
|
|
|
%package -n %{package_name}-doc-html
|
2010-09-16 09:41:49 +02:00
|
|
|
Summary: HTML documentation for the Boost C++ Libraries
|
2010-04-28 22:27:11 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
2010-09-16 09:41:49 +02:00
|
|
|
%if 0%{?suse_version} >= 1120
|
2010-04-28 22:27:11 +02:00
|
|
|
BuildArch: noarch
|
2010-09-16 09:41:49 +02:00
|
|
|
%endif
|
2010-04-28 22:27:11 +02:00
|
|
|
|
2016-08-12 17:08:35 +02:00
|
|
|
%description -n %{package_name}-doc-html
|
2010-04-28 22:27:11 +02:00
|
|
|
This package contains the documentation of the boost dynamic libraries
|
|
|
|
in HTML format.
|
|
|
|
|
2016-10-05 16:33:49 +02:00
|
|
|
%if %{with build_docs}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%package doc-man
|
|
|
|
Summary: Man documentation for the Boost C++ Libraries
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
%if 0%{?suse_version} >= 1120
|
|
|
|
BuildArch: noarch
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%description doc-man
|
|
|
|
This package contains the documentation of the boost dynamic libraries
|
|
|
|
as man pages.
|
2016-10-05 16:33:49 +02:00
|
|
|
%endif
|
2007-01-16 00:06:09 +01:00
|
|
|
|
2016-09-30 11:33:49 +02:00
|
|
|
%if %{with package_pdf}
|
2016-08-12 17:08:35 +02:00
|
|
|
%package -n %{package_name}-doc-pdf
|
2011-03-18 17:05:54 +01:00
|
|
|
Summary: PDF documentation for the Boost C++ Libraries
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
%if 0%{?suse_version} >= 1120
|
|
|
|
BuildArch: noarch
|
|
|
|
%endif
|
2007-01-16 00:06:09 +01:00
|
|
|
|
2016-08-12 17:08:35 +02:00
|
|
|
%description -n %{package_name}-doc-pdf
|
2011-03-18 17:05:54 +01:00
|
|
|
This package contains the documentation of the boost dynamic libraries
|
|
|
|
in PDF format.
|
|
|
|
%endif
|
2010-04-28 22:27:11 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%package -n libboost_atomic%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Summary: Boost.Atomic runtime library
|
2013-03-19 07:51:50 +01:00
|
|
|
Group: System/Libraries
|
|
|
|
Requires: boost-license%{lib_appendix}
|
|
|
|
|
|
|
|
%description -n libboost_atomic%{lib_appendix}
|
|
|
|
Run-Time support for Boost.Atomic, a library that provides atomic data types
|
|
|
|
and operations on these data types, as well as memory ordering constraints
|
|
|
|
required for coordinating multiple threads through atomic variables.
|
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%package -n libboost_atomic%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.Atomic
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libboost_atomic%{lib_appendix} = %{version}
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libstdc++-devel
|
|
|
|
Provides: libboost_atomic-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_atomic-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_atomic%{lib_appendix}-devel
|
|
|
|
Development support for Boost.Atomic, a library that provides atomic
|
|
|
|
data types and operations on these data types, as well as memory
|
|
|
|
ordering constraints required for coordinating multiple threads through
|
|
|
|
atomic variables.
|
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%package -n libboost_container%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Summary: Boost.Container runtime library
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
Group: System/Libraries
|
|
|
|
Requires: boost-license%{lib_appendix}
|
|
|
|
|
|
|
|
%description -n libboost_container%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
This package contains the Boost.Container runtime library.
|
|
|
|
|
|
|
|
%package -n libboost_container%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.Container
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libboost_container%{lib_appendix} = %{version}
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libstdc++-devel
|
|
|
|
Provides: libboost_container-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_container-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_container%{lib_appendix}-devel
|
|
|
|
Development header files and libraries for Boost.Container.
|
|
|
|
Boost.Container library implements several well-known containers,
|
|
|
|
including STL containers. The aim of the library is to offers advanced
|
|
|
|
features not present in standard containers or to offer the latest
|
|
|
|
standard draft features for compilers that don't comply with the latest
|
|
|
|
C++ standard.
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
|
|
|
|
%package -n libboost_context%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Summary: Boost.Context runtime library
|
2013-03-19 07:51:50 +01:00
|
|
|
Group: System/Libraries
|
|
|
|
Requires: boost-license%{lib_appendix}
|
|
|
|
|
|
|
|
%description -n libboost_context%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Runtime support for Boost.Context, a library that providing cooperative
|
|
|
|
multitasking support.
|
|
|
|
|
|
|
|
%package -n libboost_context%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.Context
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libboost_context%{lib_appendix} = %{version}
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libstdc++-devel
|
|
|
|
Provides: libboost_context-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_context-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_context%{lib_appendix}-devel
|
|
|
|
Development headers and libraries for Boost.Context, a library that
|
|
|
|
providing cooperative multitasking support.
|
2013-03-19 07:51:50 +01:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%package -n libboost_coroutine%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Summary: Boost::Coroutine runtime library
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
Group: System/Libraries
|
|
|
|
Requires: boost-license%{lib_appendix}
|
|
|
|
|
|
|
|
%description -n libboost_coroutine%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
This package contains the Boost Coroutine runtime library.
|
|
|
|
|
|
|
|
%package -n libboost_coroutine%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.Coroutine
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libboost_context%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libboost_coroutine%{lib_appendix} = %{version}
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libstdc++-devel
|
|
|
|
Provides: libboost_coroutine-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_coroutine-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_coroutine%{lib_appendix}-devel
|
|
|
|
This package provides headers for Boost.Coroutine libraries.
|
|
|
|
Boost.Coroutine2 provides templates for generalized subroutines which
|
|
|
|
allow suspending and resuming execution at certain locations.
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
|
|
|
|
%package -n libboost_date_time%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Summary: Boost.DateTime runtime library
|
2008-10-12 00:56:50 +02:00
|
|
|
Group: System/Libraries
|
2010-04-28 22:27:11 +02:00
|
|
|
Requires: boost-license%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
|
2012-03-15 16:08:48 +01:00
|
|
|
%description -n libboost_date_time%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
This package contains the Boost Date.DateTime runtime libraries.
|
|
|
|
|
|
|
|
%package -n libboost_date_time%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.DateTime library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libboost_date_time%{lib_appendix} = %{version}
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Recommends: libboost_serialization%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libstdc++-devel
|
|
|
|
Provides: libboost_date_time-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_date_time-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_date_time%{lib_appendix}-devel
|
|
|
|
This package contains development header files and libraries for
|
|
|
|
Boost.DateTime library.
|
2008-10-12 00:56:50 +02:00
|
|
|
|
2016-09-30 11:33:49 +02:00
|
|
|
%package -n libboost_fiber%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Summary: Boost.Fiber runtime library
|
2016-11-03 17:11:12 +01:00
|
|
|
Group: System/Libraries
|
2016-09-30 11:33:49 +02:00
|
|
|
Requires: boost-license%{lib_appendix}
|
|
|
|
|
|
|
|
%description -n libboost_fiber%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
This package contains Boost.Fiber runtime library.
|
|
|
|
|
|
|
|
%package -n libboost_fiber%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.Fiber library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libboost_context%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libboost_fiber%{lib_appendix} = %{version}
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libstdc++-devel
|
|
|
|
Provides: libboost_fiber-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_fiber-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_fiber%{lib_appendix}-devel
|
|
|
|
This package contains development header files and libraries for
|
|
|
|
Boost.Fiber library. Boost.Fiber is a cooperative multi-tasking
|
|
|
|
userland threading library.
|
2016-09-30 11:33:49 +02:00
|
|
|
|
2012-03-15 16:08:48 +01:00
|
|
|
%package -n libboost_filesystem%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Summary: Boost.Filesystem Runtime Libraries
|
2016-11-03 17:11:12 +01:00
|
|
|
Group: System/Libraries
|
2010-04-28 22:27:11 +02:00
|
|
|
Requires: boost-license%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%description -n libboost_filesystem%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
This package contains the Boost.Filesystem library.
|
|
|
|
|
|
|
|
%package -n libboost_filesystem%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.Filesystem library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libboost_filesystem%{lib_appendix} = %{version}
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libboost_system%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libstdc++-devel
|
|
|
|
Provides: libboost_filesystem-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_filesystem-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_filesystem%{lib_appendix}-devel
|
|
|
|
Development headers for Boost.Filesystem library, a library providing
|
|
|
|
facilities to manipulate files and directories, and the paths that
|
|
|
|
identify them.
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%package -n libboost_graph%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Summary: Boost.Graph runtime library
|
2008-10-12 00:56:50 +02:00
|
|
|
Group: System/Libraries
|
2010-04-28 22:27:11 +02:00
|
|
|
Requires: boost-license%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%description -n libboost_graph%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
This package contains the Boost.Graph runtime library.
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%package -n libboost_graph%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.Graph library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libboost_graph%{lib_appendix} = %{version}
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
## FIXME:!!!! need better list of requirements here
|
|
|
|
Requires: libstdc++-devel
|
|
|
|
Provides: libboost_graph-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_graph-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_graph%{lib_appendix}-devel
|
|
|
|
Development headers for Boost.Graph library. The BGL algorithms consist
|
|
|
|
of a core set of algorithm patterns and a larger set of graph
|
|
|
|
algorithms. The core algorithm patterns are Breadth First Search, Depth
|
|
|
|
First Search, and Uniform Cost Search.
|
2013-11-11 10:06:00 +01:00
|
|
|
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%package -n libboost_iostreams%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Summary: Boost.IOStreams Runtime Libraries
|
2008-10-12 00:56:50 +02:00
|
|
|
Group: System/Libraries
|
2010-04-28 22:27:11 +02:00
|
|
|
Requires: boost-license%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%description -n libboost_iostreams%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
This package contains the Boost.IOStreams Runtime libraries.
|
|
|
|
|
|
|
|
%package -n libboost_iostreams%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.IOStreans library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libboost_iostreams%{lib_appendix} = %{version}
|
|
|
|
Provides: libboost_iostreams-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_iostreams-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_iostreams%{lib_appendix}-devel
|
|
|
|
Boost.IOStreams provides a framework for defining streams, stream
|
|
|
|
buffers and IO filters
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%package -n libboost_log%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Summary: Boost.Log runtime Run-Time library
|
2013-09-20 15:45:19 +02:00
|
|
|
Group: System/Libraries
|
|
|
|
Requires: boost-license%{lib_appendix}
|
|
|
|
|
|
|
|
%description -n libboost_log%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
This package contains runtime library for Boost.Log.
|
|
|
|
|
|
|
|
%package -n libboost_log%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.Log library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libboost_date_time%{lib_appendix}-devel = %{version}
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libboost_log%{lib_appendix} = %{version}
|
|
|
|
Requires: libboost_system%{lib_appendix} = %{version}
|
|
|
|
Requires: libboost_thread%{lib_appendix} = %{version}
|
|
|
|
Provides: libboost_log-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_log-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_log%{lib_appendix}-devel
|
|
|
|
Development headers for Boost.Log library which aims to make logging
|
|
|
|
significantly easier for the application developer. It provides a wide
|
|
|
|
range of out-of-the-box tools along with public interfaces for extending
|
|
|
|
the library.
|
2013-09-20 15:45:19 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%package -n libboost_math%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Summary: Boost.Math runtime libraries
|
2008-10-12 00:56:50 +02:00
|
|
|
Group: System/Libraries
|
2010-04-28 22:27:11 +02:00
|
|
|
Requires: boost-license%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%description -n libboost_math%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
This package contains the Boost.Math Runtime libraries.
|
|
|
|
|
|
|
|
%package -n libboost_math%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.Math libraries
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libboost_math%{lib_appendix} = %{version}
|
|
|
|
Provides: libboost_math-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_math-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_math%{lib_appendix}-devel
|
|
|
|
Development headers for Boost.Math* boost libraries.
|
2008-10-12 00:56:50 +02:00
|
|
|
|
2016-09-30 11:33:49 +02:00
|
|
|
%if %{with build_mpi}
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%package -n libboost_mpi%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Summary: Boost.MPI runtime library
|
2008-10-12 00:56:50 +02:00
|
|
|
Group: System/Libraries
|
2010-04-28 22:27:11 +02:00
|
|
|
Requires: boost-license%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%description -n libboost_mpi%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
This package contains the Boost.MPI runtime library.
|
|
|
|
|
|
|
|
%package -n libboost_mpi%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.MPI library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libboost_graph%{lib_appendix}-devel
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libboost_python-py2_7-%{lib_appendix}-devel
|
|
|
|
%if %{with python3}
|
|
|
|
Requires: libboost_python-py3-%{lib_appendix}-devel
|
2008-10-23 17:06:19 +02:00
|
|
|
%endif
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Requires: libboost_mpi%{lib_appendix} = %{version}
|
|
|
|
Requires: libboost_serialization%{lib_appendix}-devel
|
|
|
|
Requires: openmpi-devel
|
|
|
|
Provides: libboost_mpi-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_mpi-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_mpi%{lib_appendix}-devel
|
|
|
|
Development headers for Boost.MPI boost library
|
|
|
|
|
|
|
|
%package -n libboost_graph_parallel%{lib_appendix}
|
|
|
|
Summary: Boost.Graph.Distributed runtime library
|
|
|
|
Group: System/Libraries
|
|
|
|
Requires: boost-license%{lib_appendix}
|
|
|
|
|
|
|
|
%description -n libboost_graph_parallel%{lib_appendix}
|
|
|
|
This package contains the Boost.Graph parallel runtime library
|
|
|
|
|
|
|
|
%package -n libboost_graph_parallel%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.Graph parallel library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libboost_graph_parallel%{lib_appendix} = %{version}
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libboost_mpi%{lib_appendix}-devel = %{version}
|
|
|
|
Provides: libboost_graph_parallel-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_graph_parallel-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_graph_parallel%{lib_appendix}-devel
|
|
|
|
Development headers for Boost.Graph parallel boost library.
|
|
|
|
|
|
|
|
%package -n libboost_mpi_python-py2_7-%{lib_appendix}
|
|
|
|
Summary: Boost.MPI Python serialization library
|
|
|
|
Group: System/Libraries
|
|
|
|
Requires: boost-license%{lib_appendix}
|
|
|
|
|
|
|
|
%description -n libboost_mpi_python-py2_7-%{lib_appendix}
|
|
|
|
This package contains the Boost.MPI Python 2.7 serialization library
|
|
|
|
|
|
|
|
%package -n libboost_mpi_python-py2_7-%{lib_appendix}-devel
|
|
|
|
Summary: Development library for Boost.MPI Python 2.7 serialization
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libboost_mpi%{lib_appendix}-devel = %{version}
|
2017-01-15 20:03:55 +01:00
|
|
|
Requires: libboost_mpi_python-py2_7-%{lib_appendix} = %{version}
|
|
|
|
Requires: libboost_python-py2_7-%{lib_appendix} = %{version}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Provides: libboost_mpi_python-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_mpi_python-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_mpi_python-py2_7-%{lib_appendix}-devel
|
|
|
|
This package contains the Boost.MPI development library for Python 2.7
|
|
|
|
serialization interface.
|
|
|
|
|
|
|
|
%package -n python-boost_parallel_mpi%{lib_appendix}
|
|
|
|
Summary: Python 2.7 bindings for Boost.Parallel.MPI library
|
|
|
|
Group: Development/Languages/Python
|
|
|
|
Provides: python-boost_parallel_mpi = %{version}
|
|
|
|
Conflicts: otherproviders(python-boost_parallel_mpi)
|
|
|
|
|
|
|
|
%description -n python-boost_parallel_mpi%{lib_appendix}
|
|
|
|
This package contains the Boost.Parallel.MPI bindings for Python 2.7
|
|
|
|
|
|
|
|
%if %{with python3}
|
|
|
|
|
|
|
|
%package -n libboost_mpi_python-py3-%{lib_appendix}
|
|
|
|
Summary: Boost.MPI Python 3.x serialization library
|
|
|
|
Group: System/Libraries
|
|
|
|
Requires: boost-license%{lib_appendix}
|
|
|
|
|
|
|
|
%description -n libboost_mpi_python-py3-%{lib_appendix}
|
|
|
|
This package contains the Boost.MPI Python 3.x serialization
|
|
|
|
inteface.
|
|
|
|
|
|
|
|
%package -n libboost_mpi_python-py3-%{lib_appendix}-devel
|
|
|
|
Summary: Development library for Boost.MPI Python 3.x serialization
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libboost_mpi%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libboost_mpi_python-py3-%{lib_appendix} = %{version}
|
|
|
|
Requires: libboost_python-py3-%{lib_appendix}-devel = %{version}
|
|
|
|
Provides: libboost_mpi_python3-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_mpi_python3-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_mpi_python-py3-%{lib_appendix}-devel
|
|
|
|
This package contains the Boost.MPI development library for Python 3.x
|
|
|
|
serialization interface
|
|
|
|
|
|
|
|
%package -n python3-boost_parallel_mpi%{lib_appendix}
|
|
|
|
Summary: Python 3.x bindings for Boost.Parallel.MPI library
|
|
|
|
Group: Development/Languages/Python
|
|
|
|
Provides: python3-boost_parallel_mpi = %{version}
|
|
|
|
Conflicts: otherproviders(python3-boost_parallel_mpi)
|
|
|
|
|
|
|
|
%description -n python3-boost_parallel_mpi%{lib_appendix}
|
|
|
|
This package contains the Boost.Parallel.MPI bindings for Python 3.x
|
|
|
|
|
|
|
|
%endif # python3
|
|
|
|
%endif # mpi
|
2008-10-23 17:06:19 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%package -n libboost_test%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Summary: Boost.Test runtime library
|
2008-10-12 00:56:50 +02:00
|
|
|
Group: System/Libraries
|
2010-04-28 22:27:11 +02:00
|
|
|
Requires: boost-license%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%description -n libboost_test%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
This package contains the BoosttTest runtime library.
|
|
|
|
|
|
|
|
%package -n libboost_test%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.Test library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libboost_test%{lib_appendix} = %{version}
|
|
|
|
Provides: libboost_test-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_test-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_test%{lib_appendix}-devel
|
|
|
|
Development headers for Boost.Test library. Boost.Test supports for
|
|
|
|
simple program testing, full unit testing, and for program execution
|
|
|
|
monitoring.
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%package -n libboost_program_options%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Summary: Boost.ProgramOptions runtime library
|
2008-10-12 00:56:50 +02:00
|
|
|
Group: System/Libraries
|
2010-04-28 22:27:11 +02:00
|
|
|
Requires: boost-license%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%description -n libboost_program_options%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
This package contains the Boost.ProgramOptions runtime library.
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%package -n libboost_program_options%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.ProgramOptions library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libboost_program_options%{lib_appendix} = %{version}
|
|
|
|
Provides: libboost_program_options-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_program_options-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_program_options%{lib_appendix}-devel
|
|
|
|
This package contains development headers for Boost.ProgramOptions
|
|
|
|
library.
|
|
|
|
|
|
|
|
%package -n libboost_python-py2_7-%{lib_appendix}
|
|
|
|
Summary: Boost.Python runtime library
|
2008-10-12 00:56:50 +02:00
|
|
|
Group: System/Libraries
|
2010-04-28 22:27:11 +02:00
|
|
|
Requires: boost-license%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%description -n libboost_python-py2_7-%{lib_appendix}
|
|
|
|
This package contains the Boost::Python runtime library for default
|
|
|
|
version of python.
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%package -n libboost_python-py2_7-%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.Python library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libboost_python-py2_7-%{lib_appendix} = %{version}
|
|
|
|
Provides: libboost_python-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_python-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_python-py2_7-%{lib_appendix}-devel
|
|
|
|
Development headers for Boost.Python library for the default version of
|
|
|
|
python.
|
|
|
|
|
|
|
|
%if %{with python3}
|
|
|
|
%package -n libboost_python-py3-%{lib_appendix}
|
|
|
|
Summary: Boost.Python runtime library
|
2015-12-13 18:12:24 +01:00
|
|
|
Group: System/Libraries
|
|
|
|
Requires: boost-license%{lib_appendix}
|
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%description -n libboost_python-py3-%{lib_appendix}
|
|
|
|
This package contains the Boost.Python runtime libraries for python3
|
|
|
|
bindings.
|
|
|
|
|
|
|
|
%package -n libboost_python-py3-%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.Python library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libboost_python-py3-%{lib_appendix} = %{version}
|
|
|
|
Provides: libboost_python3-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_python3-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_python-py3-%{lib_appendix}-devel
|
|
|
|
Development headers for Boost.Python library. This package contains
|
|
|
|
library for python3 development for boost.
|
|
|
|
|
|
|
|
%endif # with python3
|
2015-12-13 18:12:24 +01:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%package -n libboost_serialization%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Summary: Boost.Serialization runtime library
|
2008-10-12 00:56:50 +02:00
|
|
|
Group: System/Libraries
|
2010-04-28 22:27:11 +02:00
|
|
|
Requires: boost-license%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%description -n libboost_serialization%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
This package contains the Boost.Serialization runtime library.
|
|
|
|
|
|
|
|
%package -n libboost_serialization%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.Serialization library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libboost_serialization%{lib_appendix}-devel = %{version}
|
|
|
|
Provides: libboost_serialization-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_serialization-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_serialization%{lib_appendix}-devel
|
|
|
|
This package contains development headers for Boost.Serialization
|
|
|
|
library.
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%package -n libboost_signals%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Summary: Boost.Signals runtime library
|
2008-10-12 00:56:50 +02:00
|
|
|
Group: System/Libraries
|
2010-04-28 22:27:11 +02:00
|
|
|
Requires: boost-license%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%description -n libboost_signals%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
This package contains the Boost::Signals Runtime library.
|
|
|
|
|
|
|
|
%package -n libboost_signals%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.Signals library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libboost_signals%{lib_appendix} = %{version}
|
|
|
|
Provides: libboost_signals-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_signals-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_signals%{lib_appendix}-devel
|
|
|
|
This package contains development headers for Boost.Signals library.
|
|
|
|
Boost.Signals is deprecated in favour of Boost.Signals2, a header-only
|
|
|
|
library and part of libboost_headers-devel.
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%package -n libboost_system%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Summary: Boost.System runtime library
|
2008-10-12 00:56:50 +02:00
|
|
|
Group: System/Libraries
|
2010-04-28 22:27:11 +02:00
|
|
|
Requires: boost-license%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%description -n libboost_system%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
This package contains the Boost.System runtime library.
|
|
|
|
|
|
|
|
%package -n libboost_system%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.System library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libboost_system%{lib_appendix} = %{version}
|
|
|
|
Provides: libboost_system-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_system-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_system%{lib_appendix}-devel
|
|
|
|
This package contains development headers for Boost.System library.
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%package -n libboost_thread%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Summary: Boost.Thread runtime libraries
|
2008-10-12 00:56:50 +02:00
|
|
|
Group: System/Libraries
|
2010-04-28 22:27:11 +02:00
|
|
|
Requires: boost-license%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%description -n libboost_thread%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
This package contains the Boost.Thread runtime library.
|
|
|
|
|
|
|
|
%package -n libboost_thread%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.Thread library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libboost_chrono%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libboost_date_time%{lib_appendix}-devel = %{version}
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libboost_thread%{lib_appendix} = %{version}
|
|
|
|
Provides: libboost_thread-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_thread-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_thread%{lib_appendix}-devel
|
|
|
|
This package contains development headers for Boost.Thread library.
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%package -n libboost_wave%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Summary: Boost.Wave runtime library
|
2008-10-12 00:56:50 +02:00
|
|
|
Group: System/Libraries
|
2010-04-28 22:27:11 +02:00
|
|
|
Requires: boost-license%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%description -n libboost_wave%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
This package contains the Boost::Wave runtime library.
|
|
|
|
|
|
|
|
%package -n libboost_wave%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.Wave library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libboost_filesystem%{lib_appendix}-devel = %{version}
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libboost_serialization%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libboost_wave%{lib_appendix} = %{version}
|
|
|
|
Provides: libboost_wave-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_wave-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_wave%{lib_appendix}-devel
|
|
|
|
This package contains development headers for Boost.Wave library.
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%package -n libboost_regex%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Summary: Boost.Regex runtime library
|
2008-10-12 00:56:50 +02:00
|
|
|
Group: System/Libraries
|
2010-04-28 22:27:11 +02:00
|
|
|
Requires: boost-license%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%description -n libboost_regex%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
This package contains the Boost.Regex runtime library.
|
|
|
|
|
|
|
|
%package -n libboost_regex%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.Regex library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libboost_regex%{lib_appendix} = %{version}
|
|
|
|
Provides: libboost_regex-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_regex-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_regex%{lib_appendix}-devel
|
|
|
|
This package contains development headers for Boost.Regex library.
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%package -n libboost_random%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Summary: Boost.Random runtime library
|
2010-09-16 09:41:49 +02:00
|
|
|
Group: System/Libraries
|
|
|
|
Requires: boost-license%{lib_appendix}
|
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%description -n libboost_random%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
This package contains the Boost.Random runtime library.
|
|
|
|
|
|
|
|
%package -n libboost_random%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.Random library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libboost_random%{lib_appendix} = %{version}
|
|
|
|
Provides: libboost_random-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_random-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_random%{lib_appendix}-devel
|
|
|
|
This package contains Boost.Random development headers.
|
2010-09-16 09:41:49 +02:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%package -n libboost_chrono%{lib_appendix}
|
2012-03-15 16:08:48 +01:00
|
|
|
Summary: The Boost::Chrono runtime library
|
|
|
|
Group: System/Libraries
|
|
|
|
Requires: boost-license%{lib_appendix}
|
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%description -n libboost_chrono%{lib_appendix}
|
2012-03-15 16:08:48 +01:00
|
|
|
This package contains the Boost::Chrono runtime library.
|
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%package -n libboost_chrono%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.Chrono library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: libboost_chrono%{lib_appendix} = %{version}
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Provides: libboost_chrono-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_chrono-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_chrono%{lib_appendix}-devel
|
|
|
|
This package contains Boost.Chrono development headers.
|
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%package -n libboost_locale%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Summary: Boost::Locale runtime library
|
2012-03-15 16:08:48 +01:00
|
|
|
Group: System/Libraries
|
|
|
|
Requires: boost-license%{lib_appendix}
|
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%description -n libboost_locale%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
This package contains Boost::Locale runtime library.
|
|
|
|
|
|
|
|
%package -n libboost_locale%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.Locale library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libboost_locale%{lib_appendix} = %{version}
|
|
|
|
Provides: libboost_locale-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_locale-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_locale%{lib_appendix}-devel
|
|
|
|
This package contains development headers for Boost.Locale library.
|
2012-03-15 16:08:48 +01:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%package -n libboost_timer%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Summary: Boost.Timer runtime library
|
2012-03-15 16:08:48 +01:00
|
|
|
Group: System/Libraries
|
|
|
|
Requires: boost-license%{lib_appendix}
|
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%description -n libboost_timer%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
This package contains Boost.Timer runtime library.
|
|
|
|
|
|
|
|
%package -n libboost_timer%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.Timer library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libboost_system%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libboost_timer%{lib_appendix} = %{version}
|
|
|
|
Provides: libboost_timer-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_timer-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_timer%{lib_appendix}-devel
|
|
|
|
This package contains development headers for Boost.Timer library.
|
2008-10-12 00:56:50 +02:00
|
|
|
|
2015-12-28 11:53:24 +01:00
|
|
|
%package -n libboost_type_erasure%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
Summary: Boost.TypeErasure runtime library
|
2015-12-28 11:53:24 +01:00
|
|
|
Group: System/Libraries
|
|
|
|
Requires: boost-license%{lib_appendix}
|
|
|
|
|
|
|
|
%description -n libboost_type_erasure%{lib_appendix}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
This package contains Boost::TypeErasure runtime library.
|
|
|
|
|
|
|
|
%package -n libboost_type_erasure%{lib_appendix}-devel
|
|
|
|
Summary: Development headers for Boost.TypeErasure library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
PreReq: libboost_headers%{lib_appendix}-devel = %{version}
|
|
|
|
Requires: libboost_type_erasure%{lib_appendix} = %{version}
|
|
|
|
Provides: libboost_type_erasure-devel = %{version}
|
|
|
|
Conflicts: otherproviders(libboost_type_erasure-devel)
|
|
|
|
Conflicts: boost-devel < 1.63
|
|
|
|
|
|
|
|
%description -n libboost_type_erasure%{lib_appendix}-devel
|
|
|
|
This package contains development headers for Boost.TypeErasure library.
|
2015-12-28 11:53:24 +01:00
|
|
|
|
2016-09-30 11:33:49 +02:00
|
|
|
%if %{with build_quickbook}
|
2016-08-12 17:08:35 +02:00
|
|
|
%package -n %{package_name}-quickbook
|
2015-03-09 19:02:11 +01:00
|
|
|
Summary: Documentation tool geared towards C++
|
|
|
|
Group: Development/Tools/Doc Generators
|
|
|
|
Requires: boost-license%{lib_appendix}
|
2016-06-20 15:27:48 +02:00
|
|
|
Provides: quickbook = %version
|
2016-08-16 10:41:22 +02:00
|
|
|
Conflicts: otherproviders(quickbook)
|
2015-03-09 19:02:11 +01:00
|
|
|
|
2016-08-12 17:08:35 +02:00
|
|
|
%description -n %{package_name}-quickbook
|
2015-03-09 19:02:11 +01:00
|
|
|
QuickBook is a WikiWiki style documentation tool geared towards C++
|
|
|
|
documentation using simple rules and markup for simple formatting
|
|
|
|
tasks.
|
|
|
|
%endif
|
|
|
|
|
2007-01-16 00:06:09 +01:00
|
|
|
%prep
|
2016-09-30 11:33:49 +02:00
|
|
|
%setup -q -n boost_%{lib_appendix} -b 3
|
2010-11-25 12:02:32 +01:00
|
|
|
#everything in the tarball has the executable flag set ...
|
2008-01-30 17:55:59 +01:00
|
|
|
find -type f ! \( -name \*.sh -o -name \*.py -o -name \*.pl \) -exec chmod -x {} +
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%patch1 -p1
|
2010-04-28 22:27:11 +02:00
|
|
|
%patch2
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%patch3
|
|
|
|
%patch4
|
|
|
|
%patch5
|
|
|
|
%patch6 -p1
|
Accepting request 306161 from home:dirkmueller:branches:devel:libraries:c_c++
- update to 1.58.0:
boost docs remain at 1.56 since upstream hasn't updated yet
* New Libraries: Endian, Sort.
* Updated Libraries: Asio, Chrono, Container, Context, Conversion,
DateTime, Flyweight, Function, Functional/Factory, Fusion, Geometry,
Hash, Interprocess, Intrusive, Lexical Cast, Log, Math, Move,
Multi-index Containers, Multiprecision, Optional, Phoenix,
Predef, Random, Thread, TypeErasure, TypeIndex, Units,
Unordered, Variant.
See http://www.boost.org/users/history/version_1_58_0.html
- add 0001-Fix-exec_file-for-Python-3-3.4.patch ,
0002-Fix-a-regression-with-non-constexpr-types.patch: Fixes regressions
in 1.58
- drop bjam-alignment.patch, boost-gcc5.patch: Already fixed upstream
differently
- add boost-rpmoptflags-only.patch: Build only with optflags
- add boost-aarch64-flags.patch: Avoid using -m64
- add boost-uuid-comparison.patch: Fix regression in UUID operator<
- add boost-disable-pch-on-aarch64.patch: Disable pch on math library
to avoid compiler segfault
OBS-URL: https://build.opensuse.org/request/show/306161
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=144
2015-05-10 11:07:49 +02:00
|
|
|
%patch7
|
|
|
|
%patch9 -p1
|
|
|
|
%patch10 -p1
|
2015-12-09 13:41:37 +01:00
|
|
|
%patch13
|
2016-01-04 15:31:16 +01:00
|
|
|
%patch14 -p1
|
|
|
|
%patch15 -p1
|
|
|
|
%patch16 -p1
|
2016-11-09 10:03:58 +01:00
|
|
|
%patch17 -p1
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%patch18 -p1
|
2017-01-17 13:41:18 +01:00
|
|
|
%patch19 -p1
|
2016-09-30 11:33:49 +02:00
|
|
|
%patch100 -p1
|
Accepting request 341603 from home:namtrac:branches:devel:libraries:c_c++
- Updated to version 1.59.0:
* New libraries: Convert, Coroutine2
* Updated Libraries: Container, Context, Coroutine, Fusion,
Geometry, Interprocess, Intrusive, Lexical Cast, Log, Move,
Multi-index Containers, Predef, Program Options, Property Tree,
Boost.Test v3, TypeIndex, Variant
* See http://www.boost.org/users/history/version_1_59_0.html for
complete changelog.
- context now builds on aarch64
- Import two patches from Fedora: boost-1.59-python-make_setter.patch,
boost-1.59-test-fenv.patch
- Drop 0001-Fix-exec_file-for-Python-3-3.4.patch,
0002-Fix-a-regression-with-non-constexpr-types.patch,
boost-uuid-comparison.patch, boost-unrecognized-option.patch.
Fixed upstream.
OBS-URL: https://build.opensuse.org/request/show/341603
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=150
2015-10-30 09:46:00 +01:00
|
|
|
|
2008-01-30 17:55:59 +01:00
|
|
|
#stupid build machinery copies .orig files
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
# find . -name \*.orig -exec rm {} +
|
2007-01-16 00:06:09 +01:00
|
|
|
|
|
|
|
%build
|
2008-01-30 17:55:59 +01:00
|
|
|
find . -type f -exec chmod u+w {} +
|
2010-04-07 17:34:10 +02:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
# Since boost build system is broken and incable of handling multiple python versions,
|
|
|
|
# we need to build boost piece by piece. First time to build all the non-python bits,
|
|
|
|
# then we build MPI and/or PYTHON modules for two python versions we need.
|
|
|
|
# MPI builds a python module.
|
2015-12-09 13:41:37 +01:00
|
|
|
cat << \EOF >.build
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
export PY_LIBRARIES_FLAGS="--with-python"
|
|
|
|
%if %{with build_mpi}
|
|
|
|
PY_LIBRARIES_FLAGS+=" --with-mpi"
|
2010-05-25 14:33:36 +02:00
|
|
|
%endif
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
|
|
|
|
export LIBRARIES_FLAGS="--without-python"
|
2016-09-30 11:33:49 +02:00
|
|
|
|
|
|
|
%if ! %{with build_context}
|
2015-11-26 15:00:15 +01:00
|
|
|
# coroutine/coroutine2 depend on context
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
LIBRARIES_FLAGS+=" --without-context --without-coroutine --without-coroutine2"
|
2013-06-09 15:44:51 +02:00
|
|
|
%endif
|
2016-09-30 11:33:49 +02:00
|
|
|
|
|
|
|
%if ! %{with boost_fiber}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
LIBRARIES_FLAGS+=" --without-fiber"
|
2016-09-30 11:33:49 +02:00
|
|
|
%endif
|
2013-06-09 15:44:51 +02:00
|
|
|
EOF
|
2010-04-07 17:34:10 +02:00
|
|
|
|
2014-04-01 10:01:36 +02:00
|
|
|
# Read shared build instructions
|
|
|
|
. ./.build
|
2010-04-07 17:34:10 +02:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%if %{with build_mpi}
|
2014-04-01 10:01:36 +02:00
|
|
|
# Set PATH, MANPATH and LD_LIBRARY_PATH for mpi
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
#. %{_localstatedir}/mpi-selector/data/$(rpm --qf "%{NAME}-%{VERSION}" -q openmpi).sh
|
|
|
|
# fixme: use mpi-selector ????
|
|
|
|
%endif
|
2010-04-07 17:34:10 +02:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
# Need specific Boost Jam config files.
|
|
|
|
# 1. one all "normal" libraries
|
|
|
|
# 2. one for each python version for for python/mpi libraries
|
|
|
|
# use staging directories for MPI/PYTHON combinations.
|
2010-04-28 22:27:11 +02:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
# General case
|
2014-04-01 10:01:36 +02:00
|
|
|
cat << EOF >user-config.jam
|
2015-02-23 16:30:07 +01:00
|
|
|
import os ;
|
|
|
|
local RPM_OPT_FLAGS = [ os.environ RPM_OPT_FLAGS ] ;
|
|
|
|
using gcc : : : <compileflags>\$(RPM_OPT_FLAGS) ;
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
EOF
|
2015-12-13 18:12:24 +01:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
# Build boost base PYTHON and MPI, installed in python staging
|
|
|
|
./bootstrap.sh \
|
|
|
|
--prefix=%{_prefix} --exec-prefix=%{_bindir} \
|
|
|
|
--libdir=%{_libdir} --includedir=%{_includedir} \
|
|
|
|
--with-toolset=gcc
|
|
|
|
|
|
|
|
cp user-config.jam user-config-py.jam
|
|
|
|
cat << EOF >> user-config-py.jam
|
2016-01-04 15:31:16 +01:00
|
|
|
using python
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
: %{py_ver}
|
|
|
|
: %{__python2}
|
|
|
|
: %{py_incdir}
|
|
|
|
: %{py_libdir}
|
|
|
|
:
|
2016-01-04 15:31:16 +01:00
|
|
|
:
|
|
|
|
;
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%if %{with build_mpi}
|
|
|
|
using mpi ;
|
|
|
|
%endif
|
|
|
|
EOF
|
2016-01-04 15:31:16 +01:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
./b2 -d+2 -q --user-config=./user-config-py.jam \
|
|
|
|
--build-type=minimal --build-dir=./python-build \
|
|
|
|
--python-buildid=py2.7 \
|
|
|
|
--stagedir=./python-stage %{?_smp_mflags} \
|
|
|
|
$PY_LIBRARIES_FLAGS \
|
|
|
|
threading=multi link=shared runtime-link=shared stage
|
|
|
|
|
|
|
|
# Build boost python3 and MPI, installed in python3 staging
|
|
|
|
%if %{with python3}
|
|
|
|
cp user-config.jam user-config-py3.jam
|
|
|
|
cat << EOF >> user-config-py3.jam
|
2015-12-13 18:12:24 +01:00
|
|
|
using python
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
: %{py3_ver}
|
|
|
|
: /usr/bin/python%{py3_ver}%{py3_abiflags}
|
|
|
|
: %{py3_incdir}
|
|
|
|
:
|
|
|
|
:
|
|
|
|
: .%{py3_soflags}
|
|
|
|
: %{py3_abiflags}
|
2015-12-13 18:12:24 +01:00
|
|
|
;
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%if %{with build_mpi}
|
|
|
|
using mpi ;
|
|
|
|
%endif
|
2015-02-23 16:30:07 +01:00
|
|
|
EOF
|
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
./b2 -d+2 -q --user-config=./user-config-py3.jam \
|
|
|
|
--build-type=minimal --build-dir=./python3-build \
|
|
|
|
--python-buildid=py3 \
|
|
|
|
--stagedir=./python3-stage %{?_smp_mflags} \
|
|
|
|
$PY_LIBRARIES_FLAGS \
|
|
|
|
threading=multi link=shared runtime-link=shared stage
|
|
|
|
%endif # python3
|
|
|
|
|
2016-09-30 11:33:49 +02:00
|
|
|
%if %{with build_docs}
|
2015-02-23 16:30:07 +01:00
|
|
|
cat << EOF >>user-config.jam
|
2010-04-28 22:27:11 +02:00
|
|
|
using xsltproc ;
|
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
using boostbook
|
2015-12-09 13:41:37 +01:00
|
|
|
: %{_datadir}/xml/docbook/stylesheet/nwalsh/current
|
|
|
|
: %{_datadir}/xml/docbook/schema/dtd/4.2
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
;
|
2010-04-28 22:27:11 +02:00
|
|
|
|
|
|
|
using doxygen ;
|
|
|
|
EOF
|
|
|
|
%endif
|
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
# needed to get graph_parallel built
|
2016-09-30 11:33:49 +02:00
|
|
|
%if %{with build_mpi}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
echo 'using mpi ;' >> ./user-config.jam
|
2008-11-20 15:17:22 +01:00
|
|
|
%endif
|
2010-04-07 17:34:10 +02:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
./b2 -d+2 -q --user-config=./user-config.jam \
|
|
|
|
--build-type=minimal --build-dir=./build \
|
|
|
|
--stagedir=./stage %{?_smp_mflags} \
|
|
|
|
$LIBRARIES_FLAGS \
|
|
|
|
threading=multi link=shared runtime-link=shared stage
|
|
|
|
|
|
|
|
# Verify that all symbols built in different stages are interchangeable.
|
|
|
|
# Can't be too careful!
|
|
|
|
cp %{SOURCE101} .
|
|
|
|
chmod +x symbol_diff.sh
|
|
|
|
./symbol_diff.sh python3-stage/lib/libboost_mpi.so python-stage/lib/libboost_mpi.so
|
|
|
|
./symbol_diff.sh python3-stage/lib/libboost_mpi.so stage/lib/libboost_mpi.so
|
|
|
|
./symbol_diff.sh python3-stage/lib/libboost_serialization.so python-stage/lib/libboost_serialization.so
|
|
|
|
./symbol_diff.sh python3-stage/lib/libboost_serialization.so stage/lib/libboost_serialization.so
|
|
|
|
|
|
|
|
# Build documentation
|
2016-09-30 11:33:49 +02:00
|
|
|
%if %{with build_quickbook}
|
2015-03-09 19:02:11 +01:00
|
|
|
pushd tools/quickbook
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
../../b2 --user-config=../../user-config.jam --v2 dist-bin %{?_smp_mflags}
|
2015-03-09 19:02:11 +01:00
|
|
|
popd
|
|
|
|
%endif
|
|
|
|
|
2016-09-30 11:33:49 +02:00
|
|
|
%if %{with build_docs}
|
2010-04-28 22:27:11 +02:00
|
|
|
cd doc
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
./b2 --user-config=../user-config.jam --v2 man %{?_smp_mflags}
|
2010-04-28 22:27:11 +02:00
|
|
|
%endif
|
2007-01-16 00:06:09 +01:00
|
|
|
|
|
|
|
%install
|
2014-04-01 10:01:36 +02:00
|
|
|
|
2013-06-09 15:44:51 +02:00
|
|
|
# Read shared build instructions
|
|
|
|
. ./.build
|
2010-04-07 17:34:10 +02:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%if %{with python3}
|
|
|
|
./b2 -d+2 -q --user-config=./user-config-py3.jam \
|
|
|
|
--build-type=minimal --build-dir=./python3-build \
|
|
|
|
--python-buildid=py3 \
|
|
|
|
--prefix=%{buildroot}%{_prefix} --exec-prefix=%{buildroot}%{_bindir} \
|
|
|
|
--libdir=%{buildroot}%{_libdir} --includedir=%{buildroot}%{_includedir} \
|
|
|
|
--stagedir=./python3-stage %{?_smp_mflags} \
|
|
|
|
$PY_LIBRARIES_FLAGS \
|
|
|
|
threading=multi link=shared runtime-link=shared install
|
|
|
|
%endif
|
2014-04-01 10:01:36 +02:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
./b2 -d+2 -q --user-config=./user-config-py.jam \
|
|
|
|
--build-type=minimal --build-dir=./python-build \
|
|
|
|
--python-buildid=py2.7 \
|
2014-04-01 10:01:36 +02:00
|
|
|
--prefix=%{buildroot}%{_prefix} --exec-prefix=%{buildroot}%{_bindir} \
|
|
|
|
--libdir=%{buildroot}%{_libdir} --includedir=%{buildroot}%{_includedir} \
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
--stagedir=./python-stage %{?_smp_mflags} \
|
|
|
|
$PY_LIBRARIES_FLAGS \
|
|
|
|
threading=multi link=shared runtime-link=shared install
|
|
|
|
|
|
|
|
./b2 -d+2 -q \
|
|
|
|
--build-type=minimal --build-dir=./build --stagedir=./stage \
|
|
|
|
--prefix=%{buildroot}%{_prefix} --exec-prefix=%{buildroot}%{_bindir} \
|
|
|
|
--libdir=%{buildroot}%{_libdir} --includedir=%{buildroot}%{_includedir} \
|
|
|
|
--user-config=./user-config.jam \
|
|
|
|
$LIBRARIES_FLAGS \
|
|
|
|
threading=multi link=shared runtime-link=shared install
|
2010-04-07 17:34:10 +02:00
|
|
|
|
2016-10-10 12:20:52 +02:00
|
|
|
mkdir -p %{buildroot}%{_bindir}
|
|
|
|
install -m 755 bjam %{buildroot}%{_bindir}
|
|
|
|
ln -s bjam %{buildroot}%{_bindir}/jam
|
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
# Make sure nothing depends on non-id'ed python binaries!
|
|
|
|
rm %{buildroot}%{_libdir}/libboost_mpi_python.so
|
|
|
|
rm %{buildroot}%{_libdir}/libboost_mpi_python.so.%{version}
|
|
|
|
rm %{buildroot}%{_libdir}/libboost_python.so
|
|
|
|
rm %{buildroot}%{_libdir}/libboost_python.so.1.63.0
|
2014-03-03 12:51:23 +01:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
! $(ldd %{buildroot}%{_libdir}/*.so* | grep python\\.)
|
2010-04-07 17:34:10 +02:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
ln -s libboost_mpi_python-py2_7.so %{buildroot}%{_libdir}/libboost_mpi_python.so
|
|
|
|
ln -s libboost_python-py2_7.so %{buildroot}%{_libdir}/libboost_python.so
|
2010-09-16 09:41:49 +02:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%if %{with python3}
|
|
|
|
rm %{buildroot}%{_libdir}/libboost_python3-py3.so
|
|
|
|
rm %{buildroot}%{_libdir}/libboost_python3-py3.so.%{version}
|
|
|
|
|
|
|
|
! $(ldd %{buildroot}%{_libdir}/*.so* | grep python3-\\.)
|
|
|
|
|
|
|
|
ln -s libboost_python-py3.so %{buildroot}%{_libdir}/libboost_python3.so
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# Move Python libraries over to proper places
|
|
|
|
mkdir -p %{buildroot}%{py_sitedir}/boost/parallel/mpi/
|
|
|
|
mv %{buildroot}/%{_libdir}/mpi.so %{buildroot}%{py_sitedir}/boost/parallel/mpi/
|
|
|
|
install -m 0644 libs/mpi/build/__init__.py %{buildroot}%{py_sitedir}/boost/parallel/mpi/
|
|
|
|
install -m 0644 %{SOURCE11} %{buildroot}%{py_sitedir}/boost/parallel
|
|
|
|
install -m 0644 %{SOURCE11} %{buildroot}%{py_sitedir}/boost
|
|
|
|
|
|
|
|
%if %{with python3}
|
|
|
|
mkdir -p %{buildroot}%{python3_sitearch}/boost/parallel/mpi/
|
|
|
|
mv %{buildroot}/%{_libdir}/mpi.%{py3_soflags}.so %{buildroot}%{python3_sitearch}/boost/parallel/mpi/
|
|
|
|
install -m 0644 libs/mpi/build/__init__.py %{buildroot}%{python3_sitearch}/boost/parallel/mpi/
|
|
|
|
install -m 0644 %{SOURCE11} %{buildroot}%{python3_sitearch}/boost/parallel
|
|
|
|
install -m 0644 %{SOURCE11} %{buildroot}%{python3_sitearch}/boost
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# Remove exception library, but only if the symbols are not
|
|
|
|
# actually used. For now, the only symbol that is linked is
|
|
|
|
# should never be used as it's only available on Windows. So,
|
|
|
|
# verify that here.
|
|
|
|
objdump -Ctj .text -Ctj .text %{buildroot}%{_libdir}/libboost_exception.so | \
|
|
|
|
grep '^[0-9a-f]\+[[:space:]]\+g[[:space:]]\+F' | \
|
|
|
|
sed -e 's#[0-9a-f]\+[[:space:]]\+g[[:space:]]\+F[[:space:]]\+\.text[[:space:]]\+[0-9a-f]\+[[:space:]]\+##' | \
|
|
|
|
diff %{SOURCE10} - || echo "WARNING: libexception symbol change?"
|
|
|
|
rm %{buildroot}%{_libdir}/libboost_exception.so
|
|
|
|
rm %{buildroot}%{_libdir}/libboost_exception.so.%{version}
|
|
|
|
|
2008-01-30 17:55:59 +01:00
|
|
|
#install doc files
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
mkdir -p %{buildroot}%{my_docdir}
|
|
|
|
install -m 0644 %{SOURCE102} %{buildroot}%{my_docdir}
|
2016-10-10 12:20:52 +02:00
|
|
|
find libs/ -name \*.htm\* -o -name \*.css -o -name \*.js | xargs dos2unix
|
2009-02-23 12:40:30 +01:00
|
|
|
find . -name \*.htm\* -o -name \*.gif -o -name \*.css -o -name \*.jpg -o -name \*.png -o -name \*.ico | \
|
2015-12-09 13:41:37 +01:00
|
|
|
tar --files-from=%{SOURCE4} -cf - --files-from=- | tar -C %{buildroot}%{my_docdir} -xf -
|
|
|
|
rm -rf %{buildroot}%{my_docdir}/boost
|
|
|
|
ln -s %{_includedir}/boost %{buildroot}%{my_docdir}
|
|
|
|
ln -s ../LICENSE_1_0.txt %{buildroot}%{my_docdir}/libs
|
|
|
|
find %{buildroot}%{my_docdir} -name \*.py -exec chmod -x {} +
|
2016-06-20 15:27:48 +02:00
|
|
|
chmod -x ../boost_%{short_version}_pdf/*.pdf
|
2008-01-30 17:55:59 +01:00
|
|
|
#symlink dupes
|
2015-12-09 13:41:37 +01:00
|
|
|
%fdupes %{buildroot}
|
2007-01-16 00:06:09 +01:00
|
|
|
|
2016-09-30 11:33:49 +02:00
|
|
|
%if %{with build_quickbook}
|
2015-03-09 19:02:11 +01:00
|
|
|
mkdir -p %{buildroot}%{_bindir}
|
|
|
|
install -m 0755 dist/bin/quickbook %{buildroot}%{_bindir}/quickbook
|
|
|
|
%endif
|
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
# Remove cruft
|
|
|
|
# FIXME: these shouldn't be built in the first place
|
|
|
|
rm %{buildroot}%{_libdir}/libboost_chrono.a
|
|
|
|
rm %{buildroot}%{_libdir}/libboost_system.a
|
|
|
|
rm %{buildroot}%{_libdir}/libboost_timer.a
|
|
|
|
rm %{buildroot}%{_libdir}/libboost_unit_test_framework.a
|
|
|
|
|
|
|
|
%if ! %{with boost_fiber}
|
|
|
|
rm -r %{buildroot}%{_includedir}/boost/fiber
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if ! %{with build_mpi}
|
|
|
|
rm -r %{buildroot}%{_includedir}/boost/mpi
|
|
|
|
rm %{buildroot}%{_includedir}/boost/mpi.hpp
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if ! %{with build_context}
|
|
|
|
rm -r %{buildroot}%{_includedir}/boost/coroutine
|
|
|
|
rm -r %{buildroot}%{_includedir}/boost/coroutine2
|
|
|
|
rm -r %{buildroot}%{_includedir}/boost/context
|
|
|
|
%endif
|
|
|
|
|
2013-03-19 07:51:50 +01:00
|
|
|
%post -n libboost_atomic%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%post -n libboost_container%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2013-03-19 07:51:50 +01:00
|
|
|
%post -n libboost_context%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%post -n libboost_coroutine%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%post -n libboost_date_time%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2016-09-30 11:33:49 +02:00
|
|
|
%post -n libboost_fiber%{lib_appendix} -p /sbin/ldconfig
|
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%post -n libboost_filesystem%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%post -n libboost_iostreams%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2013-09-20 15:45:19 +02:00
|
|
|
%post -n libboost_log%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%post -n libboost_test%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%post -n libboost_program_options%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%post -n libboost_python-py2_7-%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%if %{with python3}
|
|
|
|
%post -n libboost_python-py3-%{lib_appendix} -p /sbin/ldconfig
|
|
|
|
%endif
|
2015-12-13 18:12:24 +01:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%post -n libboost_regex%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%post -n libboost_serialization%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%post -n libboost_signals%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%post -n libboost_thread%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2016-10-10 12:20:52 +02:00
|
|
|
%post -n libboost_type_erasure%{lib_appendix} -p /sbin/ldconfig
|
|
|
|
|
2015-12-09 13:41:37 +01:00
|
|
|
%post -n libboost_math%{lib_appendix} -p /sbin/ldconfig
|
2016-09-30 11:33:49 +02:00
|
|
|
%if %{with build_mpi}
|
2015-12-09 13:41:37 +01:00
|
|
|
%post -n libboost_mpi%{lib_appendix} -p /sbin/ldconfig
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
|
|
|
|
%post -n libboost_graph_parallel%{lib_appendix} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n libboost_mpi_python-py2_7-%{lib_appendix} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%if %{with python3}
|
|
|
|
%post -n libboost_mpi_python-py3-%{lib_appendix} -p /sbin/ldconfig
|
|
|
|
%endif
|
2008-10-23 17:06:19 +02:00
|
|
|
%endif
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2010-09-16 09:41:49 +02:00
|
|
|
%post -n libboost_graph%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2010-09-16 09:41:49 +02:00
|
|
|
%post -n libboost_system%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2010-09-16 09:41:49 +02:00
|
|
|
%post -n libboost_wave%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2010-09-16 09:41:49 +02:00
|
|
|
%post -n libboost_random%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2012-03-15 16:08:48 +01:00
|
|
|
%post -n libboost_chrono%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2012-03-15 16:08:48 +01:00
|
|
|
%post -n libboost_locale%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2012-03-15 16:08:48 +01:00
|
|
|
%post -n libboost_timer%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2013-03-19 07:51:50 +01:00
|
|
|
%postun -n libboost_atomic%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%postun -n libboost_container%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2013-03-19 07:51:50 +01:00
|
|
|
%postun -n libboost_context%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%postun -n libboost_coroutine%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2012-03-15 16:08:48 +01:00
|
|
|
%postun -n libboost_date_time%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2016-09-30 11:33:49 +02:00
|
|
|
%postun -n libboost_fiber%{lib_appendix} -p /sbin/ldconfig
|
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%postun -n libboost_filesystem%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%postun -n libboost_iostreams%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2013-09-20 15:45:19 +02:00
|
|
|
%postun -n libboost_log%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%postun -n libboost_test%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%postun -n libboost_program_options%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%postun -n libboost_python-py2_7-%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%if %{with python3}
|
|
|
|
%postun -n libboost_python-py3-%{lib_appendix} -p /sbin/ldconfig
|
|
|
|
%endif
|
2015-12-13 18:12:24 +01:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%postun -n libboost_regex%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%postun -n libboost_serialization%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%postun -n libboost_signals%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%postun -n libboost_thread%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2016-10-10 12:20:52 +02:00
|
|
|
%postun -n libboost_type_erasure%{lib_appendix} -p /sbin/ldconfig
|
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%postun -n libboost_math%{lib_appendix} -p /sbin/ldconfig
|
2016-09-30 11:33:49 +02:00
|
|
|
%if %{with build_mpi}
|
2010-04-28 22:27:11 +02:00
|
|
|
%postun -n libboost_mpi%{lib_appendix} -p /sbin/ldconfig
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
|
|
|
|
%postun -n libboost_graph_parallel%{lib_appendix} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libboost_mpi_python-py2_7-%{lib_appendix} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%if %{with python3}
|
|
|
|
%postun -n libboost_mpi_python-py3-%{lib_appendix} -p /sbin/ldconfig
|
|
|
|
%endif
|
2008-10-23 17:06:19 +02:00
|
|
|
%endif
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%postun -n libboost_graph%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%postun -n libboost_system%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%postun -n libboost_wave%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2010-09-16 09:41:49 +02:00
|
|
|
%postun -n libboost_random%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2012-03-15 16:08:48 +01:00
|
|
|
%postun -n libboost_chrono%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2012-03-15 16:08:48 +01:00
|
|
|
%postun -n libboost_locale%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2012-03-15 16:08:48 +01:00
|
|
|
%postun -n libboost_timer%{lib_appendix} -p /sbin/ldconfig
|
2015-12-09 13:41:37 +01:00
|
|
|
|
2016-10-10 12:20:52 +02:00
|
|
|
%files -n %{package_name}-jam
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_bindir}/bjam
|
|
|
|
%{_bindir}/jam
|
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%files -n boost-license%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
%defattr(-, root, root, -)
|
2015-12-09 13:41:37 +01:00
|
|
|
%dir %{my_docdir}
|
|
|
|
%doc %{my_docdir}/LICENSE_1_0.txt
|
2008-10-12 00:56:50 +02:00
|
|
|
|
2013-03-19 07:51:50 +01:00
|
|
|
%files -n libboost_atomic%{lib_appendix}
|
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_atomic.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_atomic%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_atomic.so
|
2013-03-19 07:51:50 +01:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%files -n libboost_container%{lib_appendix}
|
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_container.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_container%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_container.so
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
|
2016-09-30 11:33:49 +02:00
|
|
|
%if %{with build_context}
|
2017-01-18 15:40:04 +01:00
|
|
|
|
2013-03-19 07:51:50 +01:00
|
|
|
%files -n libboost_context%{lib_appendix}
|
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_context.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_context%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_context.so
|
2013-03-19 07:51:50 +01:00
|
|
|
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
%files -n libboost_coroutine%{lib_appendix}
|
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_coroutine.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_coroutine%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_coroutine.so
|
|
|
|
|
|
|
|
%endif # if with build_context
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%files -n libboost_date_time%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_date_time.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_date_time%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_date_time.so
|
2008-10-12 00:56:50 +02:00
|
|
|
|
2016-09-30 11:33:49 +02:00
|
|
|
%if %{with boost_fiber}
|
2017-01-18 15:40:04 +01:00
|
|
|
|
2016-09-30 11:33:49 +02:00
|
|
|
%files -n libboost_fiber%{lib_appendix}
|
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_fiber.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_fiber%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_fiber.so
|
2017-01-18 15:40:04 +01:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%endif # with boost_fiber
|
2016-09-30 11:33:49 +02:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%files -n libboost_filesystem%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_filesystem.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_filesystem%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_filesystem.so
|
2008-10-12 00:56:50 +02:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%files -n libboost_graph%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_graph.so.%{version}
|
2013-11-11 10:06:00 +01:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%files -n libboost_graph%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_graph.so
|
2008-10-12 00:56:50 +02:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%files -n libboost_iostreams%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_iostreams.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_iostreams%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_iostreams.so
|
2008-10-12 00:56:50 +02:00
|
|
|
|
2013-09-20 15:45:19 +02:00
|
|
|
%files -n libboost_log%{lib_appendix}
|
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_log.so.%{version}
|
|
|
|
%{_libdir}/libboost_log_setup.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_log%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_log.so
|
|
|
|
%{_libdir}/libboost_log_setup.so
|
2013-09-20 15:45:19 +02:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%files -n libboost_math%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_math_c99f.so.%{version}
|
|
|
|
%{_libdir}/libboost_math_c99l.so.%{version}
|
|
|
|
%{_libdir}/libboost_math_c99.so.%{version}
|
|
|
|
%{_libdir}/libboost_math_tr1f.so.%{version}
|
|
|
|
%{_libdir}/libboost_math_tr1l.so.%{version}
|
|
|
|
%{_libdir}/libboost_math_tr1.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_math%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_math_c99f.so
|
|
|
|
%{_libdir}/libboost_math_c99l.so
|
|
|
|
%{_libdir}/libboost_math_c99.so
|
|
|
|
%{_libdir}/libboost_math_tr1f.so
|
|
|
|
%{_libdir}/libboost_math_tr1l.so
|
|
|
|
%{_libdir}/libboost_math_tr1.so
|
2010-04-07 17:34:10 +02:00
|
|
|
|
2016-09-30 11:33:49 +02:00
|
|
|
%if %{with build_mpi}
|
2010-04-28 22:27:11 +02:00
|
|
|
%files -n libboost_mpi%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_mpi.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_mpi%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_mpi.so
|
|
|
|
|
|
|
|
%files -n libboost_graph_parallel%{lib_appendix}
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libboost_graph_parallel.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_graph_parallel%{lib_appendix}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libboost_graph_parallel.so
|
|
|
|
|
|
|
|
%files -n libboost_mpi_python-py2_7-%{lib_appendix}
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libboost_mpi_python-py2_7.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_mpi_python-py2_7-%{lib_appendix}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libboost_mpi_python-py2_7.so
|
|
|
|
%{_libdir}/libboost_mpi_python.so
|
|
|
|
|
|
|
|
%files -n python-boost_parallel_mpi%{lib_appendix}
|
|
|
|
%dir %{py_sitedir}/boost
|
|
|
|
%dir %{py_sitedir}/boost/parallel
|
|
|
|
%dir %{py_sitedir}/boost/parallel/mpi
|
|
|
|
%{py_sitedir}/boost/__init__.py
|
|
|
|
%{py_sitedir}/boost/parallel/__init__.py
|
|
|
|
%{py_sitedir}/boost/parallel/mpi/__init__.py
|
|
|
|
%{py_sitedir}/boost/parallel/mpi/mpi.so
|
|
|
|
|
|
|
|
%if %{with python3}
|
|
|
|
%files -n libboost_mpi_python-py3-%{lib_appendix}
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libboost_mpi_python-py3.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_mpi_python-py3-%{lib_appendix}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libboost_mpi_python-py3.so
|
|
|
|
|
|
|
|
%files -n python3-boost_parallel_mpi%{lib_appendix}
|
|
|
|
%dir %{python3_sitearch}/boost
|
|
|
|
%dir %{python3_sitearch}/boost/parallel
|
|
|
|
%dir %{python3_sitearch}/boost/parallel/mpi
|
|
|
|
%{python3_sitearch}/boost/__init__.py
|
|
|
|
%{python3_sitearch}/boost/parallel/__init__.py
|
|
|
|
%{python3_sitearch}/boost/parallel/mpi/__init__.py
|
|
|
|
%{python3_sitearch}/boost/parallel/mpi/mpi.%{py3_soflags}.so
|
|
|
|
|
|
|
|
%endif # with python3
|
|
|
|
%endif # with build_mpi
|
2008-10-12 00:56:50 +02:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%files -n libboost_test%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_prg_exec_monitor.so.%{version}
|
|
|
|
%{_libdir}/libboost_test_exec_monitor.so.%{version}
|
|
|
|
%{_libdir}/libboost_unit_test_framework.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_test%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_prg_exec_monitor.so
|
|
|
|
%{_libdir}/libboost_test_exec_monitor.so
|
|
|
|
%{_libdir}/libboost_unit_test_framework.so
|
2008-10-12 00:56:50 +02:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%files -n libboost_program_options%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_program_options.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_program_options%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_program_options.so
|
|
|
|
|
|
|
|
%files -n libboost_python-py2_7-%{lib_appendix}
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_python-py2_7.so.%{version}
|
2008-10-12 00:56:50 +02:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%files -n libboost_python-py2_7-%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_python.so
|
|
|
|
%{_libdir}/libboost_python-py2_7.so
|
|
|
|
|
|
|
|
%if %{with python3}
|
|
|
|
%files -n libboost_python-py3-%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_python-py3.so.%{version}
|
2015-12-13 18:12:24 +01:00
|
|
|
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%files -n libboost_python-py3-%{lib_appendix}-devel
|
2015-12-13 18:12:24 +01:00
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_python3.so
|
|
|
|
%{_libdir}/libboost_python-py3.so
|
|
|
|
|
|
|
|
%endif # with python3
|
2008-10-12 00:56:50 +02:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%files -n libboost_serialization%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_serialization.so.%{version}
|
|
|
|
%{_libdir}/libboost_wserialization.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_serialization%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_serialization.so
|
|
|
|
%{_libdir}/libboost_wserialization.so
|
2008-10-12 00:56:50 +02:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%files -n libboost_signals%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_signals.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_signals%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_signals.so
|
2008-10-12 00:56:50 +02:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%files -n libboost_system%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_system.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_system%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_system.so
|
2008-10-12 00:56:50 +02:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%files -n libboost_thread%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_thread.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_thread%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_thread.so
|
2008-10-12 00:56:50 +02:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%files -n libboost_wave%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_wave.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_wave%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_wave.so
|
2008-10-12 00:56:50 +02:00
|
|
|
|
2010-04-28 22:27:11 +02:00
|
|
|
%files -n libboost_regex%{lib_appendix}
|
2008-10-12 00:56:50 +02:00
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_regex.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_regex%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_regex.so
|
2007-01-16 00:06:09 +01:00
|
|
|
|
2010-09-16 09:41:49 +02:00
|
|
|
%files -n libboost_random%{lib_appendix}
|
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_random.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_random%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_random.so
|
2010-09-16 09:41:49 +02:00
|
|
|
|
2012-03-15 16:08:48 +01:00
|
|
|
%files -n libboost_chrono%{lib_appendix}
|
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_chrono.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_chrono%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_chrono.so
|
2012-03-15 16:08:48 +01:00
|
|
|
|
|
|
|
%files -n libboost_locale%{lib_appendix}
|
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_locale.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_locale%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_locale.so
|
2012-03-15 16:08:48 +01:00
|
|
|
|
|
|
|
%files -n libboost_timer%{lib_appendix}
|
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_timer.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_timer%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_timer.so
|
2012-03-15 16:08:48 +01:00
|
|
|
|
2015-12-28 11:53:24 +01:00
|
|
|
%files -n libboost_type_erasure%{lib_appendix}
|
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{_libdir}/libboost_type_erasure.so.%{version}
|
|
|
|
|
|
|
|
%files -n libboost_type_erasure%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_type_erasure.so
|
|
|
|
|
|
|
|
%files -n libboost_headers%{lib_appendix}-devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%dir %{_includedir}/boost
|
2017-01-18 15:40:04 +01:00
|
|
|
%{_includedir}/boost/*
|
2015-12-28 11:53:24 +01:00
|
|
|
|
2016-08-12 17:08:35 +02:00
|
|
|
%files -n %{package_name}-devel
|
2008-01-30 17:55:59 +01:00
|
|
|
%defattr(-, root, root, -)
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%{my_docdir}/README.boost-devel
|
|
|
|
#%%{_includedir}/boost
|
|
|
|
#%%{_libdir}/*.so
|
2011-03-14 12:43:43 +01:00
|
|
|
#%%{_datadir}/aclocal/*.m4
|
2007-01-16 00:06:09 +01:00
|
|
|
|
2016-08-12 17:08:35 +02:00
|
|
|
%files -n %{package_name}-doc-html
|
2008-01-30 17:55:59 +01:00
|
|
|
%defattr(-, root, root, -)
|
2015-12-09 13:41:37 +01:00
|
|
|
%doc %{my_docdir}/*
|
|
|
|
%exclude %{my_docdir}/LICENSE_1_0.txt
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%exclude %{my_docdir}/README.boost-devel
|
2010-04-28 22:27:11 +02:00
|
|
|
|
2016-10-05 16:33:49 +02:00
|
|
|
%if %{with build_docs}
|
Accepting request 449886 from home:adamm:branches:devel:libraries:c_c++
- update to version 1.63.0
* updated libraries: atomic, container, context, fiber,
fusion, geometry, hash, interprocess, intrusive, lexical cast,
log, metaparse, move, optional, phoenix, python, test,
typeindex, units, unordered
* see http://www.boost.org/users/history/version_1_63_0.html
for complete list of changes
- refresh patches
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
for python module
- baselibs.conf:
* add libboost_locale
* rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
not needed.
- split out the boost-devel package into individudal compiled
libraries and their -devel subpackages and libboost_headers-devel
package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
OBS-URL: https://build.opensuse.org/request/show/449886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=182
2017-01-13 15:53:30 +01:00
|
|
|
%files doc-man
|
|
|
|
%defattr(644, root, root, -)
|
|
|
|
%doc %{_mandir}/man3/*.3.gz
|
|
|
|
%doc %{_mandir}/man7/*.7.gz
|
|
|
|
%doc %{_mandir}/man9/*.9.gz
|
2016-10-05 16:33:49 +02:00
|
|
|
%endif
|
2010-04-28 22:27:11 +02:00
|
|
|
|
2016-09-30 11:33:49 +02:00
|
|
|
%if %{with package_pdf}
|
2016-08-12 17:08:35 +02:00
|
|
|
%files -n %{package_name}-doc-pdf
|
2011-03-18 17:05:54 +01:00
|
|
|
%defattr(-, root, root, -)
|
2016-06-20 15:27:48 +02:00
|
|
|
%doc ../boost_%{short_version}_pdf/*.pdf
|
2011-03-18 17:05:54 +01:00
|
|
|
%endif
|
2008-01-18 18:43:35 +01:00
|
|
|
|
2016-10-05 16:33:49 +02:00
|
|
|
%if %{with build_quickbook}
|
2016-08-12 17:08:35 +02:00
|
|
|
%files -n %{package_name}-quickbook
|
2015-03-09 19:02:11 +01:00
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_bindir}/quickbook
|
2016-10-05 16:33:49 +02:00
|
|
|
%endif
|
2015-03-09 19:02:11 +01:00
|
|
|
|
2007-03-24 19:51:47 +01:00
|
|
|
%changelog
|