JuliaMath / HCubature.jl

pure-Julia multidimensional h-adaptive integration
Other
153 stars 25 forks source link

HCubature METADATA not yet registered #1

Closed mzaffalon closed 7 years ago

mzaffalon commented 7 years ago

Sorry to open this package issues list with such a trivial one. After Pkg.update(), I get

julia> Pkg.add("HCubature")
ERROR: unknown package HCubature
macro expansion at .\pkg\entry.jl:53 [inlined]
(::Base.Pkg.Entry.##1#3{String,Base.Pkg.Types.VersionSet})() at .\task.jl:335
Stacktrace:
 [1] sync_end() at .\task.jl:287
 [2] macro expansion at .\task.jl:303 [inlined]
 [3] add(::String, ::Base.Pkg.Types.VersionSet) at .\pkg\entry.jl:51
 [4] (::Base.Pkg.Dir.##4#7{Array{Any,1},Base.Pkg.Entry.#add,Tuple{String}})() at .\pkg\dir.jl:36
 [5] cd(::Base.Pkg.Dir.##4#7{Array{Any,1},Base.Pkg.Entry.#add,Tuple{String}}, ::String) at .\file.jl:59
 [6] #cd#1(::Array{Any,1}, ::Function, ::Function, ::String, ::Vararg{String,N} where N) at .\pkg\dir.jl:36
 [7] add(::String) at .\pkg\pkg.jl:117
stevengj commented 7 years ago

Be patient, HCubature was created less than 24 hours ago. See https://github.com/JuliaLang/METADATA.jl/pull/10351

stevengj commented 7 years ago

In the meantime you can do Pkg.clone("https://github.com/stevengj/HCubature.jl")

mzaffalon commented 7 years ago

How can I with this new shiny toy?