rprechelt / Vectorize.jl

Cross-platform vectorization of Julia code using Accelerate, VML, and Yeppp!
http://vectorizejl.readthedocs.io/en/latest/
Other
19 stars 7 forks source link

Installation problems on julia v1.2 #23

Open baggepinnen opened 4 years ago

baggepinnen commented 4 years ago

I seem to have problems installing this package, a few tries below

(v1.2) pkg> add Vectorize
  Updating registry at `~/.julia/registries/General`
  Updating git-repo `https://github.com/JuliaRegistries/General.git`
 Resolving package versions...
ERROR: Unsatisfiable requirements detected for package Vectorize [922354f6]:
 Vectorize [922354f6] log:
 ├─possible versions are: 0.0.1 or uninstalled
 ├─restricted to versions * by an explicit requirement, leaving only versions 0.0.1
 └─restricted by julia compatibility requirements to versions: uninstalled — no versions left

(v1.2) pkg> dev Vectorize
   Cloning git-repo `https://github.com/rprechelt/Vectorize.jl.git`
  Updating git-repo `https://github.com/rprechelt/Vectorize.jl.git`
ERROR: Compat `Julia` not listed in `deps` or `extras` section.

(v1.2) pkg> add https://github.com/rprechelt/Vectorize.jl
   Cloning git-repo `https://github.com/rprechelt/Vectorize.jl`
  Updating git-repo `https://github.com/rprechelt/Vectorize.jl`
ERROR: Compat `Julia` not listed in `deps` or `extras` section.
dalejordan commented 4 years ago

This can be fixed by by making "Julia" all lowercase in Project.toml [compat] section.