Skip to content

Commit

Permalink
arcticdb v2.0.0 (#49)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] committed Aug 29, 2023
2 parents 8e2d318 + 916eb4d commit 9ded7ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
10 changes: 0 additions & 10 deletions .ci_support/migrations/msgpack_c6.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64]
libevent:
- "2.1.10"
- "2.1.12"
msgpack_c:
- 6
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "arcticdb" %}
{% set version = "1.6.1" %}
{% set version = "2.0.0" %}

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

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

patches:
# When cross-compiling for apple-silicon, we absolutely need to make sure
Expand All @@ -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: 3
number: 0

requirements:
build:
Expand Down Expand Up @@ -97,6 +97,7 @@ requirements:
- prometheus-cpp
- protobuf
- lmdb
- packaging
test:
imports:
- arcticdb
Expand Down

1 comment on commit 9ded7ff

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