Browse Source

Boost Makefile Update to Version 1.59

This commit updates Boost to version 1.59, released in the 13th of August of 2015 [1].
  - The new version adds two new template libraries, Convert [2] and CoRoutine2 [3].
  - [Warning]-> CoRoutine2 library absolutly requires a C++14 compiler.
  - patch 001-mips-options-fix.patch was removed, since it is already incorporated upstream.

[1] - http://www.boost.org/users/history/version_1_59_0.html
[2] - http://www.boost.org/libs/convert/
[3] - http://www.boost.org/libs/coroutine2/

Signed-off-by: Carlos Ferreira <carlosmf.pt@gmail.com>
cmf 9 years ago
parent
commit
ac8ed17be9
2 changed files with 4 additions and 14 deletions
  1. 4
    3
      libs/boost/Makefile
  2. 0
    11
      libs/boost/patches/001-mips-options-fix.patch

+ 4
- 3
libs/boost/Makefile View File

16
 include $(INCLUDE_DIR)/target.mk 
16
 include $(INCLUDE_DIR)/target.mk 
17
 
17
 
18
 PKG_NAME:=boost
18
 PKG_NAME:=boost
19
-PKG_VERSION:=1_58_0
20
-PKG_RELEASE:=6
19
+PKG_VERSION:=1_59_0
20
+PKG_RELEASE:=1
21
 
21
 
22
 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
22
 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
23
 PKG_SOURCE_URL:=@SF/boost
23
 PKG_SOURCE_URL:=@SF/boost
24
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)_$(PKG_VERSION)
24
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)_$(PKG_VERSION)
25
 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)_$(PKG_VERSION)
25
 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)_$(PKG_VERSION)
26
-PKG_MD5SUM:=5a5d5614d9a07672e1ab2a250b5defc5
26
+PKG_MD5SUM:=51528a0e3b33d9e10aaa311d9eb451e3
27
 PKG_LICENSE:=Boost Software License <http://www.boost.org/users/license.html>
27
 PKG_LICENSE:=Boost Software License <http://www.boost.org/users/license.html>
28
 PKG_MAINTAINER:=Carlos M. Ferreira <carlosmf.pt@gmail.com>
28
 PKG_MAINTAINER:=Carlos M. Ferreira <carlosmf.pt@gmail.com>
29
 
29
 
109
   $(call Package/boost/Default)
109
   $(call Package/boost/Default)
110
   TITLE+= (test)
110
   TITLE+= (test)
111
   HIDDEN:=1  
111
   HIDDEN:=1  
112
+  DEPENDS+=+boost-system +boost-timer
112
 endef
113
 endef
113
 
114
 
114
 define Build/Configure
115
 define Build/Configure

+ 0
- 11
libs/boost/patches/001-mips-options-fix.patch View File

1
---- boost_1_58_0/tools/build/src/tools/gcc.jam 2015-04-23 12:01:37.723438995 +0200
2
-+++ boost_1_58_0/tools/build/src/tools/gcc.jam 2015-04-23 12:00:21.427441384 +0200
3
-@@ -451,7 +451,7 @@
4
-         else
5
-         {
6
-             local arch = [ feature.get-values architecture : $(properties) ] ;
7
--            if $(arch) != arm
8
-+            if $(arch) = power || $(arch) = sparc || $(arch) = x86
9
-             {
10
-                 if $(model) = 32
11
-                 {