Skip to content

Commit

Permalink
update ax_blas and ax_lapack macros to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Feb 25, 2015
1 parent aa47461 commit 19718a8
Show file tree
Hide file tree
Showing 5 changed files with 371 additions and 257 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ AC_CHECK_LIB(m, sqrt)

# Checks for BLAS/LAPACK libraries:

ACX_BLAS([], [AC_MSG_ERROR([BLAS library not found])])
ACX_LAPACK([], [AC_MSG_ERROR([LAPACK library not found])])
AX_BLAS([], [AC_MSG_ERROR([BLAS library not found])])
AX_LAPACK([], [AC_MSG_ERROR([LAPACK library not found])])

LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"

Expand Down
164 changes: 0 additions & 164 deletions m4/acx_blas.m4

This file was deleted.

91 changes: 0 additions & 91 deletions m4/acx_lapack.m4

This file was deleted.

Loading

0 comments on commit 19718a8

Please sign in to comment.