2015-04-29 22:18:26 +02:00
|
|
|
organization := "edu.berkeley.cs"
|
|
|
|
|
|
|
|
version := "2.0"
|
|
|
|
|
|
|
|
name := "uncore"
|
|
|
|
|
2015-08-04 04:50:58 +02:00
|
|
|
scalaVersion := "2.11.6"
|
2015-04-29 22:18:26 +02:00
|
|
|
|
2015-07-30 03:04:30 +02:00
|
|
|
// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
|
2015-07-30 23:50:28 +02:00
|
|
|
libraryDependencies ++= (Seq("chisel","junctions").map {
|
2015-07-29 00:15:34 +02:00
|
|
|
dep: String => sys.props.get(dep + "Version") map { "edu.berkeley.cs" %% dep % _ }}).flatten
|
|
|
|
|
2015-04-29 22:18:26 +02:00
|
|
|
site.settings
|
|
|
|
|
2015-04-30 00:34:56 +02:00
|
|
|
site.includeScaladoc()
|
|
|
|
|
2015-04-29 22:18:26 +02:00
|
|
|
ghpages.settings
|
|
|
|
|
|
|
|
git.remoteRepo := "git@github.com:ucb-bar/uncore.git"
|