# HG changeset patch # User Mark Brand # Date 1345543519 -7200 # Node ID b05ef486ffea08ceb9937809be91040be7079d70 # Parent 4c2874e00f0c9f45a11d03e3dc40bcf942412950 update package boost diff -r 4c2874e00f0c -r b05ef486ffea index.html --- a/index.html Sat Aug 25 16:40:28 2012 +0200 +++ b/index.html Tue Aug 21 12:05:19 2012 +0200 @@ -955,7 +955,7 @@ boost - 1.50.0 + 1.51.0 Boost C++ Library diff -r 4c2874e00f0c -r b05ef486ffea src/boost.mk --- a/src/boost.mk Sat Aug 25 16:40:28 2012 +0200 +++ b/src/boost.mk Tue Aug 21 12:05:19 2012 +0200 @@ -3,7 +3,7 @@ PKG := boost $(PKG)_IGNORE := -$(PKG)_CHECKSUM := ee06f89ed472cf369573f8acf9819fbc7173344e +$(PKG)_CHECKSUM := 52ef06895b97cc9981b8abf1997c375ca79f30c5 $(PKG)_SUBDIR := boost_$(subst .,_,$($(PKG)_VERSION)) $(PKG)_FILE := boost_$(subst .,_,$($(PKG)_VERSION)).tar.bz2 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/boost/boost/$($(PKG)_VERSION)/$($(PKG)_FILE) @@ -17,6 +17,8 @@ endef define $(PKG)_BUILD + # context switched library introduced in boost 1.51.0 does not build + rm -r '$(1)/libs/context' # old version appears to interfere rm -rf '$(PREFIX)/$(TARGET)/include/boost/' echo 'using gcc : : $(TARGET)-g++ : $(TARGET)-windres $(TARGET)-ar ;' > '$(1)/user-config.jam'