Skip to content

Commit

Permalink
Merge pull request #40 from Uditgulati/osx_fix
Browse files Browse the repository at this point in the history
OSX: Fix for not symlinked openblas and lapack
  • Loading branch information
prasunanand authored Jan 9, 2020
2 parents 5c05711 + 6b1cdb8 commit 573e27d
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 573e27d

Please sign in to comment.