mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Tobias Schmidl <T.Schmidl@erhardt-leimer.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 1/2] Added cross library dependencies
Date: Tue, 26 Jan 2016 14:22:16 +0100	[thread overview]
Message-ID: <OF1909EA64.1E022D10-ONC1257F46.0049734E-C1257F46.00497350@erhardt-leimer.com> (raw)
In-Reply-To: 

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>
---
 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

             reply	other threads:[~2016-01-26 13:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-26 13:22 Tobias Schmidl [this message]
2016-02-11 11:25 ` Michael Olbrich

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=OF1909EA64.1E022D10-ONC1257F46.0049734E-C1257F46.00497350@erhardt-leimer.com \
    --to=t.schmidl@erhardt-leimer.com \
    --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