This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-07-26
Channels
- # aleph (1)
- # beginners (96)
- # boot (5)
- # cider (44)
- # cljdoc (11)
- # clojure (73)
- # clojure-conj (4)
- # clojure-dev (1)
- # clojure-finland (2)
- # clojure-italy (7)
- # clojure-new-zealand (1)
- # clojure-nl (3)
- # clojure-spec (4)
- # clojure-uk (66)
- # clojurescript (114)
- # code-reviews (16)
- # cursive (15)
- # datomic (37)
- # emacs (6)
- # events (2)
- # figwheel-main (12)
- # fulcro (36)
- # graphql (19)
- # hoplon (2)
- # hyperfiddle (3)
- # jobs (2)
- # leiningen (4)
- # off-topic (36)
- # om (1)
- # om-next (2)
- # other-languages (1)
- # re-frame (12)
- # reagent (12)
- # reitit (5)
- # remote-jobs (4)
- # ring (2)
- # shadow-cljs (218)
- # spacemacs (8)
- # specter (7)
- # sql (34)
- # tools-deps (9)
- # uncomplicate (6)
In project.clj, trying to reference neanderthal 0.20.4 with :dependencies [[org.clojure/clojure "1.9.0"] [uncomplicate/neanderthal "0.20.4"] ... I get: Dependency resolution error Error synchronising foobar:0.1.0: Could not find artifact uncomplicate:neanderthal-native:jar:0.20.0 in central (https://repo1.maven.org/maven2/) I don't see ...native.jar:0.20.0 at, e.g., clojars either.
Attempting to use neanderthal 0.20.4
with lein:
:dependencies [[org.clojure/clojure "1.8.0"]
[uncomplicate/neanderthal "0.20.4"]
$ lein do clean, repl
Could not find artifact org.jcuda:jcuda-natives:jar:apple-x86_64:0.9.2 in central ( )
Could not find artifact org.jcuda:jcuda-natives:jar:apple-x86_64:0.9.2 in clojars ( )
Could not find artifact org.jcuda:jcublas-natives:jar:apple-x86_64:0.9.2 in central ( )
Could not find artifact org.jcuda:jcublas-natives:jar:apple-x86_64:0.9.2 in clojars ( )