JuliaLang / PackageCompiler.jl

Compile your Julia Package
https://julialang.github.io/PackageCompiler.jl/dev/
MIT License
1.43k stars 194 forks source link

Compiling plots No longer works on NextJournal for Julia 1.3 #300

Closed xiaodaigh closed 4 years ago

xiaodaigh commented 4 years ago

I see that it works on Julia v1 but with the latest Julia template on Nextjournal. It's no longer working. Just put these into the nextjournal remix, and it's reproducible

using Pkg
Pkg.rm("NRRD") # to make it work
Pkg.update()
Pkg.add("PackageCompiler")
Pkg.add("Plots")

using PackageCompiler
compile_incremental(:Plots, force = true)

This is

Julia Version 1.3.0
Commit 46ce4d7933 (2019-11-26 06:09 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  CPU: Intel(R) Xeon(R) CPU @ 2.30GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.1 (ORCJIT, haswell)
Environment:
  JULIA_PATH = /usr/local/julia
  JULIA_VERSION = 1.3.0
  JULIA_WEBIO_BASEURL = https://nextjournal.com/runner/M3hFrPoNCg6z18so2ZTQw/runtime/90436991-2923-44bb-b0d1-f235aec846ef
KristofferC commented 4 years ago

Should be fixed in Julia 1.3.1