- Build with support for iostreams deprecated functions

- Add stuff to .gitignore
- Resolves: #654480
This commit is contained in:
Petr Machata 2010-12-08 19:15:44 +01:00
parent 99812266c6
commit 80e381340c
2 changed files with 10 additions and 4 deletions

4
.gitignore vendored
View File

@ -1,6 +1,6 @@
boost*.tar.*
boost-*.src.rpm
cmakeify_boost_1440.patch
clog
.build*
boost_*/
*/*.rpm

View File

@ -23,7 +23,7 @@ Name: boost
Summary: The free peer-reviewed portable C++ source libraries
Version: 1.44.0
%define pristine_version 1_44_0
Release: 1%{?dist}
Release: 2%{?dist}
License: Boost
# The CMake build framework (set of CMakeLists.txt and module.cmake files) is
@ -383,7 +383,9 @@ backend to do the parallel work.
cd serial
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo %{boost_testflags} \
-DENABLE_SINGLE_THREADED=YES -DINSTALL_VERSIONED=OFF \
-DWITH_MPI=OFF ..
-DWITH_MPI=OFF \
-DCMAKE_CXX_FLAGS=-DBOOST_IOSTREAMS_USE_DEPRECATED \
..
make VERBOSE=1 %{?_smp_mflags}
)
@ -742,6 +744,10 @@ find $RPM_BUILD_ROOT%{_includedir}/ \( -name '*.pl' -o -name '*.sh' \) -exec %{_
%endif
%changelog
* Wed Dec 8 2010 Petr Machata <pmachata@redhat.com> - 1.44.0-2
- Build with support for iostreams deprecated functions
- Resolves: #654480
* Sat Aug 21 2010 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.44.0-1
- Split the CMake-buildable tar-ball into pristine upstream tar-ball
and CMake framework patch