fix: brew --prefix openblas reports different location depending if openblas is installed

This commit is contained in:
Paul Zabelin
2020-09-10 06:27:55 -07:00
parent 6722f9176b
commit 8e468f377a

View File

@@ -12,4 +12,4 @@ done
# due to Warning: Refusing to link macOS-provided software: openblas
# link /usr/local/opt/openblas is not getting restored
cellar=$(brew --prefix)/Cellar/openblas
ln -s $cellar/`ls $cellar` $(brew --prefix openblas) || true
ln -s $cellar/`ls $cellar` $(brew --prefix)/opt/openblas || true