Thanks a lot Elliot! I will file an issue.
On Saturday, October 11, 2014 7:26:36 PM UTC-4, Elliot Saba wrote: > > Also, if something isn't working with the new version of HDF5, please do > make sure to report it here <https://github.com/timholy/HDF5.jl/issues>, > as I'm sure Tim Holy will want to know about it. > > Once things are fixed enough for you to update to the latest version, > don't forget to Pkg.free("HDF5") to release it back to being unpinned. > -E > > On Sat, Oct 11, 2014 at 4:23 PM, Elliot Saba <[email protected] > <javascript:>> wrote: > >> You can use Pkg.pin() to force a certain package to a certain version. >> Check out the second listing for pin() in the documentation here >> <http://julia.readthedocs.org/en/latest/stdlib/pkg/#Base.Pkg.pin>. >> >> As an example, I'm currently at HDF5 v0.4.4. I can pin it to v0.4.3 as >> follows: >> >> julia> Pkg.pin("HDF5", v"0.4.3") >> INFO: Creating HDF5 branch pinned.4a2dff3b.tmp >> INFO: No packages to install, update or remove >> >> Note the v *before* the quotes; this uses the @v_str macro to construct >> a VersionNumber object out of a string. >> -E >> >> On Sat, Oct 11, 2014 at 4:06 PM, tcs <[email protected] <javascript:>> >> wrote: >> >>> Hi there, >>> >>> How can I go back to an old package version? I am having trouble with >>> the new version of HDF5 and I need (pretty urgently) some data that I have >>> saved this way. >>> >>> Many thanks, >>> >>> tcs >>> >> >> >
