Skip to content

WIP: Add Julia stack into lcg

Jerry Ling requested to merge jiling/lcgcmake:master into master

These hard-coded needs to be removed:

  • Julia source tarball

These packages should be installed (either through lcg, or through Julia pkg manager):

  • IJulia (provide Jupyternotebook)
  • CSV
  • DataFrames
  • Gadfly
  • Flux
  • JuMP
  • ...

It would be easier to point Julia to the home directory on eos so users can do what they want, in that case IJulia will be enough.

Question:

  • Compilation takes ~1 hr, why?
  • Can we use general Julia x86_64 executable?
Edited by Pere Mato Vila

Merge request reports