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

Fix Windows Static Build #1897

Merged

Conversation

danrbailey
Copy link
Contributor

Earlier versions of Blosc required explicit library prefix/suffix modification. With more recent versions, this is no longer required and resolves a long-standing issue on Windows static builds where a "lib" prefix was being incorrectly applied and failing to find Blosc dependencies like LZ4 as a result. This change was informed by the patches being applied by package maintainers to build OpenVDB static libraries.

Copy link
Contributor

@apradhana apradhana left a comment

Choose a reason for hiding this comment

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

Thanks for finding out what's wrong with Windows static build @danrbailey! I was able to narrow it down to a problem in FindBlosc.cmake and you found the problem. This looks good.

@danrbailey danrbailey merged commit 8ea30d5 into AcademySoftwareFoundation:master Sep 16, 2024
41 of 46 checks passed
@danrbailey danrbailey deleted the windows_static branch September 16, 2024 17:29
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