Boost C++ Libraries
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 thousands of members of the C++ community at large.
- Devel package for openSUSE:Factory
-
25
derived packages
- Links to openSUSE:Factory / boost
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:libraries:c_c++/boost && cd $_
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
0001-json-array-erase-relocate.patch | 0000001260 1.23 KB | 4 months |
README.boost-devel | 0000000183 183 Bytes | over 5 years |
__init__.py | 0000000014 14 Bytes | over 5 years |
_constraints | 0000000282 282 Bytes | about 8 years |
_link | 0000000140 140 Bytes | 3 months |
_multibuild | 0000000296 296 Bytes | over 1 year |
baselibs.conf | 0000000614 614 Bytes | 4 months |
boost-1.55.0-python-test-PyImport_AppendInittab.pa |
0000002218 2.17 KB | over 5 years |
boost-1.57.0-python-abi_letters.patch | 0000003039 2.97 KB | almost 2 years |
boost-aarch64-flags.patch | 0000000579 579 Bytes | almost 2 years |
boost-mp-locale-fix.patch | 0000003900 3.81 KB | 3 months |
boost-no_type_punning.patch | 0000005431 5.3 KB | over 1 year |
boost-pool_check_overflow.patch | 0000001287 1.26 KB | over 8 years |
boost-process.patch | 0000000750 750 Bytes | 11 months |
boost-remove-cmakedir.patch | 0000001183 1.16 KB | almost 2 years |
boost-rpmlintrc | 0000000578 578 Bytes | over 12 years |
boost-rpmoptflags-only.patch | 0000001326 1.29 KB | almost 2 years |
boost-strict_aliasing.patch | 0000000460 460 Bytes | over 1 year |
boost-thread.patch | 0000000515 515 Bytes | over 7 years |
boost-use_std_xml_catalog.patch | 0000002319 2.26 KB | almost 2 years |
boost.changes | 0000094212 92 KB | 3 months |
boost.spec | 0000077363 75.5 KB | 3 months |
boost_1_56_pdf.tar.bz2 | 0046518400 44.4 MB | almost 8 years |
boost_1_79_0.tar.bz2 | 0113456811 108 MB | 4 months |
dynamic_linking.patch | 0000004548 4.44 KB | 11 months |
exception.objdump | 0000000108 108 Bytes | over 5 years |
existing_extra_docs | 0000018839 18.4 KB | almost 5 years |
python_library_name.patch | 0000002092 2.04 KB | over 1 year |
python_mpi.patch | 0000000744 744 Bytes | over 5 years |
symbol_diff.sh | 0000000450 450 Bytes | over 5 years |
Comments 5
ecsos wrote over 4 years ago
Missing boost_thread, boost_system, boost_program_options, boost_regex and other.. Where ca i find it?
adamm wrote over 4 years ago
You mean -devel packages for building?
BuildRequire: libboost_thread-devel, libboost_system-devel, libboost_program_options-devel, etc..
ecsos wrote over 4 years ago
yes. But i cannot find any package of them. Or i'am blind?
adamm wrote over 4 years ago
These packages are Provides by the versioned boost packages. This allows multiple version of boost to theoretically coexist in a repository.
libboost_thread1_66_0-devel = 1.66.0 Provides: libboost_thread-devel = 1.66.0
zypper se --provides boost_thread
would find it, for example. Just never depend on versioned package names, only on the provided virtual package.
mkittler wrote over 2 years ago
Before updating to 1.72, take notice of the following regression: https://bugs.archlinux.org/task/65329