Skip to content

Instantly share code, notes, and snippets.

@dlwh
Created January 21, 2015 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dlwh/8a678b9f2e025fc40a9c to your computer and use it in GitHub Desktop.
Save dlwh/8a678b9f2e025fc40a9c to your computer and use it in GitHub Desktop.
javacl sbt error
organization := "org.scalanlp"
name := "qqq"
version := "0.1-SNAPSHOT"
scalaVersion := "2.11.4"
libraryDependencies ++= Seq(
"com.nativelibs4java" % "javacl" % "1.0-SNAPSHOT"
)
resolvers ++= Seq(
"Scala Tools Snapshots" at "http://scala-tools.org/repo-snapshots/",
"Sonatype Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment