Commit Graph

218 Commits

Author SHA1 Message Date
Denis Arnaud
de6a0f31f2 Fixed the libboost_thread-mt.so script (which wrongly referred to Boost-1.50) 2013-02-10 18:27:31 +01:00
Petr Machata
50c4b88ebf Meh 2013-02-08 01:44:42 +01:00
Petr Machata
ea81f69c26 Rebase to 1.53.0 final, add two subpackages, purge module env 2013-02-08 01:42:27 +01:00
Petr Machata
a84f7fd048 Initial packaging of Beta 1.53.0
- this fails at the end of the build complaining that the following
  file wasn't found:
    boost-1.53.0-0.1.beta1.fc18.i386/usr/lib/openmpi/lib/*.a
2013-02-08 01:42:27 +01:00
Peter Robinson
ba25f6b6bb Rebuild for icu soname bump 2013-01-26 15:13:19 +00:00
Denis Arnaud
6628b109d0 Rebuild for the new MPICH2 (and libmpich2 soname bump) 2012-11-03 17:58:05 +01:00
Petr Machata
6d69081e38 Add upstream ticket reference to boost-1.50.0-polygon.patch 2012-09-19 13:00:21 +02:00
Petr Machata
b5f76d5add Update %%description to reflect current state of C++ standardization 2012-08-16 20:42:58 +02:00
Petr Machata
44a7aadaed Override boost_thread-mt.so with a linker script 2012-08-16 03:26:33 +02:00
Petr Machata
0c64b73a16 Convert some shell variables into macros
PYTHON2_VERSION needs to be visible across sections, and it's awkward to
define it twice.  Just make it a macro.  %global expands once only.

PYTHON3_* technically doesn't need this, but let's be consistent.
2012-08-09 22:05:39 +02:00
Petr Machata
cccfe7b394 boost-python3 shouldn't be under the overall boost umbrella 2012-08-08 19:48:59 +02:00
Petr Machata
9053e61361 Drop body of %check
This hasn't worked since at least CMake times, and mailing results to a
former maintainer just makes no sense.
2012-08-08 02:54:39 +02:00
Petr Machata
216eea2217 Drop mentions of cmake 2012-08-08 02:53:27 +02:00
Petr Machata
2dcacf6f3c Enable Python 3 builds 2012-08-08 01:38:07 +02:00
Petr Machata
a28c89a3ed Fix a couple bugs in paths 2012-07-26 16:06:42 +02:00
Petr Machata
a2450339df Initial packaging of boost 1.50
This is sans Python 3, the rest should be fine.
Rebase many patches, port others, courtesy of Denis Arnaud.
2012-07-26 13:09:54 +02:00
Dennis Gilmore
4fa851e387 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 13:09:43 -05:00
Petr Machata
dcde8a7557 Build Boost.Locale backends
- Resolves: #832265

Conflicts:

	boost.spec
2012-06-21 23:06:59 +02:00
Petr Machata
b88ee83322 In Boost.Pool, be careful not to overflow allocated chunk size.
- Resolves: #828857
2012-06-07 00:44:26 +02:00
Petr Machata
f68c4dd925 Drop enum xtime_clock_types, update uses of boost::TIME_UTC
glibc newly defines a macro TIME_UTC, which collides with boost::TIME_UTC.
We can't avoid expanding that macro, but the value happens to be the same
as that of boost::TIME_UTC.  So drop enum xtime_clock_types.  Update boost
to use macro TIME_UTC instead of the scoped enum value.  External clients
will have to do the same.
2012-05-24 23:21:25 +02:00
Petr Machata
e86e3c9db2 Don't attempt to install Python 3 portions of boost --without python3 2012-05-24 13:26:04 +02:00
Petr Machata
a18ee82f35 Drop BR on hwloc (workaround not required anymore) 2012-05-21 14:50:48 +02:00
Petr Machata
d6ae5d8d4d Bump release, add changelog 2012-05-02 23:33:23 +02:00
Petr Machata
939bdf0202 Update status of several more upstream bugs 2012-05-02 21:50:10 +02:00
Petr Machata
bc9c5908b6 Add support for building boost-python against Python 3
This doesn't touch boost-openmpi-python and boost-mpich2-python, as those
are broken anyway at the moment.
2012-05-02 21:49:40 +02:00
Petr Machata
6b86fe4dc1 disable_long_double isn't used anymore 2012-05-02 21:45:05 +02:00
Robert Scheck
8aad81e67c - Included -math subpackage into umbrella package
- Added missing /sbin/ldconfig for -math subpackage
2012-04-22 13:14:01 +02:00
Petr Machata
3f6cbc89ed Apply the forgotten patch properly 2012-04-20 18:55:53 +02:00
Petr Machata
9fd0eee555 Add BR hwloc-devel 2012-04-20 18:44:55 +02:00
Petr Machata
a80aba9a3a Apply a forgotten patch 2012-04-20 18:23:44 +02:00
Dennis Gilmore
7af0b4e843 - Rebuilt for c++ ABI breakage 2012-02-28 11:57:29 -06:00
Petr Machata
b8e37f1d07 Update with commentary re upstream tickets 2012-01-27 16:40:33 +01:00
Petr Machata
979f500141 Add a boost polygon patch 2012-01-26 13:16:28 +01:00
Petr Machata
1a7f14244d Additional build fix for proper long-double detection 2012-01-25 15:02:25 +01:00
Petr Machata
0f5140e4c1 The second half of long double support 2012-01-25 02:17:46 +01:00
Petr Machata
8cbc559305 Add links to upstream tickets for the attribute patch 2012-01-17 00:10:16 +01:00
Petr Machata
a9044bc779 Add underscores around several uses of __attribute__((X)) 2012-01-16 23:26:54 +01:00
Denis Arnaud
e222e6eb69 Added source source files for mingw cross-compilation of Boost.Locale.
Resolves: #781751
2012-01-14 21:41:57 +01:00
Denis Arnaud
252cfe78cc Added the Boost.Timer sub-package. Resolves: #772397 2012-01-08 00:40:08 +01:00
Denis Arnaud
39e2c15fd4 Integrated into "upstream" (CMake-ified Boost) the Boost.TR1/Math patch. 2012-01-04 23:01:07 +01:00
Petr Machata
54ddcfc414 Build math portions of Boost.TR1 and ship in boost-math 2012-01-04 17:31:12 +01:00
Petr Machata
7a3ddc5eb8 Add an upstream patch for BOOST_ENABLE_THREADS 2012-01-03 18:20:40 +01:00
Petr Machata
76982ecb0f Add fixes for 756005 and 757385 2011-11-29 15:43:40 +01:00
Petr Machata
7e49cbd1ad Revert the change in name of the example sub-package
- the reason being that we would have to provide this to preserve upgrade
  path, which would clutter the spec file further
- and all other packages name this sub-package "example"
2011-11-22 15:16:49 +01:00
Denis Arnaud
3957a04980 Upgrade to Boost-1.48.0, adding two new header-only components
(Container and Move) and a new library (Locale).
Resolves: #754865
Added a patch with a manual page for the bjam executable.
Added a patch to fix the non-UTF8-encoded example source file.
Re-worked a little bit the example section, so as to fix the
DOS-formatted and the ISO-8859-encoded files. The examples
sub-package itself has been renamed into examples-devel.
2011-11-20 01:30:18 +01:00
Petr Machata
d5ee7fce50 Merge branch 'f16'
Conflicts:
	boost.spec
2011-11-03 22:41:18 +01:00
Petr Machata
d7d96c8c27 Use <boost/tr1/tuple> instead of C++11 header <tuple> in boost math 2011-11-03 22:39:38 +01:00
Petr Machata
aa86edc9c6 Attempt to fix the build, PATH presumably gets broken by module unload 2011-09-09 13:56:16 +02:00
Petr Machata
21495bb58e Rebuild for libicu soname bump
- Resolves: #736890
2011-09-09 10:05:24 +02:00
Petr Machata
388db9a379 Address some merge review comments 2011-08-30 19:33:09 +02:00
Petr Machata
08909f63ae Package examples
- Resolves: #722844
2011-07-26 12:18:35 +02:00
Petr Machata
b00a03fd36 Add upstream bugreport comment to patch3 2011-07-22 16:38:36 +02:00
Petr Machata
0d81224cf6 Use boost::throw_exception in boost/numeric/conversion
- this to allow compilation with -fno-exception
2011-07-22 11:54:22 +02:00
Denis Arnaud
cb217512d7 Upgrade to Boost-1.47.0, adding three new header-only components
(Geometry, Phoenix, Ratio) and a new library (Chrono).
2011-07-15 02:06:01 +02:00
Peter Robinson
8de4e80625 Fix compile on ARM platforms 2011-06-18 23:52:00 +01:00
Petr Machata
51023f006e Merge remote-tracking branch 'origin/master'
Conflicts:
	boost.spec
2011-04-06 16:50:27 +02:00
Petr Machata
6fa0acc376 Rewrap blurb 2011-04-06 16:28:08 +02:00
Petr Machata
646ad8dd4f Yet another way to pass -DBOOST_LIB_INSTALL_DIR to cmake 2011-04-04 14:16:11 +02:00
Deji Akingunola
787d07db37 Rebuild for mpich2 soname bump 2011-03-30 10:09:56 -04:00
Denis Arnaud
50e7fa2daf Merged the latest changes from the bug-fix release of Boost-1.46 2011-03-13 13:34:44 +01:00
Caolán McNamara
5477eebe96 rebuild for icu 4.6 2011-03-07 14:53:03 +00:00
Denis Arnaud
9865f92577 [1.46.0] Updated for (final release of) Boost 1.46.0 2011-02-25 00:34:55 +01:00
Petr Machata
078021db91 Merge remote-tracking branch 'origin/master'
Conflicts:
	boost.spec
2011-02-08 19:40:33 +01:00
Petr Machata
7a52c341d7 Fix a problem in using boost::spirit with utf-8 strings 2011-02-08 19:37:42 +01:00
Dennis Gilmore
d901bcf2c5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 23:38:31 -06:00
Petr Machata
d43949dd22 Add copy constructors and assignment operator to unordered_* 2011-02-05 10:51:31 +01:00
Petr Machata
121dc65949 Release should be 0.1.beta1, not 0.beta1 2011-02-05 01:00:06 +01:00
Petr Machata
540c65bbfc Reintroduce the soname patch 2011-02-04 18:14:11 +01:00
Petr Machata
07dee9ca25 Package 1.46.0-beta1 2011-02-03 22:35:32 +01:00
Denis Arnaud
8bb6ea14c9 [Rawhide] Renamed the patch, as it was changed and Koji did not notice it. 2011-01-10 23:07:35 +01:00
Denis Arnaud
b7e0ada0f9 - Integrated Petr's work to fix missing Boost.Filesystem V3 issue
- Resolves: #667740
2011-01-10 21:02:17 +01:00
Denis Arnaud
9cc1979eb0 - Integrated Petr's work to fix missing Boost.Filesystem V3 issue
- Resolves: #667740
2011-01-10 21:00:45 +01:00
Petr Machata
5b821b0748 Don't override CXXFLAGS with -DBOOST_IOSTREAMS_USE_DEPRECATED
- Resolves: #667294
2011-01-06 17:03:50 +01:00
Petr Machata
143f670fa9 Add boost-random DSOs
- Resolves: #665679
2011-01-03 17:44:43 +01:00
Petr Machata
0de91b187b - Build with support for iostreams deprecated functions
- Add stuff to .gitignore
- Resolves: #654480
2010-12-08 22:40:09 +01:00
Tom "spot" Callaway
74756b504a also package build-system.jam 2010-12-03 11:08:45 -05:00
Tom "spot" Callaway
ed95db05cd build boost-build and boost-jam subpackages 2010-12-02 10:50:48 -05:00
Denis Arnaud
91d00b2225 - Split the CMake-buildable tar-ball into pristine upstream tar-ball
and CMake framework patch
2010-08-22 10:40:58 +02:00
Denis Arnaud
4e883bf349 * Fri Aug 6 2010 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.44.0-0.5
- Patched header file in boost/random/detail. Resolves: #621631
2010-08-06 14:47:30 +02:00
Denis Arnaud
f3e80a3bfa * Fri Jul 31 2010 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.44.0-0.4
- Added missing header files in boost/random/detail. Resolves: #619869
2010-07-31 23:01:32 +02:00
Orcan Ogetbil
94bd2da100 - Rebuilt for
https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2010-07-28 02:33:52 +00:00
Benjamin Kosnik
3bfbaa6e4e - Rebuild. 2010-07-27 17:02:23 +00:00
Benjamin Kosnik
281f2147cf - Upstream update: Boost-1.44 with CMake enabled
- Resolves: #607615
2010-07-27 16:31:36 +00:00
dmalcolm
3f89025bf6 - Rebuilt for
https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2010-07-22 15:34:40 +00:00
Dan Horák
a1891f493f fix the arch define for ARM platforms 2010-07-15 09:39:20 +00:00
Petr Machata
71946ab51e - Turn on mpich2 on s390. Add arm to the list of arches that openmpi
doesn't support.
2010-06-04 15:47:46 +00:00
Petr Machata
53794d70d1 - Don't distribute cmake support files.
- Related: #597020
2010-06-04 15:04:53 +00:00
Dan Horák
8bda291735 - don't build with mpich2/openmpi on s390/s390x 2010-06-02 07:43:32 +00:00
Petr Machata
c6e3871a68 - Add an upstream patch that fixes computation of CRC in zlib streams.
- Resolves: #590205
2010-05-10 15:38:02 +00:00
Rex Dieter
667c3698df - -devel: own %{_datadir}/cmake/%{name}/
- -devel: Requires: cmake (for %{_datadir}/cmake ownership)
2010-05-05 18:57:54 +00:00
Caolan McNamara
324d6eb0cb rebuild for icu 2010-04-02 10:36:25 +00:00
Petr Machata
e34999075e - Add a patch for serialization of shared pointers to non polymorphic types 2010-02-22 13:26:52 +00:00
Petr Machata
e45bd9c670 - More subpackage interdependency adjustments
- boost doesn't bring in the MPI stuff. Instead, $MPI-devel does. It needs
    to, so that the symlinks don't dangle.
- boost-graph-$MPI depends on boost-$MPI so that boost-mpich2 doesn't
    satisfy the SONAME dependency of boost-graph-openmpi.
- Resolves: #559009
2010-02-02 16:16:24 +00:00
Petr Machata
cba7e47852 - Various fixes on the specification
- Resolves: #559009
Tue Feb 2 2010 Petr Machata <pmachata@redhat.com> - 1.41.0-5
- Introduce support for both OpenMPI and MPICH2
- Resolves: #559009
2010-02-02 11:50:48 +00:00
Petr Machata
c4b14f1243 - Add a patch to build mapnik
- Resolves: #558383
2010-01-25 09:40:32 +00:00
Petr Machata
721aded241 - Generalize the soname selection
Mon Jan 18 2010 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.41.0-2.2
- Further split the Boost.MPI sub-package into boost-mpi and
    boost-mpi-python
- Changed the description of Boost.MPI according to the actual dependency
    (MPICH2 rather than OpenMPI)
- Added a few details on the generation of the mpi.so library
2010-01-19 15:50:57 +00:00
Petr Machata
1891c7ba66 Commit 1.41.0 2010-01-15 16:36:38 +00:00
Petr Machata
3ce89fee2e Bah. 2009-11-16 22:51:28 +00:00
Petr Machata
78eebed0cd - translate_exception.hpp misses a include
- Related: #537612
2009-11-16 22:45:53 +00:00
Petr Machata
bcb908e5d8 - Package index.html in the -doc subpackage
- Resolves: #529030
2009-10-15 12:24:13 +00:00