We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ba971 commit bdd3827Copy full SHA for bdd3827
hdf5-conda/build.rs
@@ -78,7 +78,7 @@ const DOWNLOAD_BINARY: &str = {
78
} else if #[cfg(any(target_os = "macos", target_arch = "x86_64"))] {
79
"osx-64/hdf5-1.12.1-nompi_h2f0ef1a_102.tar.bz2"
80
} else if #[cfg(any(target_os = "windows", target_arch = "x86_64"))] {
81
- "hdf5-1.12.1-nompi_h2a0e4a3_102.tar.bz2"
+ "win-64/hdf5-1.12.1-nompi_h57737ce_102.tar.bz2"
82
} else {
83
compile_error!("This package can not be used on this arch");
84
}
0 commit comments