Skip to content
Snippets Groups Projects
  1. Mar 06, 2017
  2. Oct 14, 2016
  3. Sep 21, 2016
  4. Aug 28, 2016
    • Galen Lynch's avatar
      Fix Julia path and flags in Makefile · fbc8a1b1
      Galen Lynch authored
      The Makefile of the JuliaProcessor plugin used
      absolute file paths, which prevented compilation.
      I have replaced the absolute path with a shell
      macro as suggested by Julia's embedding
      documentation.
      
      Fixing this revealed a second problem: the linker
      flags were incorrect. I have replaced the
      offedning flag '-ljulia' with build flags
      generated by julia, as per Julia's embedding docs.
      
      See issue #80
      fbc8a1b1
  5. Aug 11, 2016
  6. May 29, 2016
Loading