Skip to content

Commit

Permalink
arcticdb 3.0.0 (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Jerphanion <[email protected]>

---------

Co-authored-by: aseaton <[email protected]>
Co-authored-by: Qi <[email protected]>
Co-authored-by: Julien Jerphanion <[email protected]>
  • Loading branch information
4 people committed Sep 13, 2023
1 parent 18bf404 commit 9021dcb
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,23 @@
{% set name = "arcticdb" %}
{% set version = "2.0.0" %}
{% set version = "3.0.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/man-group/ArcticDB/archive/refs/tags/v{{ version }}.tar.gz
sha256: 149660905f2a1169a8bfeeb0f58e35e496747589a7d2147252181c4e826b3683

patches:
# When cross-compiling for apple-silicon, we absolutely need to make sure
# 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
sha256: 85b3bb3e853e4fcd855cd3edd8a2f50b5d16b2fdf0136553944b093ddaa3446a

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: 1
number: 0

entry_points:
- arcticdb_update_storage = arcticdb.scripts.update_storage:main

requirements:
build:
Expand Down Expand Up @@ -58,6 +54,9 @@ requirements:
- cyrus-sasl =2.1.27
- msgpack-c
- aws-sdk-cpp
- azure-core-cpp
- azure-identity-cpp
- azure-storage-blobs-cpp
- bitmagic
- krb5 =1.20.1
- xxhash
Expand Down

1 comment on commit 9021dcb

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