@ -1,5 +1,5 @@
#
#
# Copyright (C) 2015-2017 OpenWrt.org
# Copyright (C) 2015-2018 OpenWrt.org
#
#
# This is free software, licensed under the GNU General Public License v2.
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
# See /LICENSE for more information.
@ -16,15 +16,15 @@ include $(INCLUDE_DIR)/nls.mk
i n c l u d e $( INCLUDE_DIR ) / t a r g e t . m k
i n c l u d e $( INCLUDE_DIR ) / t a r g e t . m k
PKG_NAME := boost
PKG_NAME := boost
PKG_VERSION := 1.66 .0
PKG_SOURCE_VERSION := 1_66 _0
PKG_VERSION := 1.67 .0
PKG_SOURCE_VERSION := 1_67 _0
PKG_RELEASE := 1
PKG_RELEASE := 1
PKG_SOURCE := $( PKG_NAME) _$( PKG_SOURCE_VERSION) .tar.bz2
PKG_SOURCE := $( PKG_NAME) _$( PKG_SOURCE_VERSION) .tar.bz2
PKG_SOURCE_URL := https://sourceforge.net/projects/boost/files/boost/$( PKG_VERSION)
PKG_SOURCE_URL := https://sourceforge.net/projects/boost/files/boost/$( PKG_VERSION)
PKG_BUILD_DIR := $( BUILD_DIR) /$( PKG_NAME) _$( PKG_SOURCE_VERSION)
PKG_BUILD_DIR := $( BUILD_DIR) /$( PKG_NAME) _$( PKG_SOURCE_VERSION)
HOST_BUILD_DIR := $( BUILD_DIR_HOST) /$( PKG_NAME) _$( PKG_SOURCE_VERSION)
HOST_BUILD_DIR := $( BUILD_DIR_HOST) /$( PKG_NAME) _$( PKG_SOURCE_VERSION)
PKG_HASH := 5721818253e6a0989583192f96782c4a98eb6204965316df9f5ad75819225ca9
PKG_HASH := 2684c972994ee57fc5632e03bf044746f6eb45d4920c343937a465fd67a5adba
PKG_LICENSE := Boost Software License <http://www.boost.org/users/license.html>
PKG_LICENSE := Boost Software License <http://www.boost.org/users/license.html>
PKG_MAINTAINER := Carlos M. Ferreira <carlosmf.pt@gmail.com>
PKG_MAINTAINER := Carlos M. Ferreira <carlosmf.pt@gmail.com>
@ -44,7 +44,7 @@ define Package/boost/Default
e n d e f
e n d e f
d e f i n e P a c k a g e / b o o s t / d e s c r i p t i o n
d e f i n e P a c k a g e / b o o s t / d e s c r i p t i o n
T h i s p a c k a g e p r o v i d e s t h e B o o s t v 1 . 6 6 . 0 l i b r a r i e s .
T h i s p a c k a g e p r o v i d e s t h e B o o s t v 1 . 6 7 . 0 l i b r a r i e s .
B o o s t i s a s e t o f f r e e , p e e r - r e v i e w e d , p o r t a b l e C + + s o u r c e l i b r a r i e s .
B o o s t i s a s e t o f f r e e , p e e r - r e v i e w e d , p o r t a b l e C + + s o u r c e l i b r a r i e s .
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@ -90,7 +90,7 @@ This package provides the following run-time libraries:
- wave
- wave
T h e r e a r e m a n y m o r e h e a d e r - o n l y l i b r a r i e s s u p p o r t e d b y B o o s t .
T h e r e a r e m a n y m o r e h e a d e r - o n l y l i b r a r i e s s u p p o r t e d b y B o o s t .
See more at http : //www .boost .org /doc /libs /1_ 66 _ 0/
See more at http : //www .boost .org /doc /libs /1_ 67 _ 0/
e n d e f
e n d e f
PKG_BUILD_DEPENDS := boost/host PACKAGE_python:python PACKAGE_python3:python3
PKG_BUILD_DEPENDS := boost/host PACKAGE_python:python PACKAGE_python3:python3
@ -301,6 +301,7 @@ $(eval $(call DefineBoostLibrary,atomic,system,))
$( eval $ ( call DefineBoostLibrary ,chrono ,system ,) )
$( eval $ ( call DefineBoostLibrary ,chrono ,system ,) )
$( eval $ ( call DefineBoostLibrary ,container ,,) )
$( eval $ ( call DefineBoostLibrary ,container ,,) )
$( eval $ ( call DefineBoostLibrary ,context ,chrono system thread ,) )
$( eval $ ( call DefineBoostLibrary ,context ,chrono system thread ,) )
$( eval $ ( call DefineBoostLibrary ,contract ,system ,) )
$( eval $ ( call DefineBoostLibrary ,coroutine ,system chrono context thread ,) )
$( eval $ ( call DefineBoostLibrary ,coroutine ,system chrono context thread ,) )
$( eval $ ( call DefineBoostLibrary ,date_time ,,) )
$( eval $ ( call DefineBoostLibrary ,date_time ,,) )
#$(eval $(call DefineBoostLibrary,exception,,))
#$(eval $(call DefineBoostLibrary,exception,,))