ParallelAccelerator.jl icon indicating copy to clipboard operation
ParallelAccelerator.jl copied to clipboard

Build fails on Julia 1.0

Open GravityAssisted opened this issue 7 years ago • 1 comments

Building` ParallelAccelerator → `~/.julia/packages/ParallelAccelerator/VHDkp/deps/build.log`
┌ Error: Error building `ParallelAccelerator`: 
│ ERROR: LoadError: UndefVarError: is_windows not defined
│ Stacktrace:
│  [1] getproperty(::Module, ::Symbol) at ./sysimg.jl:13
│  [2] top-level scope at none:0
│  [3] include at ./boot.jl:317 [inlined]
│  [4] include_relative(::Module, ::String) at ./loading.jl:1038
│  [5] include(::Module, ::String) at ./sysimg.jl:29
│  [6] include(::String) at ./client.jl:388
│  [7] top-level scope at none:0
│ in expression starting at /Users/arora/.julia/packages/ParallelAccelerator/VHDkp/deps/build.jl:42
│ ParallelAccelerator: build.jl begin.
│ ParallelAccelerator: Building j2c-array shared library
└ @ Pkg.Operations ~/src/julia/usr/share/julia/stdlib/v1.0/Pkg/src/Operations.jl:1068

GravityAssisted avatar Aug 12 '18 19:08 GravityAssisted

Parallel accelerator was made for Julia 0.4 and Julia 0.5, it's not going to work on 1.0

But in other hand you can't install it on Julia 0.4 and 0.5 since these versions are no longer able to download packages from GitHub.

For now parallel accelerator is quite dead, hope they make it for Julia 1.0 soon

NaelsonDouglas avatar Sep 12 '18 21:09 NaelsonDouglas