@ -1,5 +1,5 @@
#
# Copyright (C) 2015-2016 OpenWrt.org
# Copyright (C) 2015-2017 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# 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
PKG_NAME := boost
PKG_VERSION := 1.62 .0
PKG_SOURCE_VERSION := 1_62 _0
PKG_RELEASE := 6
PKG_VERSION := 1.63 .0
PKG_SOURCE_VERSION := 1_63 _0
PKG_RELEASE := 1
PKG_SOURCE := $( PKG_NAME) _$( PKG_SOURCE_VERSION) .tar.bz2
PKG_SOURCE_URL := https://sourceforge.net/projects/boost/files/boost/$( PKG_VERSION)
PKG_BUILD_DIR := $( BUILD_DIR) /$( PKG_NAME) _$( PKG_SOURCE_VERSION)
HOST_BUILD_DIR := $( BUILD_DIR_HOST) /$( PKG_NAME) _$( PKG_SOURCE_VERSION)
PKG_MD5SUM := 36c96b0f6155c98404091d8ceb48319a28279ca0333fba1ad8611eb90afb2ca 0
PKG_MD5SUM := beae2529f759f6b3bf3f4969a19c2e9d6f0c503edcb2de4a61d1428519fcb3b 0
PKG_LICENSE := Boost Software License <http://www.boost.org/users/license.html>
PKG_MAINTAINER := Carlos M. Ferreira <carlosmf.pt@gmail.com>
@ -44,7 +44,7 @@ define Package/boost/Default
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
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 2 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 3 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 .
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@ -68,7 +68,7 @@ This package provides the following run-time libraries:
- date_time
- exception
- filesystem
- fiber ( Requires GCC v5 and up) - BROKEN
- fiber ( Requires GCC v5 and up)
- graph
- - graph-parallel
- iostreams
@ -88,7 +88,7 @@ This package provides the following run-time libraries:
- 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 .
See more at http : //www .boost .org /doc /libs /1_ 62 _ 0/
See more at http : //www .boost .org /doc /libs /1_ 63 _ 0/
e n d e f
PKG_BUILD_DEPENDS := boost/host PACKAGE_python:python PACKAGE_python3:python3