Hi,
For some reason I am unable to add HDF5. Not sure if this is related to
the recent change splitting JLD off into its own package. This is the error
I got
ulia> Pkg.add("HDF5")
INFO: Updating cache of HDF5...
ERROR: Missing package versions (possible metadata misconfiguration): HDF5
v(nothing,v"0.5.0") [883165af1cef09980a3d9b1718477579d629754c[1:10]]
in wait at
/home/roger/Applications/Julia-0.3.10.app/Contents/Resources/julia/lib/julia/sys.dylib
(repeats 2 times)
in wait at task.jl:48
in sync_end at
/home/roger/Applications/Julia-0.3.10.app/Contents/Resources/julia/lib/julia/sys.dylib
in add at pkg/entry.jl:319
in add at pkg/entry.jl:71
in anonymous at pkg/dir.jl:28
in cd at
/home/roger/Applications/Julia-0.3.10.app/Contents/Resources/julia/lib/julia/sys.dylib
in __cd#229__ at
/home/roger/Applications/Julia-0.3.10.app/Contents/Resources/julia/lib/julia/sys.dylib
in add at pkg.jl:20
This is my versioninfo:
julia> versioninfo()
Julia Version 0.3.10
Commit c8ceeef* (2015-06-24 13:54 UTC)
Platform Info:
System: Darwin (x86_64-apple-darwin13.4.0)
CPU: Intel(R) Xeon(R) CPU X5472 @ 3.00GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Penryn)
LAPACK: libopenblas
LIBM: libopenlibm
LLVM: libLLVM-3.3
I appreciate any advice on what the problem might be. Thanks!