Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
boost-program-options - Runtime component of boost program_options library
Runtime support of boost program options library, which allows program
developers to obtain (name, value) pairs from the user, via
conventional methods such as command line and configuration file.
Packages
Latest: boost-program-options-1.41.0-11.pre6.el6.fio.i686.rpm
Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
boost-program-options |
0 |
1.41.0 |
11.pre6.el6.fio |
i686 |
106 KiB |
2011-07-16 03:49:12 |
Changelog:
- * 2010-05-25 - Petr Machata <pmachata[AT]redhat[DOTCOM]> - 1.41.0-11
- ... and revert the soname change, because that's not the smartest
thing to do mid-release.
- Resolves: #594146
- * 2010-05-21 - Petr Machata <pmachata[AT]redhat[DOTCOM]> - 1.41.0-10
- Turn on OpenMPI support on non-s390 arches. It was accidentally
turned off everywhere.
- Move cmake files to libdir to avoid multilib conflicts.
- Also install Boost.cmake, which is included by BoostConfig.cmake
- Change soname selection to work on RHELs.
- Resolves: #586204
- Resolves: #592516
- Resolves: #594146
- * 2010-03-18 - Petr Machata <pmachata[AT]redhat[DOTCOM]> - 1.41.0-9
- Use a .gz archive instead of bz2, because that's what's hosted now.
Fill in the full URL.
- Resolves: #571607
- * 2010-03-16 - Petr Machata <pmachata[AT]redhat[DOTCOM]> - 1.41.0-8
- Import 1.41.1 with fixes from Fedora 13 to RHEL 6
- Turn off OpenMPI support on s390*, which isn't available in RHEL 6
- Resolves: #571607
- * 2010-02-22 - Petr Machata <pmachata[AT]redhat[DOTCOM]> - 1.41.0-7
- Add a patch for serialization of shared pointers to non polymorphic
types