mmaul / clml

Common Lisp Machine Learning Library
Other
259 stars 36 forks source link

Doesn't build on bleeding-edge SBCL #12

Closed quicklisp closed 8 years ago

quicklisp commented 8 years ago

I got this analysis from Stas Boukarev:

A failure in clml is caused by

(deftype dvec () '(simple-array double-float (*)))

then SVM-INIT does

(make-array (list n n) :initial-element 0.0d0 :element-type 'double-float)

And SVM declares that as DVEC, which is clearly mismatching.

mmaul commented 8 years ago

Fixed in commit d273027b6a96220e13613a2700700cdc365938e8