mirror of
https://github.com/boostorg/mpi.git
synced 2026-01-19 04:22:10 +00:00
Switch to library requirements instead of source. As source puts extra source in install targets.
This commit is contained in:
36
build.jam
36
build.jam
@@ -7,24 +7,24 @@ import project ;
|
||||
|
||||
project /boost/mpi
|
||||
: common-requirements
|
||||
<source>/boost/assert//boost_assert
|
||||
<source>/boost/config//boost_config
|
||||
<source>/boost/core//boost_core
|
||||
<source>/boost/foreach//boost_foreach
|
||||
<source>/boost/function//boost_function
|
||||
<source>/boost/graph//boost_graph
|
||||
<source>/boost/integer//boost_integer
|
||||
<source>/boost/iterator//boost_iterator
|
||||
<source>/boost/lexical_cast//boost_lexical_cast
|
||||
<source>/boost/mpl//boost_mpl
|
||||
<source>/boost/optional//boost_optional
|
||||
<source>/boost/python//boost_python
|
||||
<source>/boost/serialization//boost_serialization
|
||||
<source>/boost/smart_ptr//boost_smart_ptr
|
||||
<source>/boost/static_assert//boost_static_assert
|
||||
<source>/boost/throw_exception//boost_throw_exception
|
||||
<source>/boost/type_traits//boost_type_traits
|
||||
<source>/boost/utility//boost_utility
|
||||
<library>/boost/assert//boost_assert
|
||||
<library>/boost/config//boost_config
|
||||
<library>/boost/core//boost_core
|
||||
<library>/boost/foreach//boost_foreach
|
||||
<library>/boost/function//boost_function
|
||||
<library>/boost/graph//boost_graph
|
||||
<library>/boost/integer//boost_integer
|
||||
<library>/boost/iterator//boost_iterator
|
||||
<library>/boost/lexical_cast//boost_lexical_cast
|
||||
<library>/boost/mpl//boost_mpl
|
||||
<library>/boost/optional//boost_optional
|
||||
<library>/boost/python//boost_python
|
||||
<library>/boost/serialization//boost_serialization
|
||||
<library>/boost/smart_ptr//boost_smart_ptr
|
||||
<library>/boost/static_assert//boost_static_assert
|
||||
<library>/boost/throw_exception//boost_throw_exception
|
||||
<library>/boost/type_traits//boost_type_traits
|
||||
<library>/boost/utility//boost_utility
|
||||
<include>include
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user