Removed DUNE artefacts.

Now uses AX_BLAS instead of ACX_BLAS.
This commit is contained in:
Markus Blatt 2012-10-08 10:55:53 +02:00
parent 4529673c76
commit a953a47fbb

View File

@ -94,7 +94,7 @@ AC_DEFUN([_slu_search_default],
# DUNE_PATH_SUPERLU() # DUNE_PATH_SUPERLU()
# #
# REQUIRES: AC_PROG_CC, ACX_BLAS # REQUIRES: AC_PROG_CC, AX_BLAS
# #
# Shell variables: # Shell variables:
# with_superlu # with_superlu
@ -141,7 +141,7 @@ AC_DEFUN([DUNE_PATH_SUPERLU],[
AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_PROG_CC])
# we need this for FLIBS # we need this for FLIBS
AC_REQUIRE([AC_F77_LIBRARY_LDFLAGS]) AC_REQUIRE([AC_F77_LIBRARY_LDFLAGS])
AC_REQUIRE([ACX_BLAS]) AC_REQUIRE([AX_BLAS])
# #
# User hints ... # User hints ...
@ -308,7 +308,7 @@ AC_DEFUN([DUNE_PATH_SUPERLU],[
fi fi
AC_SUBST([SUPERLU_LIBS]) AC_SUBST([SUPERLU_LIBS])
AC_SUBST([SUPERLU_CPPFLAGS]) AC_SUBST([SUPERLU_CPPFLAGS])
DUNE_ADD_ALL_PKG([SUPERLU], [\${SUPERLU_CPPFLAGS}], [], [\${SUPERLU_LIBS}]) #DUNE_ADD_ALL_PKG([SUPERLU], [\${SUPERLU_CPPFLAGS}], [], [\${SUPERLU_LIBS}])
# tell automake # tell automake
AM_CONDITIONAL(SUPERLU, test x$HAVE_SUPERLU = x1) AM_CONDITIONAL(SUPERLU, test x$HAVE_SUPERLU = x1)