Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lempiji committed Jun 12, 2021
1 parent ebd6068 commit 6ce7be7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 25 deletions.
30 changes: 12 additions & 18 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,28 @@ description "A simple tensor library for the computational graph on CPU"
authors "lempiji"
license "MIT"

dependency "mir-algorithm" version="~>3.10.60"
dependency "mir-blas" version="~>1.1.13"
dependency "mir-algorithm" version="~>3.9.25"
dependency "numir" version="2.0.5"
dependency "numir" version="~>2.0.6"
dependency "msgpack-d" version="~>1.0.3"

configuration "default" {
targetType "library"
targetType "library"
}

configuration "unittest" {
dependency "silly" version="~>1.0.2"
dflags "-checkaction=context"
dependency "silly" version="~>1.1.1"
targetType "library"
dflags "-checkaction=context"
}

configuration "makedeps" {
dflags "-deps=deps.txt"
targetType "library"
dflags "-deps=deps.txt"
}

configuration "diff-update" {
targetType "library"
postBuildCommands "dub fetch ddeps"
postBuildCommands "dub run ddeps -- --update"
targetType "library"
postBuildCommands "dub fetch ddeps" "dub run ddeps -- --update"
}

configuration "diff" {
targetType "library"
postBuildCommands "dub build -c makedeps"
postBuildCommands "dub fetch ddeps"
postBuildCommands "dub run ddeps -- --focus=golem -e core -e std -e mir -e numir -o images/deps.dot"
postBuildCommands "dot -Tsvg -o images/deps.svg images/deps.dot"
targetType "library"
postBuildCommands "dub build -c makedeps" "dub fetch ddeps" "dub run ddeps -- --focus=golem -e core -e std -e mir -e numir -o images/deps.dot" "dot -Tsvg -o images/deps.svg images/deps.dot"
}
15 changes: 8 additions & 7 deletions dub.selections.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"fileVersion": 1,
"versions": {
"cblas": "2.1.0",
"cblas": "2.1.1",
"lapack": "0.4.1",
"lubeck": "1.3.2",
"mir-algorithm": "3.9.25",
"mir-algorithm": "3.10.60",
"mir-blas": "1.1.13",
"mir-core": "1.1.10",
"mir-core": "1.1.70",
"mir-lapack": "1.2.5",
"mir-linux-kernel": "1.1.0",
"mir-random": "2.2.14",
"numir": "2.0.5",
"silly": "1.0.2",
"sumtype": "0.9.4"
"mir-random": "2.2.17",
"msgpack-d": "1.0.3",
"numir": "2.0.6",
"silly": "1.1.1",
"sumtype": "0.9.5"
}
}

0 comments on commit 6ce7be7

Please sign in to comment.