JuliaParallel / DistributedArrays.jl

Distributed Arrays in Julia
Other
197 stars 35 forks source link

Compatible with Primes v0.5.0? #222

Closed GregPlowman closed 3 years ago

GregPlowman commented 4 years ago

Can DistributedArrays use Primes v0.5.0?

HetaoZ commented 4 years ago

If you are trying to add DistributedArrays offline in the local machine, you may encounter a building problem of Primes v0.4.0 which lacks Project.toml. I have a revised version of Primes v0.4.0 that can solve this problem. The link: https://github.com/HetaoZ/Primes.jl

andreasnoack commented 4 years ago

Would be great if you could look into why https://github.com/JuliaParallel/DistributedArrays.jl/pull/225 is failing

andreasnoack commented 3 years ago

Closed by #232