You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/10/25 13:41:41 UTC

[GitHub] [incubator-mxnet] iblis17 commented on a change in pull request #16610: no such method => modified function args

iblis17 commented on a change in pull request #16610: no such method => modified function args
URL: https://github.com/apache/incubator-mxnet/pull/16610#discussion_r339058170
 
 

 ##########
 File path: julia/deps/build.jl
 ##########
 @@ -54,7 +54,7 @@ if Sys.isunix()
   nvcc_path = Sys.which("nvcc")
   if nvcc_path ≢ nothing
     @info "Found nvcc: $nvcc_path"
-    push!(CUDAPATHS, replace(nvcc_path, "bin/nvcc", "lib64"))
+    push!(CUDAPATHS, replace(nvcc_path, "bin/nvcc" => "lib64"))
 
 Review comment:
   ah, I have a PR that fixed the building issues https://github.com/apache/incubator-mxnet/pull/16125

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services