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

1.0.0.RC3-SNAPSHOT isn't in the repository #46

Open syrnick opened 12 years ago

syrnick commented 12 years ago

I tried to follow the instructions on the wiki(https://github.com/scalala/Scalala/wiki/QuickStart), but couldn't build it, because 1.0.0.RC3-SNAPSHOT isn't in the http://scala-tools.org/repo-snapshots/org/scalala/scalala_2.9.1/.

PhilAndrew commented 12 years ago

Same here

https://oss.sonatype.org/content/repositories/snapshots/org/scalala/scalala_2.9.1/

So how can I use this ???!

PhilAndrew commented 12 years ago

I can't use it from my SBT project. :(

mosesn commented 12 years ago

I also have this problem.

Mononofu commented 12 years ago

As a workaround, clone this repo and then do publish-local in sbt

leezl commented 12 years ago

Thanks. This is still an issue.