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 efc4a3a commit 3218c83Copy full SHA for 3218c83
deps/build.jl
@@ -11,7 +11,7 @@ end
11
12
if is_windows()
13
using WinRPM
14
- hdf5 = library_dependency("libhdf5", aliases = ["hdf5_w64", "hdf5"])
+ hdf5 = library_dependency("libhdf5")
15
provides(WinRPM.RPM, "hdf5", hdf5, os = :Windows )
16
end
17
0 commit comments