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

Test out vcpkg VCF rework #145

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Test out vcpkg VCF rework #145

wants to merge 14 commits into from

Conversation

dudoslav
Copy link
Contributor

@dudoslav dudoslav commented Dec 4, 2024

Test out build for the VCF build rework

@dudoslav dudoslav self-assigned this Dec 4, 2024
Copy link
Collaborator

@jdblischak jdblischak left a comment

Choose a reason for hiding this comment

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

@dudoslav thanks for pushing this forward! Great to see the progress you've made.

xref: TileDB-Inc/TileDB-VCF#717, TileDB-Inc/TileDB-VCF#781

@@ -29,10 +29,15 @@ outputs:
- git
- cmake
- make # [not win]
- htslib >=1.15 # [not win]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Shouldn't this only be required when cross-compiling, ie the osx-arm64 build?

Suggested change
- htslib >=1.15 # [not win]
- htslib >=1.15 # [build_platform != target_platform]

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think yes, and also it only needs to be in host requirements.

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.

2 participants