scalala / Scalala

Scalala has been superseded by dlwh/breeze. Scalala is a high performance numeric linear algebra library for Scala, with rich Matlab-like operators on vectors and matrices; a library of numerical routines; support for plotting.
http://groups.google.com/group/scalala
GNU Lesser General Public License v2.1
298 stars 30 forks source link

Update to use the current SBT #29

Closed emchristiansen closed 12 years ago

emchristiansen commented 13 years ago

SBT 0.10.x uses a new configuration style. Perhaps the build configs should be updated? More importantly, it's not clear how to depend on the current scalala from an sbt 0.10.x client, or whether it's even possible. If it is possible, more accurate instructions in the documentation would be nice, and if it's not possible, it should be changed.

rubymaniac commented 12 years ago

@emchristiansen I have added some new notes on the Quick Start guide you have to read for getting started using sbt version 0.10.x

emchristiansen commented 12 years ago

Thanks @rubymaniac. I think you need to specify the version number in the libraryDependency (just tested it), so I added that. I'm also not sure what the "ondex" repository is for (Scalala builds without it). So I commented it out. Feel free to add it back in if you think it's necessary.