Fork me on GitHub
#uncomplicate
<
2020-03-09
>
Steven Katz17:03:23

Hi can anyone help me understand why I am seeing this error: Loading src/hello/ml.clj... Syntax error compiling at (uncomplicate/neanderthal/native.clj:1:1). No namespace: uncomplicate.neanderthal.internal.host.mkl Should my lein project.clj include something other then what is described in the doc?

Steven Katz17:03:44

I’m using intellij and cursive

Steven Katz17:03:59

On the commandline: lein uberjar I get: Compiling http://hello.ml SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Syntax error macroexpanding at (mkl.clj:79:35). Execution error (UnsatisfiedLinkError) at java.lang.ClassLoader$NativeLibrary/load0 (ClassLoader.java:-2). /private/var/folders/hp/b5w3xbl50ks3psqvyc0td3m00000gn/T/libneanderthal-mkl-0.25.07651032054004042384.jnilib: dlopen(/private/var/folders/hp/b5w3xbl50ks3psqvyc0td3m00000gn/T/libneanderthal-mkl-0.25.07651032054004042384.jnilib, 1): Library not loaded: @rpath/libmkl_intel_lp64.dylib Referenced from: /private/var/folders/hp/b5w3xbl50ks3psqvyc0td3m00000gn/T/libneanderthal-mkl-0.25.07651032054004042384.jnilib Reason: image not found I’ve followed the instructions for mkl, but have clearly missed something