Skip to content

Commit

Permalink
Merge pull request #44 from mehertz/folly-pin
Browse files Browse the repository at this point in the history
Pin Folly on 2023.08.07.00
  • Loading branch information
mehertz authored Aug 14, 2023
2 parents 6cad97c + f2daa9f commit a99f89a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build:
# is not available for Windows on conda-forge
# See: https://github.com/conda-forge/folly-feedstock/pull/98
skip: true # [win]
number: 1
number: 2

requirements:
build:
Expand All @@ -41,7 +41,8 @@ requirements:
# See: https://github.com/man-group/ArcticDB/blob/master/environment_unix.yml
- python
- pip
- folly
# See reason for pin below
- folly <=2023.08.07.00
- lz4-c
- prometheus-cpp
- double-conversion
Expand Down Expand Up @@ -93,7 +94,10 @@ requirements:
- decorator
- prometheus_client
# Required at runtime for their dynamically shared objects.
- folly
# 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 a99f89a

@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.