include $(INCLUDE_DIR)/target.mk
PKG_NAME:=boost
-PKG_VERSION:=1.65.1
-PKG_SOURCE_VERSION:=1_65_1
-PKG_RELEASE:=2
+PKG_VERSION:=1.66.0
+PKG_SOURCE_VERSION:=1_66_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_HASH:=9807a5d16566c57fd74fb522764e0b134a8bbe6b6e8967b83afefd30dcd3be81
+PKG_HASH:=5721818253e6a0989583192f96782c4a98eb6204965316df9f5ad75819225ca9
PKG_LICENSE:=Boost Software License <http://www.boost.org/users/license.html>
PKG_MAINTAINER:=Carlos M. Ferreira <carlosmf.pt@gmail.com>
endef
define Package/boost/description
-This package provides the Boost v1.65.1 libraries.
+This package provides the Boost v1.66.0 libraries.
Boost is a set of free, peer-reviewed, portable C++ source libraries.
-----------------------------------------------------------------------------
- regex
- serialization and wserialization
- signals
- - stackstrace (new in 1.65.0)
+ - stackstrace
- system
- thread
- timer
- wave
There are many more header-only libraries supported by Boost.
-See more at http://www.boost.org/doc/libs/1_65_1/
+See more at http://www.boost.org/doc/libs/1_66_0/
endef
PKG_BUILD_DEPENDS:=boost/host PACKAGE_python:python PACKAGE_python3:python3
+++ /dev/null
-Index: boost_1_65_1/libs/fiber/src/numa/linux/pin_thread.cpp
-===================================================================
---- boost_1_65_1.orig/libs/fiber/src/numa/linux/pin_thread.cpp
-+++ boost_1_65_1/libs/fiber/src/numa/linux/pin_thread.cpp
-@@ -9,6 +9,7 @@
- extern "C" {
- #include <pthread.h>
- #include <sched.h>
-+#include <string.h>
- }
-
- #include <system_error>