uncomplicate / neanderthal

Fast Clojure Matrix Library
http://neanderthal.uncomplicate.org
Eclipse Public License 1.0
1.06k stars 56 forks source link

Add a way to pass MKL lib path to native linker with Leiningen plugin #37

Closed viesti closed 6 years ago

viesti commented 6 years ago

Document a way to pass location of MKL libraries (when using the installer) to the native linker environment variable (DYLD_LIBRARY_PATH on OSX) while using Leiningen (uses https://github.com/athos/lein-with-env-vars to pass the environment variable to the subprocess created by Leiningen).