aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2012-11-15 21:32:38 +0100
committerJakob Odersky <jodersky@gmail.com>2012-11-15 21:32:38 +0100
commitbe0070ad69b46f13132d5865142c3f6a1842898b (patch)
tree094e430fd50d437816fbdf0e2fc5d4e9f126b0e9
parent6a42b7690ceed4a2f413de4f5b73ddd1d8494a3f (diff)
downloadscalam-be0070ad69b46f13132d5865142c3f6a1842898b.tar.gz
scalam-be0070ad69b46f13132d5865142c3f6a1842898b.tar.bz2
scalam-be0070ad69b46f13132d5865142c3f6a1842898b.zip
manage breeze library (as local build)
-rw-r--r--build.sbt4
-rw-r--r--lib/breeze-math_2.10-0.2-SNAPSHOT.jarbin2698109 -> 0 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index aea546e..468a503 100644
--- a/build.sbt
+++ b/build.sbt
@@ -10,8 +10,8 @@ libraryDependencies += "com.github.scala-incubator.io" % "scala-io-core_2.10.0-R
libraryDependencies += "com.github.scala-incubator.io" % "scala-io-file_2.10.0-RC1" % "0.4.1"
-// dependency currently removed (until breeze-math provides a scala 2.10 build), the library is currently unmanaged and contained in lib
-//libraryDependencies += "org.scalanlp" %% "breeze-math" % "0.1"
+// dependency currently refers to a local build (until breeze-math provides a scala 2.10 build)
+libraryDependencies += "org.scalanlp" %% "breeze-math" % "0.2-SNAPSHOT"
scalacOptions ++= Seq("-deprecation","-feature")
diff --git a/lib/breeze-math_2.10-0.2-SNAPSHOT.jar b/lib/breeze-math_2.10-0.2-SNAPSHOT.jar
deleted file mode 100644
index dd5efac..0000000
--- a/lib/breeze-math_2.10-0.2-SNAPSHOT.jar
+++ /dev/null
Binary files differ