Skip to content

Commit

Permalink
fix example failures under osx / vector lib detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Nov 10, 2011
1 parent 3a03eb0 commit 64569cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/configure
Expand Up @@ -3192,6 +3192,7 @@ EOF
then
echores "yes"
HAVE_LAPACK='#define HAVE_LAPACK 1'
HAVE_MVEC='#define HAVE_MVEC 1'
DEFINES="$DEFINES -DHAVE_MVEC -DHAVE_LAPACK"
POSTLINKFLAGS="$POSTLINKFLAGS -llapack -lcblas"
else
Expand Down Expand Up @@ -4857,6 +4858,7 @@ $HAVE_XML
$HAVE_LARGEFILE
$HAVE_DOXYGEN
$HAVE_LAPACK
$HAVE_MVEC
$HAVE_ARPACK
$HAVE_ATLAS
$HAVE_PTHREAD
Expand Down

0 comments on commit 64569cd

Please sign in to comment.