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

Enable osx arm64 #82

Merged
merged 4 commits into from
Mar 16, 2023
Merged

Enable osx arm64 #82

merged 4 commits into from
Mar 16, 2023

Conversation

Shelnutt2
Copy link
Member

Enable osx arm64

@jdblischak
Copy link
Collaborator

I think we'll need to build htslib for osx arm64 first

https://github.com/TileDB-Inc/htslib-feedstock

@@ -11,7 +11,7 @@ source:
sha256: {{ sha256 }}

build:
number: 0
number: 1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will unnecessarily upload new binaries for linux, osx, and windows. The rerendering didn't change any of the pinned dependencies, so the binaries produced will be identical (or at least close to identical)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nevermind. In this case, where the hash of the tarball has changed, it's best to bump the build number to represent this change

@@ -1,6 +1,6 @@
{% set name = "tiledb-vcf" %}
{% set version = "0.23.0" %}
{% set sha256 = "5772836d26221674d0c6fea7970a35ab2f7a2e972081c40fb1de026b7f936b0e" %}
{% set sha256 = "ac01357ed1f793fe96f728e4abb4965c7303918510cec38fda1ea5ef5ad47643" %}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was the 0.23.0 tag moved? I'm confused why the hash has changed but not the version number

@Shelnutt2 Shelnutt2 merged commit 6941d79 into TileDB-Inc:master Mar 16, 2023
@Shelnutt2 Shelnutt2 deleted the ss/macos-arm branch March 16, 2023 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants