Skip to content

Commit

Permalink
Update boost-cpp to 1.84 (#1770)
Browse files Browse the repository at this point in the history
* Update boost-cpp to 1.87

* remove patches
  • Loading branch information
anutosh491 authored Jan 24, 2025
1 parent ae68f93 commit 6b4b550
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 298 deletions.
30 changes: 0 additions & 30 deletions recipes/recipes_emscripten/boost-cpp/0001-config-libcpp15.patch

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

13 changes: 5 additions & 8 deletions recipes/recipes_emscripten/boost-cpp/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
context:
version: "1.80.0"
filename: boost_${{ version | replace('.', '_') }}.tar.bz2
version: 1.84.0

package:
name: boost-cpp
version: ${{ version }}

source:
url: https://boostorg.jfrog.io/artifactory/main/release/${{ version }}/source/${{
filename }}
sha256: 1e19565d82e43bc59209a168f5ac899d3ba471d55c7610c677d4ccf2c9c500c0
patches:
- 0001-config-libcpp15.patch
url: https://github.com/boostorg/boost/releases/download/boost-${{ version }}/boost-${{ version }}.tar.gz
sha256: 4d27e9efed0f6f152dc28db6430b9d3dfb40c0345da7342eaa5a987dde57bd95

build:
number: 0
Expand All @@ -22,9 +18,10 @@ requirements:
host:
- bzip2
- zlib

- zstd
run:
- bzip2
- zstd

about:
license: BSL-1.0
Expand Down

0 comments on commit 6b4b550

Please sign in to comment.