forked from pool/boost
Accepting request 206398 from home:jengelh:branches:devel:libraries:c_c++
- Split libboost_graph so that the MPI components are not forced OBS-URL: https://build.opensuse.org/request/show/206398 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=113
This commit is contained in:
committed by
Git OBS Bridge
parent
57ecaddbd5
commit
1240cf29df
@@ -5,6 +5,7 @@ libboost_context1_54_0
|
|||||||
libboost_date_time1_54_0
|
libboost_date_time1_54_0
|
||||||
libboost_filesystem1_54_0
|
libboost_filesystem1_54_0
|
||||||
libboost_graph1_54_0
|
libboost_graph1_54_0
|
||||||
|
libboost_graph_parallel1_54_0
|
||||||
libboost_iostreams1_54_0
|
libboost_iostreams1_54_0
|
||||||
libboost_math1_54_0
|
libboost_math1_54_0
|
||||||
libboost_mpi1_54_0
|
libboost_mpi1_54_0
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 20 12:51:53 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Split libboost_graph so that the MPI components are not forced
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 18 16:40:37 UTC 2013 - dap.darkness@gmail.com
|
Wed Sep 18 16:40:37 UTC 2013 - dap.darkness@gmail.com
|
||||||
|
|
||||||
|
|||||||
17
boost.spec
17
boost.spec
@@ -60,13 +60,11 @@
|
|||||||
%define most_libs %boost_libs1 %boost_libs2 %boost_libs3 %boost_libs4 %boost_libs5 %boost_libs6 %boost_libs7
|
%define most_libs %boost_libs1 %boost_libs2 %boost_libs3 %boost_libs4 %boost_libs5 %boost_libs6 %boost_libs7
|
||||||
|
|
||||||
%if %build_mpi
|
%if %build_mpi
|
||||||
%define all_libs %{most_libs} libboost_mpi%{lib_appendix}
|
%define all_libs %{most_libs} libboost_graph_parallel%lib_appendix libboost_mpi%{lib_appendix}
|
||||||
%else
|
%else
|
||||||
%define all_libs %{most_libs}
|
%define all_libs %{most_libs}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define debug_package_requires %{all_libs}
|
|
||||||
|
|
||||||
Name: boost
|
Name: boost
|
||||||
BuildRequires: boost-jam >= 3.1.19
|
BuildRequires: boost-jam >= 3.1.19
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
@@ -250,6 +248,13 @@ Requires: boost-license%{lib_appendix}
|
|||||||
%description -n libboost_graph%{lib_appendix}
|
%description -n libboost_graph%{lib_appendix}
|
||||||
This package contains the Boost::Graph Runtime libraries.
|
This package contains the Boost::Graph Runtime libraries.
|
||||||
|
|
||||||
|
%package -n libboost_graph_parallel%lib_appendix
|
||||||
|
Summary: Boost graph::distributed runtime libraries
|
||||||
|
Group: System/Libraries
|
||||||
|
Requires: boost-license%lib_appendix
|
||||||
|
|
||||||
|
%description -n libboost_graph_parallel%lib_appendix
|
||||||
|
This package contains the boost::graph::distributed runtime libraries.
|
||||||
|
|
||||||
%package -n libboost_iostreams%{lib_appendix}
|
%package -n libboost_iostreams%{lib_appendix}
|
||||||
Summary: Boost::IOStreams Runtime Libraries
|
Summary: Boost::IOStreams Runtime Libraries
|
||||||
@@ -649,7 +654,11 @@ rm -f %{buildroot}%{_libdir}/*.a
|
|||||||
|
|
||||||
%files -n libboost_graph%{lib_appendix}
|
%files -n libboost_graph%{lib_appendix}
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
%{_libdir}/libboost_graph*.so.*
|
%{_libdir}/libboost_graph.so.*
|
||||||
|
|
||||||
|
%files -n libboost_graph_parallel%lib_appendix
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%_libdir/libboost_graph_parallel.so.*
|
||||||
|
|
||||||
%files -n libboost_iostreams%{lib_appendix}
|
%files -n libboost_iostreams%{lib_appendix}
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
|
|||||||
Reference in New Issue
Block a user