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

update tensorstore build #195

Merged
merged 3 commits into from
Jun 26, 2024
Merged

update tensorstore build #195

merged 3 commits into from
Jun 26, 2024

Conversation

toloudis
Copy link
Contributor

bump tensorstore version and remove explicit zstd, to fix build issues with github-actions

@toloudis toloudis requested a review from a team as a code owner June 12, 2024 20:58
@toloudis toloudis requested review from meganrm and rugeli and removed request for a team June 12, 2024 20:58
Copy link

@rugeli rugeli left a comment

Choose a reason for hiding this comment

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

curious: by removing the explicit zstd, I'm assuming the newer version of TensorStore manages zstd dependency on its own? Just wondering if this removal could potentially lead to any conflicts?

Otherwise lgtm!

@toloudis
Copy link
Contributor Author

toloudis commented Jun 13, 2024

curious: by removing the explicit zstd, I'm assuming the newer version of TensorStore manages zstd dependency on its own? Just wondering if this removal could potentially lead to any conflicts?

Otherwise lgtm!

Yes, tensorstore can figure out how to pull in zstd also. However, I actually have instructions in the README and part of the github actions that run automated builds, that also brings in zstd through other ways. I think the FetchContent here was redundant and unnecessary.
Also, the builds are working and I can run the resulting build of agave!

@toloudis toloudis merged commit b76b6a3 into main Jun 26, 2024
8 checks passed
@toloudis toloudis deleted the fix/tensorstore-windows-build branch June 26, 2024 23:43
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.

3 participants