From 64b09ecf76006fa661eaea2485c0b7aa9a42e8e5 Mon Sep 17 00:00:00 2001 From: Katsuhiko Nishimra Date: Thu, 22 Jan 2015 04:00:56 +0900 Subject: [PATCH] Search for liblapack_atlas --- ext/nmatrix/extconf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/nmatrix/extconf.rb b/ext/nmatrix/extconf.rb index babef530..c8b55087 100644 --- a/ext/nmatrix/extconf.rb +++ b/ext/nmatrix/extconf.rb @@ -186,6 +186,8 @@ def gplusplus_version $libs += " -lclapack " end +have_library('lapack_atlas', 'clapack_dgetrf') + unless have_library("lapack") dir_config("lapack", idefaults[:lapack], ldefaults[:lapack]) end