This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-09-07
Channels
- # announcements (1)
- # babashka (28)
- # beginners (212)
- # calva (13)
- # clara (3)
- # clj-kondo (39)
- # cljsrn (1)
- # clojure (16)
- # clojure-australia (1)
- # clojure-europe (11)
- # clojure-nl (2)
- # clojure-spec (9)
- # clojure-uk (8)
- # clojurescript (66)
- # cloverage (3)
- # code-reviews (16)
- # cursive (12)
- # data-science (2)
- # datomic (118)
- # events (1)
- # garden (2)
- # improve-getting-started (1)
- # introduce-yourself (1)
- # jobs (4)
- # missionary (5)
- # numerical-computing (1)
- # off-topic (5)
- # pathom (3)
- # polylith (71)
- # re-frame (99)
- # reagent (17)
- # remote-jobs (5)
- # shadow-cljs (35)
- # tools-deps (5)
- # xtdb (4)
Hi, trying out Neanderthal but immediately facing issues with MKL. I have included org.bytedeco/mkl-platform-redist
as dependency and I also tried installing MKL manually but I'm still facing issues. Basically I'm getting a macroexpansion level error at mkl.clj:90:35
of UnsatisfiedLinkError
. Basically it is complaining of neanderthal-mkl-0.33.06349245150535543233.dll: Can't find dependent libraries
.
I'm a bit stuck here. Running win 10 x64 with Ryzen CPU. Would appreciate any ideas on this matter.