-
Notifications
You must be signed in to change notification settings - Fork 92
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
Support vcpkg on windows #84
Comments
Update: I got this to work by setting the |
I don't have a native win machine, only some vms, so it might be easier for you to add the integration? Currently, we check the registry for the official hdf5 installation and we check conda if requested -- might also check for vcpkg one as well (whose location you'll probably have to pull out of the registry). I'm not sure about this - any windows users care to comment? (e.g. @timfish?) |
It's probably possible to add This is why I'm always keen for static builds from git sub-module.
For us, low friction is key. With our
I tried this on a Raspberry Pi and it Just Worked™. I would almost go as far as suggesting that building from the git sub-module should be the default, simply because it's guaranteed to work without any other configuration. |
There are unfortunately some drawbacks to making the static builds standard,
|
I tried to use this crate on windows in combination with vcpkg.
What I did was:
But the
build.rs
file does not pickup this installation. Maybe we can re-use the pkg-config detection for this type of installation of hdf5?Any ideas?
The text was updated successfully, but these errors were encountered: