Skip to content
Snippets Groups Projects
  1. Sep 21, 2016
  2. 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
  3. May 29, 2016
  4. Mar 18, 2016
  5. Dec 16, 2015
  6. Nov 10, 2015
  7. Sep 23, 2015
  8. Sep 21, 2015
  9. Jun 04, 2015
Loading