Skip to content

Missing dependency on Docile #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jaak-s opened this issue Feb 11, 2015 · 1 comment
Closed

Missing dependency on Docile #35

jaak-s opened this issue Feb 11, 2015 · 1 comment

Comments

@jaak-s
Copy link

jaak-s commented Feb 11, 2015

It seems that IterativeSolvers depends on Docile but does not declare it (at least Pkg.clone("...iterativeSolvers.jl.git") does not install it) and later loading it gives following error in julia v0.3.5.

ERROR: Docile not found
 in require at loading.jl:47
 in include at ./boot.jl:245
 in include_from_node1 at ./loading.jl:128
 in reload_path at loading.jl:152
 in _require at loading.jl:67
 in require at loading.jl:54
 in include at ./boot.jl:245
 in include_from_node1 at ./loading.jl:128
 in include at ./boot.jl:245
 in include_from_node1 at ./loading.jl:128
 in include at ./boot.jl:245
 in include_from_node1 at ./loading.jl:128
 in reload_path at loading.jl:152
 in _require at loading.jl:67
 in require at loading.jl:51
while loading /home/jaak/.julia/v0.3/IterativeSolvers/src/IterativeSolvers.jl, in expression starting on line 6
@jiahao
Copy link
Contributor

jiahao commented Feb 12, 2015

Docile is only required for julia 0.3.x (it is integrated into 0.4-dev), and unfortunately there is currently no way to specify this dependency conditionally in Julia's package manager.

Ref: JuliaLang/julia#6195 MichaelHatherly/Docile.jl#64

jiahao added a commit that referenced this issue Feb 12, 2015
Docile is unnecessary for julia-0.4 but there is currently no way to
specify the dependency conditionally.

Ref: #35
@jiahao jiahao closed this as completed Feb 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants