Abort build process if BLAS or LAPACK not found
This commit is contained in:
parent
c8a52177bf
commit
1689074d4f
@ -1,4 +1,7 @@
|
|||||||
AC_DEFUN([OPM_LAPACK],
|
AC_DEFUN([OPM_LAPACK],
|
||||||
[AC_REQUIRE([AC_F77_WRAPPERS])dnl
|
[AC_REQUIRE([AC_F77_WRAPPERS])dnl
|
||||||
AC_REQUIRE([AX_LAPACK])dnl
|
AC_REQUIRE([AX_LAPACK])dnl
|
||||||
|
if test x"$ax_lapack_ok" != xyes; then
|
||||||
|
AC_MSG_ERROR([BLAS/LAPACK required, but not found.])
|
||||||
|
fi
|
||||||
])[]dnl
|
])[]dnl
|
||||||
|
Loading…
Reference in New Issue
Block a user