Denisarnaud (talk | contribs) |
Denisarnaud (talk | contribs) |
||
Line 28: | Line 28: | ||
== Detailed Description == | == Detailed Description == | ||
[http://www.boost.org Boost] ships with an ad-hoc build system named [http://www.boost.org/doc/libs/1_41_0/more/getting_started/unix-variants.html#get-bjam BJam]. However, BJam is not very convenient to track compilation warnings and errors, and is not friendly and flexible in the support of specific build options. Fortunately, a team of developers has worked for over a year on a more standard way to build Boost, thanks to the [http://www.cmake.org CMake tool], namely [https://svn.boost.org/trac/boost/wiki/CMake Boost-CMake]. | |||
That new way to build Boost allows (at least) two enhancements, when compared to the current build system: | |||
* Deliver some more libraries, such as Boost.MPI | |||
* Keep more easily synchronized with the latest Boost versions (Fedora 13 should ship with Boost 1.41.0). | |||
Technical details are available in a [https://bugzilla.redhat.com/show_bug.cgi?id=529563 Bugzilla-filed] enhancement request. | |||
== Benefit to Fedora == | == Benefit to Fedora == |
Revision as of 20:46, 13 January 2010
Fedora 13 Boost 1.41 Uplift
Summary
That feature brings the version 1.41.0 of Boost to Fedora 13, together with Boost.MPI. As a side effect, Boost will be built with CMake (instead of BJam).
Owner
- Name: Denis Arnaud
- Email: denis.arnaud_fedora@m4x.org
Current status
- Targeted release: Fedora 42
- Last updated: 2010-01-13
- Percentage of completion: 60%
Detailed Description
Boost ships with an ad-hoc build system named BJam. However, BJam is not very convenient to track compilation warnings and errors, and is not friendly and flexible in the support of specific build options. Fortunately, a team of developers has worked for over a year on a more standard way to build Boost, thanks to the CMake tool, namely Boost-CMake.
That new way to build Boost allows (at least) two enhancements, when compared to the current build system:
- Deliver some more libraries, such as Boost.MPI
- Keep more easily synchronized with the latest Boost versions (Fedora 13 should ship with Boost 1.41.0).
Technical details are available in a Bugzilla-filed enhancement request.