Skip to content

Commit 4bdad99

Browse files
committed
depends: bump boost to 1.58.0
1 parent d0a10c1 commit 4bdad99

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

depends/packages/boost.mk

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
package=boost
2-
$(package)_version=1_55_0
3-
$(package)_download_path=http://sourceforge.net/projects/boost/files/boost/1.55.0
2+
$(package)_version=1_58_0
3+
$(package)_download_path=http://sourceforge.net/projects/boost/files/boost/1.58.0
44
$(package)_file_name=$(package)_$($(package)_version).tar.bz2
5-
$(package)_sha256_hash=fff00023dd79486d444c8e29922f4072e1d451fc5a4d2b6075852ead7f2b7b52
6-
$(package)_patches=darwin_boost_atomic-1.patch darwin_boost_atomic-2.patch gcc_5_no_cxx11.patch
5+
$(package)_sha256_hash=fdfc204fc33ec79c99b9a74944c3e54bd78be4f7f15e260c0e2700a36dc7d3e5
76

87
define $(package)_set_vars
98
$(package)_config_opts_release=variant=release
@@ -26,9 +25,6 @@ $(package)_cxxflags_linux=-fPIC
2625
endef
2726

2827
define $(package)_preprocess_cmds
29-
patch -p2 < $($(package)_patch_dir)/darwin_boost_atomic-1.patch && \
30-
patch -p2 < $($(package)_patch_dir)/darwin_boost_atomic-2.patch && \
31-
patch -p2 < $($(package)_patch_dir)/gcc_5_no_cxx11.patch && \
3228
echo "using $(boost_toolset_$(host_os)) : : $($(package)_cxx) : <cxxflags>\"$($(package)_cxxflags) $($(package)_cppflags)\" <linkflags>\"$($(package)_ldflags)\" <archiver>\"$(boost_archiver_$(host_os))\" <striper>\"$(host_STRIP)\" <ranlib>\"$(host_RANLIB)\" <rc>\"$(host_WINDRES)\" : ;" > user-config.jam
3329
endef
3430

0 commit comments

Comments
 (0)