Skip to content

Commit

Permalink
fix for not symlinked openblas and lapack in osx
Browse files Browse the repository at this point in the history
  • Loading branch information
Uditgulati committed Jan 5, 2020
1 parent e52b493 commit 6b1cdb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ext/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,17 @@
'/usr/local/include',
INCLUDEDIR,
'/usr/include',
'/usr/local/opt/openblas/include',
'/usr/local/opt/lapack/include',
]

LIB_DIRS = [
'/opt/local/lib',
'/usr/local/lib',
LIBDIR,
'/usr/lib',
'/usr/local/opt/openblas/lib',
'/usr/local/opt/lapack/lib',
]

dir_config(extension_name, HEADER_DIRS, LIB_DIRS)
Expand Down

0 comments on commit 6b1cdb8

Please sign in to comment.