uncomplicate / neanderthal

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

Unresolved classname: FullStorage #38

Closed clembu closed 6 years ago

clembu commented 6 years ago

Hello,

I installed MKL on my Ubuntu 17.10 just fine. I had a couple issues getting emacs to load my environment variables so I got rid of my libmkl_rt.so: no such file or directory errors.

(Context: I'm requiring the 0.17.2 version)

But now when I try to evaluate

(ns dummy.example
  (:require [uncomplicate.neanderthal
             [core :refer :all]
             [native :refer :all]]))

It gives me this:

[.... bunch of logger errors...]
CompilerException java.lang.IllegalArgumentException: Unable to resolve classname: FullStorage, compiling:(uncomplicate/neanderthal/internal/host/mkl.clj:710:5) 

Did I do something wrong or is this a bug?

core compiles just fine. It's native that gives this error.

clembu commented 6 years ago

Haha

Nevermind.

Haven't realized Midje's template created Clojure 1.7.0 projects. Bumped it to 1.8.0, compiles perfectly.

Well, off to do some maths.