Skip to content

Commit

Permalink
Merge pull request #328 from G-D-Petrov/5.0.0
Browse files Browse the repository at this point in the history
ArcticDB v5.0.0
  • Loading branch information
G-D-Petrov authored Oct 31, 2024
2 parents c4a6eed + a13aafb commit f081a61
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 39 deletions.

This file was deleted.

10 changes: 5 additions & 5 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 25 additions & 14 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "arcticdb" %}
{% set version = "4.5.1" %}
{% set version = "5.0.0" %}

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

source:
url: https://github.com/man-group/ArcticDB/archive/refs/tags/v{{ version }}.tar.gz
sha256: a6c74394c33f5b09d0bfbf4398c7eeae92cec1c335a36e8d1f40db4932445ccd
sha256: cd65434880f17175e17d3151ec1cd887bfc35fd7ccf57d9cd87dad309ae2a4ba
patches:
- patches/0002-maint-fmt-11-support.patch

Expand Down Expand Up @@ -89,6 +89,7 @@ requirements:
- glog
- gtest
- benchmark
- entt
run:
# This environment specification must be maintained in sync with the one upstream:
# See: https://github.com/man-group/ArcticDB/blob/master/environment_unix.yml
Expand Down

1 comment on commit f081a61

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