- Build with support for iostreams deprecated functions
- Add stuff to .gitignore - Resolves: #654480
This commit is contained in:
parent
99812266c6
commit
80e381340c
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,6 +1,6 @@
|
|||||||
boost*.tar.*
|
boost*.tar.*
|
||||||
boost-*.src.rpm
|
boost-*.src.rpm
|
||||||
cmakeify_boost_1440.patch
|
|
||||||
clog
|
clog
|
||||||
.build*
|
.build*
|
||||||
|
boost_*/
|
||||||
|
*/*.rpm
|
||||||
|
10
boost.spec
10
boost.spec
@ -23,7 +23,7 @@ Name: boost
|
|||||||
Summary: The free peer-reviewed portable C++ source libraries
|
Summary: The free peer-reviewed portable C++ source libraries
|
||||||
Version: 1.44.0
|
Version: 1.44.0
|
||||||
%define pristine_version 1_44_0
|
%define pristine_version 1_44_0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: Boost
|
License: Boost
|
||||||
|
|
||||||
# The CMake build framework (set of CMakeLists.txt and module.cmake files) is
|
# 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
|
cd serial
|
||||||
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo %{boost_testflags} \
|
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo %{boost_testflags} \
|
||||||
-DENABLE_SINGLE_THREADED=YES -DINSTALL_VERSIONED=OFF \
|
-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}
|
make VERBOSE=1 %{?_smp_mflags}
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -742,6 +744,10 @@ find $RPM_BUILD_ROOT%{_includedir}/ \( -name '*.pl' -o -name '*.sh' \) -exec %{_
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Split the CMake-buildable tar-ball into pristine upstream tar-ball
|
||||||
and CMake framework patch
|
and CMake framework patch
|
||||||
|
Loading…
Reference in New Issue
Block a user