Modified version of incanter-core to use jBLAS as the matrix manipulation library instead of Parallel COLT.
In your project.clj file just add the modified library and exclude standard incanter-core:
[incanter/incanter "1.3.0-SNAPSHOT"
:exclusions [incanter/incanter-core]]
[uk.co.forward/incanter-core-jblas "1.3.0-SNAPSHOT"]
The tests can be run using the incanter/benchmark.clj file.
Use Maven:
$ mvn compile
$ mvn clojure:compile
$ mvn package
$ mvn assembly:single # optional
After compiling Java and Clojure sources, you can run incanter-core tests + some additional smoke tests can be run using this Maven goal:
$ mvn clojure:test
Incanter has been written by David Edgar Liebke and it is provided under the Eclipse Public License 1.0. jBLAS has been written by Mikio L. Braun and it is provded under a modified BSD License