Fork me on GitHub
#uncomplicate
<
2018-01-25
>
john21:01:14

I was trying to follow the latest tutorial on MacOS. On lein deps I'm getting Could not find artifact org.jcuda:jcuda-natives:jar:apple-x86_64:0.9.0 in central ()

john21:01:22

are the apple builds not up yet?

john22:01:51

And I'm using [uncomplicate/clojurecl "0.8.0"]

john22:01:00

If I add to my deps:

[org.jcuda/jcuda "0.8.0"]
[uncomplicate/clojurecl "0.8.0"
  :exclusions [org.jcuda/jcuda org.jcuda/jcublas-natives]]
I get java.lang.UnsatisfiedLinkError when I require the libs.