uncomplicate

viesti 2017-12-27T08:07:33.000021Z

hmm

viesti 2017-12-27T08:08:17.000163Z

is there a plan to have bayadera in clojars at some point?

viesti 2017-12-27T08:41:41.000064Z

a propos, was skimming through the Clojure Numerics posts, and found lein-with-env-varsplugins useful for setting DYLD_LIBRARY_PATH for Leiningen: https://github.com/viesti/lin-alg-app/blob/master/project.clj#L4-L5

viesti 2017-12-27T08:43:39.000267Z

since environment variables set up in the shell where lein repl is started seem not to be inherited to the subprocess in which Leiningen starts the actual jvm with dependencies

2017-12-27T13:18:40.000168Z

@viesti thank you for finding an easy solution for macos. Can you please add a link to yout template to the getting started guide and send me a pull request?

2017-12-27T13:18:43.000141Z

@viesti Yes, Bayadera should have been released to clojars long time ago. I plan to dedicate lots of time soon and during the spring to develop it further and also add CUDA and CPU engines. However, not being in the clojars is not such a great handicap imho, since it does not contain any exotic build. lein install should make it available in your local repository, and currently you need amd gpu anyway.

viesti 2017-12-27T14:52:28.000138Z

:)

viesti 2017-12-27T16:30:58.000067Z

Hmm, @blueberry where actually is the repository for source of http://neanderthal.uncomplicate.org/articles/getting_started.html?

viesti 2017-12-27T17:29:30.000016Z

ah, thanks!