Skip to content

Commit

Permalink
Rebuild against folly runtime-constrained builds (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjerphan committed Aug 28, 2023
1 parent a99f89a commit 8e2d318
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ source:
# that there is no hard-coded compiler in the cmake-preset / cmake-config.
# While man-group/ArcticDB#662 is not merged,
# we use a patch to remove the hard coded clang
- patches/patch_compiler_for_darwin.patch
- patches/patch_compiler_for_darwin.patch

build:
# We skip the build on Windows because one of the dependencies (folly)
# is not available for Windows on conda-forge
# See: https://github.com/conda-forge/folly-feedstock/pull/98
skip: true # [win]
number: 2
number: 3

requirements:
build:
Expand All @@ -41,8 +41,7 @@ requirements:
# See: https://github.com/man-group/ArcticDB/blob/master/environment_unix.yml
- python
- pip
# See reason for pin below
- folly <=2023.08.07.00
- folly
- lz4-c
- prometheus-cpp
- double-conversion
Expand Down Expand Up @@ -93,11 +92,6 @@ requirements:
- pyyaml
- decorator
- prometheus_client
# Required at runtime for their dynamically shared objects.
# Pin to prevent errors such as:
# E ImportError: .../arcticdb_ext.cpython-39-x86_64-linux-gnu.so: undefined symbol:
# _ZNK5folly7futures6detail8CoreBase11getExecutorEv
- folly <=2023.08.07.00
# Resolves https://github.com/man-group/ArcticDB/issues/465
- aws-crt-cpp >=0.19.8
- prometheus-cpp
Expand Down

1 comment on commit 8e2d318

@conda-forge-webservices
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community Element channel.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.