uncomplicate / neanderthal

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

Can't use neanderthal latest #126

Closed vemv closed 2 years ago

vemv commented 2 years ago
Retrieving uncomplicate/neanderthal/0.43.3/neanderthal-0.43.3.jar from clojars
Retrieving uncomplicate/neanderthal-native/0.33.0/neanderthal-native-0.33.0.jar from clojars
Could not find artifact org.jcuda:jcuda-natives:jar:apple-x86_64:11.4.1 in central (https://repo1.maven.org/maven2/)
Could not find artifact org.jcuda:jcuda-natives:jar:apple-x86_64:11.4.1 in clojars (https://repo.clojars.org/)
Could not find artifact org.jcuda:jcublas-natives:jar:apple-x86_64:11.4.1 in central (https://repo1.maven.org/maven2/)
Could not find artifact org.jcuda:jcublas-natives:jar:apple-x86_64:11.4.1 in clojars (https://repo.clojars.org/)

What does this mean?

Thanks - V

blueberry commented 2 years ago

https://github.com/uncomplicate/neanderthal/blob/master/examples/hello-world/project.clj

 ;; Nvidia doesn't ship CUDA for macOS; you have to add this to your project
  :exclusions [[org.jcuda/jcuda-natives :classifier "apple-x86_64"]
               [org.jcuda/jcublas-natives :classifier "apple-x86_64"]]