nswamy 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_r243676481
########## 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: @ankkhedia @anirudhacharya why [email protected]? there are bug fixes/performance improvements post this version https://github.com/xianyi/OpenBLAS/releases Usually you create symlink without the version to a specific version something like this. if there are multiple 0.3* version, the command fails ``` ln -sf /usr/local/opt/openblas/lib/libopenblasp-r0.3.1.dylib /usr/local/opt/openblas/lib/libopenblasp.dylib `` ---------------------------------------------------------------- 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
