Skip to content

Commit

Permalink
[BUILD] Temporary fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
eaplatanios committed Jun 17, 2018
1 parent fca10f1 commit d4d0b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ crossScalaVersions in ThisBuild := Seq("2.11.11", "2.12.6")

organization in ThisBuild := "org.platanios"

val tensorFlowVersion = "1.9.0-rc1"
val tensorFlowVersion = "1.9.0-rc0"
val circeVersion = "0.9.1" // Use for working with JSON.

autoCompilerPlugins in ThisBuild := true
Expand Down Expand Up @@ -160,7 +160,7 @@ lazy val jni = (project in file("./jni"))
target in nativeCompile := target.value / "native" / nativePlatform.value,
target in JniCross := target.value / "native",
nativePlatforms in JniCross := Set(LINUX_x86_64, LINUX_GPU_x86_64, DARWIN_x86_64),
tfBinaryVersion in JniCross := tensorFlowVersion,
tfBinaryVersion in JniCross := "1.9.0-rc1", // tensorFlowVersion,
tfLibCompile in JniCross := false,
tfLibRepository in JniCross := "https://github.com/tensorflow/tensorflow.git",
tfLibRepositoryBranch in JniCross := "master",
Expand Down

0 comments on commit d4d0b3a

Please sign in to comment.