Skip to content

Commit

Permalink
Unpin libcxx <18 (#268)
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
  • Loading branch information
jjerphan committed Jul 31, 2024
1 parent a695a55 commit 5da9f7b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build:
skip: true # [osx and py<39]
# not ready yet; needs to unpin pybind11
skip: true # [py>=312]
number: 4
number: 5

entry_points:
- arcticdb_update_storage = arcticdb.scripts.update_storage:main
Expand All @@ -39,13 +39,7 @@ requirements:
- libprotobuf # [build_platform != target_platform]
- pkg-config # [build_platform != target_platform]
- gnuconfig # [build_platform != target_platform]
# The build of libcxx 18 is currently broken on macOS.
# See: https://github.com/conda-forge/libcxx-feedstock/issues/162
- libcxx <18 # [osx and x86_64]
host:
# The build of libcxx 18 is currently broken on macOS.
# See: https://github.com/conda-forge/libcxx-feedstock/issues/162
- libcxx <18 # [osx and x86_64]
# This environment specification must be maintained in sync with the one upstream:
# See: https://github.com/man-group/ArcticDB/blob/master/environment_unix.yml
- python
Expand Down

1 comment on commit 5da9f7b

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