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

Updated build to use Scala 2.9.2 #52

Closed wfaler closed 4 years ago

wfaler commented 12 years ago

Hi, I've updated the build to use Scala 2.9.2 instead of 2.9.1.

At the moment it is only cross-built to 2.9.2 and 2.8.2 (as previously), as I did not think 2.9.1 was required anymore given that 2.9.x should be binary compatible. However if you want to keep a 2.9.1 cross-build, let me know and I'll add it to another pull request assuming you reject this.