pikatchu / LinearML

Functional language for parallel programming
Other
432 stars 37 forks source link

How to build on a modern system? #19

Open olleharstedt opened 6 years ago

olleharstedt commented 6 years ago

Did anyone succeed with building LinearML on a modern system? I'm using OPAM to switch to 4.02.0, installing llvm.3.6, but still get

File "emit.ml", line 33, characters 5-9:
Error: Unbound module Llvm
Makefile:92: recipe for target 'emit.cmx' failed

Some missing config to include the Llvm module?