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/01/02 21:04:48 UTC

[GitHub] anirudhacharya commented on a change in pull request #13708: Fixing a symlink issue with R install

anirudhacharya commented on a change in pull request #13708: Fixing a symlink issue with R install
URL: https://github.com/apache/incubator-mxnet/pull/13708#discussion_r244853976
 
 

 ##########
 File path: docs/install/index.md
 ##########
 @@ -703,7 +703,7 @@ brew install openblas@0.3.1
 Add a soft link to the OpenBLAS installation. This example links the 0.3.1 version:
 
 ```bash
-ln -sf /usr/local/opt/openblas/lib/libopenblasp-r0.3.* /usr/local/opt/openblas/lib/libopenblasp-r0.3.1.dylib
+ln -sf /usr/local/opt/openblas/lib/libopenblasp-r0.3.*.dylib /usr/local/opt/openblas/lib/libopenblasp-r0.3.1.dylib
 
 Review comment:
   it picks up the BLAS version from the machine where the R-package was built. We explored not hard-linking to a particular BLAS version, but that is not trivial. Will revisit it again. Either ways, this PR need not be blocked because of that right?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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