Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
boost-build - Cross platform build system for C++ projects
- Description:
Boost.Build is an easy way to build C++ projects, everywhere. You name
your pieces of executable and libraries and list their sources. Boost.Build
takes care about compiling your sources with the right options,
creating static and shared libraries, making pieces of executable, and other
chores -- whether you're using GCC, MSVC, or a dozen more supported
C++ compilers -- on Windows, OSX, Linux and commercial UNIX systems.
Packages
boost-build-1.53.0-28.el7.noarch
[557 KiB] |
Changelog
by Jonathan Wakely (2019-02-13):
- Add patch for scoped_thread (#1676674)
|
boost-build-1.53.0-27.el7.noarch
[556 KiB] |
Changelog
by Jonathan Wakely (2017-02-21):
- Patch Boost.Spirit for ppc64 (#1402516)
|
boost-build-1.53.0-26.el7.noarch
[556 KiB] |
Changelog
by Jonathan Wakely (2016-06-10):
- Install unpatched gcc.jam (#1305019).
- Build libboost_python and libboost_python3 such that they depend on
their respective libpython (#1302120).
(boost-1.53.0-python-libpython_dep.patch,
boost-1.53.0-python-abi_letters.patch)
- Fix Boost.Python test suite so that PyImport_AppendInittab is called
before PyInitialize, which broke the test suite with Python 3.
(boost-1.53.0-python-test-PyImport_AppendInittab.patch)
- Patch gcc.jam to not add bogus rpaths.
|
boost-build-1.53.0-25.el7.noarch
[556 KiB] |
Changelog
by Jonathan Wakely (2015-09-01):
- Rebuilt for openmpi update (#1258794)
|