Skip to content

Commit

Permalink
Bump upstream to v0.12.1 (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin committed Nov 16, 2017
1 parent 1dfb5b3 commit b56c44e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
10 changes: 7 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# v0.3.0 (TBD)
# v0.3.0 (2017.11.16)

* Update `libmxnet` to v0.12.0.
(See https://github.com/apache/incubator-mxnet/releases/tag/0.12.0)
* Update `libmxnet` to
* On Windows: v0.12.0.
(See https://github.com/apache/incubator-mxnet/releases/tag/0.12.0)

* On Linux/macOS: v0.12.1.
(See https://github.com/apache/incubator-mxnet/releases/tag/0.12.1)

* Drop 0.5 support. ([#300][300])

Expand Down
3 changes: 2 additions & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import JSON
# First try to detect and load existing libmxnet
################################################################################
libmxnet_detected = false
libmxnet_curr_ver = get(ENV, "MXNET_COMMIT", "0.12.0")
libmxnet_curr_ver = get(ENV, "MXNET_COMMIT", "0.12.1")
curr_win = "20171019" # v0.12.0

if haskey(ENV, "MXNET_HOME")
Expand Down Expand Up @@ -139,6 +139,7 @@ if !libmxnet_detected
USE_JULIA_BLAS = true
FORCE_LAPACK = true
end
info("USE_JULIA_BLAS -> $USE_JULIA_BLAS")

blas_name = blas_vendor == :openblas64 ? "openblas" : string(blas_vendor)
MSHADOW_LDFLAGS = "MSHADOW_LDFLAGS=-lm $blas_path"
Expand Down

0 comments on commit b56c44e

Please sign in to comment.