-
Notifications
You must be signed in to change notification settings - Fork 52
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
Compress stringify package #702
Compress stringify package #702
Conversation
f57ceb8
to
b908abf
Compare
dfd2d34
to
e06d0e0
Compare
65555b8
to
29d586b
Compare
Be consistent with the toolchain image name. BREAKING_CHANGE: The default itkwasm CLI build directory is `emscripten-build` instead of `web-build`.
For consistency.
Enable on GitHub Pages, etc.
And put the resources in their own directory.
c6c7bbe
to
7fad14e
Compare
This branch is too large to reasonably request a review, but pinging to bring awareness:
There is more to do, and I am sure there are many improvements we can make, but leaving that for follow-up PRs. Suggestions and improvements are welcome! |
Also update itk-wasm.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Builds and runs ResampleLabelImage in itk-vtk-viewer
if (NOT TARGET libzstd_static) | ||
include(${CMAKE_CURRENT_SOURCE_DIR}/BuildZstd.cmake) | ||
endif() | ||
include(${CMAKE_CURRENT_SOURCE_DIR}/BuildZstd.cmake) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The packages/compress-stringify/BuildZstd.cmake
file is duplicated in the top level Cmake directory. Is that something to avoid?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch 🦅 👁️ !
Yes, in general we should avoid this duplication.
We have some refactoring to do before consolidation, tracked in #716
Wonderful! 🎉 |
🎉 This PR is included in version 1.0.0-b.59 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
No description provided.