mohamed82008 / KissThreading.jl

Simple patterns supporting working with threads in Julia
MIT License
37 stars 4 forks source link

Install error because of `test` target #14

Closed robsmith11 closed 5 years ago

robsmith11 commented 5 years ago

Removing the [targets] section allows me to install it, but otherwise I get this error:

julia> Pkg.add(Pkg.PackageSpec(url="https://github.com/mohamed82008/KissThreading.jl")) 
Updating git-repo `https://github.com/mohamed82008/KissThreading.jl`
ERROR: Expected value for target `test` to be a list of dependency names.
julia> versioninfo()
Julia Version 1.2.0-DEV.unknown
Commit 60457de* (2019-03-08 17:26 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Xeon(R) CPU E3-1220 v5 @ 3.00GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.1 (ORCJIT, skylake)
mohamed82008 commented 5 years ago

Works with me on Julia 1.1.

robsmith11 commented 5 years ago

I can confirm that it works here with 1.1 as well. But I tried the today's nightly binary and it failed there as well, so I guess there was either a regression or a change in how Project.toml is interpreted.

robsmith11 commented 5 years ago

It's now working for me on current master branch.