From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH 1/2] Added cross library dependencies
Date: Thu, 11 Feb 2016 12:25:40 +0100 [thread overview]
Message-ID: <20160211112540.GH32288@pengutronix.de> (raw)
In-Reply-To: <OF1909EA64.1E022D10-ONC1257F46.0049734E-C1257F46.00497350@erhardt-leimer.com>
On Tue, Jan 26, 2016 at 02:22:16PM +0100, Tobias Schmidl wrote:
> Lots of boost repositories cannot be built if another boost lib isn't
> present. This patch adds some checks against this.
>
> Signed-off-by: Tobias Schmidl <T.Schmidl@erhardt-leimer.com>
Thanks, applied.
Michael
> ---
> rules/boost.in | 15 ++++++++++++---
> 1 file changed, 12 insertions(+), 3 deletions(-)
>
> diff --git a/rules/boost.in b/rules/boost.in
> index 7c196f4..f1ceeb0 100644
> --- a/rules/boost.in
> +++ b/rules/boost.in
> @@ -30,6 +30,7 @@ menuconfig BOOST
> For details see the project homepage:
>
> http://www.boost.org/
> +
> if BOOST
> comment "Targetinstall Options "
>
> @@ -65,7 +66,10 @@ comment "Boost Libraries"
>
> config BOOST_ATOMIC
> bool
> + select BOOST_CHRONO
> + select BOOST_DATE_TIME
> select BOOST_SYSTEM
> + select BOOST_THREAD
> prompt "atomic"
> help
> Boost atomic library
> @@ -150,6 +154,11 @@ config BOOST_LOCALE
>
> config BOOST_LOG
> bool
> + select BOOST_DATE_TIME
> + select BOOST_FILESYSTEM
> + select BOOST_REGEX
> + select BOOST_SYSTEM
> + select BOOST_THREAD
> prompt "log"
> help
> Boost log library
> @@ -158,13 +167,13 @@ config BOOST_MATH
> bool
> prompt "math"
> help
> - Boost iostream library
> + Boost Math library
>
> config BOOST_MPI
> bool
> prompt "mpi"
> help
> - Boost iostream library
> + Boost MPI library
>
> config BOOST_PROGRAM_OPTIONS
> bool
> @@ -222,7 +231,7 @@ config BOOST_TIMER
> select BOOST_SYSTEM
> prompt "timer"
> help
> - Boost iostream library
> + Boost timer library
>
> config BOOST_WAVE
> bool
> --
> 2.1.4
>
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
prev parent reply other threads:[~2016-02-11 11:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-26 13:22 Tobias Schmidl
2016-02-11 11:25 ` Michael Olbrich [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160211112540.GH32288@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox