Skip to content

Commit 04631b5

Browse files
committed
depends: boost: update to 1.90.0
1 parent ea91f31 commit 04631b5

File tree

3 files changed

+5
-63
lines changed

3 files changed

+5
-63
lines changed

contrib/depends/packages/boost.mk

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
package=boost
2-
$(package)_version=1.85.0
3-
$(package)_download_path=https://archives.boost.io/release/$($(package)_version)/source/
4-
$(package)_file_name=$(package)_$(subst .,_,$($(package)_version)).tar.gz
5-
$(package)_sha256_hash=be0d91732d5b0cc6fbb275c7939974457e79b54d6f07ce2e3dfdd68bef883b0b
6-
$(package)_patches=disable_addr2line.patch filesystem_macos_sdk.patch
2+
$(package)_version=1.90.0
3+
$(package)_download_path=https://github.com/boostorg/boost/releases/download/boost-$($(package)_version)
4+
$(package)_file_name=boost-$($(package)_version)-b2-nodocs.tar.gz
5+
$(package)_sha256_hash=e848446c6fec62d8a96b44ed7352238b3de040b8b9facd4d6963b32f541e00f5
76

87
define $(package)_set_vars
98
$(package)_config_opts=variant=release
@@ -28,8 +27,6 @@ $(package)_cxxflags_freebsd=-fPIC
2827
endef
2928

3029
define $(package)_preprocess_cmds
31-
patch -p1 -i $($(package)_patch_dir)/disable_addr2line.patch && \
32-
patch -p1 -i $($(package)_patch_dir)/filesystem_macos_sdk.patch && \
3330
echo "using $(boost_toolset_$(host_os)) : : $($(package)_cxx) : <cxxflags>\"$($(package)_cxxflags) $($(package)_cppflags)\" <linkflags>\"$($(package)_ldflags)\" <archiver>\"$(boost_archiver_$(host_os))\" <arflags>\"$($(package)_arflags)\" <striper>\"$(host_STRIP)\" <ranlib>\"$(host_RANLIB)\" <rc>\"$(host_WINDRES)\" : ;" > user-config.jam
3431
endef
3532

@@ -43,4 +40,4 @@ endef
4340

4441
define $(package)_stage_cmds
4542
./b2 -d0 -j4 --prefix=$($(package)_staging_prefix_dir) $($(package)_config_opts) install
46-
endef
43+
endef

contrib/depends/patches/boost/disable_addr2line.patch

Lines changed: 0 additions & 42 deletions
This file was deleted.

contrib/depends/patches/boost/filesystem_macos_sdk.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)