mirror of
https://github.com/zhigang1992/PerspectiveTransform.git
synced 2026-01-12 17:32:51 +08:00
fix: brew --prefix openblas reports different location depending if openblas is installed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user