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 [email protected] 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: [email protected] With regards, Apache Git Services
