Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.0.0rc1 #62

Merged
merged 20 commits into from
Sep 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
{% set name = "arcticdb" %}
{% set version = "4.0.0rc0" %}
{% set version = "4.0.0rc1" %}

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

source:
url: https://github.com/man-group/ArcticDB/archive/refs/tags/v{{ version }}.tar.gz
sha256: 0b48cd344d630e5f2c23b13898f6b022f3285875d4a269badcc9cd0c4df34ac6
sha256: 3e2bbd667f1cf198956219590752476bb59aecfd11e580a34f19340debe33401

build:
jjerphan marked this conversation as resolved.
Show resolved Hide resolved
# 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
# We skip the build on Windows because of linkage problems with libprotobuf.
# See: https://github.com/man-group/ArcticDB/pull/449
skip: true # [win]
number: 0

Expand Down
Loading