Skip to content

Commit

Permalink
[bot-automerge] folly v2024.02.26.00 (#168)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Feb 26, 2024
2 parents 47920d6 + 610d428 commit f194d68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "2024.02.19.00" %}
{% set version = "2024.02.26.00" %}
{% set jemalloc_enabled = folly_build_ext is not undefined and folly_build_ext == "jemalloc" %}
{% set build_ext = "_jemalloc" if jemalloc_enabled else "" %}

Expand All @@ -8,13 +8,13 @@ package:

source:
url: https://github.com/facebook/folly/archive/v{{ version }}.tar.gz
sha256: 4e59f3f95dcccb503f87e677a231c107e7595c610a3f4f2e81d768436e47012f
sha256: 83e47b22c3387ea0ea4cd79be2d404ba181869968300575e2431805d633ebcb6
patches:
- 0001-Use-CMAKE_SYSTEM_PROCESSOR-instead-of-CMAKE_LIBRARY_.patch
- 0001-Add-missing-unistd-include.patch

build:
number: 2
number: 0
string: h{{ PKG_HASH }}_{{ PKG_BUILDNUM }}{{ build_ext }}
ignore_run_exports:
- jemalloc # [(not osx) and (folly_build_ext is not undefined and folly_build_ext == "jemalloc")]
Expand Down

0 comments on commit f194d68

Please sign in to comment.