mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: jon@ringle.org
To: ptxdist@pengutronix.de
Cc: Jon Ringle <jringle@gridpoint.com>
Subject: [ptxdist] [PATCH v2] boost: version bump 1.60.0 -> 1.67.0
Date: Wed,  6 Jun 2018 11:00:18 -0400	[thread overview]
Message-ID: <1528297218-16220-1-git-send-email-jon@ringle.org> (raw)

From: Jon Ringle <jringle@gridpoint.com>

Signed-off-by: Jon Ringle <jringle@gridpoint.com>
---
 rules/boost.in   | 29 +++++++++++++++++++++--------
 rules/boost.make |  8 +++++---
 2 files changed, 26 insertions(+), 11 deletions(-)

diff --git a/rules/boost.in b/rules/boost.in
index b9a713d..26cb188 100644
--- a/rules/boost.in
+++ b/rules/boost.in
@@ -89,6 +89,12 @@ config BOOST_CONTAINER
 	help
 	  Boost container library
 
+config BOOST_CONTRACT
+	bool
+	prompt "contract"
+	help
+	  Boost contract library
+
 config BOOST_CONTEXT
 	bool
 	prompt "context"
@@ -98,16 +104,10 @@ config BOOST_CONTEXT
 config BOOST_COROUTINE
 	bool
 	select BOOST_CONTEXT
-	prompt "coroutine"
+	prompt "coroutine (deprecated)"
 	help
 	  Boost coroutine library
-
-config BOOST_COROUTINE2
-	bool
-	select BOOST_CONTEXT
-	prompt "coroutine2"
-	help
-	  Boost coroutine2 library
+	  This library is deprecated in favor of the header-only coroutine2 library
 
 config BOOST_DATE_TIME
 	bool
@@ -121,6 +121,13 @@ config BOOST_EXCEPTION
 	help
 	  Boost exception library
 
+config BOOST_FIBER
+	bool
+	select BOOST_CONTEXT
+	prompt "fiber"
+	help
+	  Boost fiber library
+
 config BOOST_FILESYSTEM
 	bool
 	select BOOST_SYSTEM
@@ -207,6 +214,12 @@ config BOOST_SIGNALS
 	help
 	  Boost signals library
 
+config BOOST_STACKTRACE
+	bool
+	prompt "stacktrace"
+	help
+	  Boost stacktrace library
+
 config BOOST_SYSTEM
 	bool
 	prompt "system"
diff --git a/rules/boost.make b/rules/boost.make
index 8e8b5a3..c89393c 100644
--- a/rules/boost.make
+++ b/rules/boost.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_BOOST) += boost
 #
 # Paths and names
 #
-BOOST_VERSION	:= 1_60_0
-BOOST_MD5	:= 65a840e1a0b13a558ff19eeb2c4f0cbe
+BOOST_VERSION	:= 1_67_0
+BOOST_MD5	:= ced776cb19428ab8488774e1415535ab
 BOOST		:= boost_$(BOOST_VERSION)
 BOOST_SUFFIX	:= tar.bz2
 BOOST_URL	:= $(call ptx/mirror, SF, boost/$(BOOST).$(BOOST_SUFFIX))
@@ -95,10 +95,11 @@ BOOST_LIBRARIES-$(PTXCONF_BOOST_ATOMIC)		+= atomic
 BOOST_LIBRARIES-$(PTXCONF_BOOST_CHRONO)		+= chrono
 BOOST_LIBRARIES-$(PTXCONF_BOOST_CONTAINER)	+= container
 BOOST_LIBRARIES-$(PTXCONF_BOOST_CONTEXT)	+= context
+BOOST_LIBRARIES-$(PTXCONF_BOOST_CONTRACT)	+= contract
 BOOST_LIBRARIES-$(PTXCONF_BOOST_COROUTINE)	+= coroutine
-BOOST_LIBRARIES-$(PTXCONF_BOOST_COROUTINE2)	+= coroutine2
 BOOST_LIBRARIES-$(PTXCONF_BOOST_DATE_TIME)	+= date_time
 BOOST_LIBRARIES-$(PTXCONF_BOOST_EXCEPTION)	+= exception
+BOOST_LIBRARIES-$(PTXCONF_BOOST_FIBER)		+= fiber
 BOOST_LIBRARIES-$(PTXCONF_BOOST_FILESYSTEM)	+= filesystem
 BOOST_LIBRARIES-$(PTXCONF_BOOST_GRAPH)		+= graph
 BOOST_LIBRARIES-$(PTXCONF_BOOST_GRAPH_PARALLEL)	+= graph_parallel
@@ -113,6 +114,7 @@ BOOST_LIBRARIES-$(PTXCONF_BOOST_RANDOM)		+= random
 BOOST_LIBRARIES-$(PTXCONF_BOOST_REGEX)		+= regex
 BOOST_LIBRARIES-$(PTXCONF_BOOST_SERIALIZATION)	+= serialization
 BOOST_LIBRARIES-$(PTXCONF_BOOST_SIGNALS)	+= signals
+BOOST_LIBRARIES-$(PTXCONF_BOOST_STACKTRACE)	+= stacktrace
 BOOST_LIBRARIES-$(PTXCONF_BOOST_SYSTEM)		+= system
 BOOST_LIBRARIES-$(PTXCONF_BOOST_TEST)		+= test
 BOOST_LIBRARIES-$(PTXCONF_BOOST_THREAD)		+= thread
-- 
1.9.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

                 reply	other threads:[~2018-06-06 15:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1528297218-16220-1-git-send-email-jon@ringle.org \
    --to=jon@ringle.org \
    --cc=jringle@gridpoint.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