IntelLabs / ParallelAccelerator.jl

The ParallelAccelerator package, part of the High Performance Scripting project at Intel Labs
BSD 2-Clause "Simplified" License
294 stars 32 forks source link

Build fails on Julia 1.0 #158

Open GravityAssisted opened 6 years ago

GravityAssisted commented 6 years ago
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
NaelsonDouglas commented 5 years ago

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