mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 10:40:21 -06:00
Merge.
This commit is contained in:
commit
70bf9f0373
@ -36,7 +36,11 @@ AX_BOOST_DATE_TIME
|
||||
AX_BOOST_FILESYSTEM
|
||||
AX_BOOST_UNIT_TEST_FRAMEWORK
|
||||
|
||||
AC_SEARCH_LIBS([process_grdecl], [opmcore], [opmcore_lib=yes], [opmcore_lib=no], [$BOOST_LDFLAGS $BOOST_SYSTEM_LIB $LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS])
|
||||
AC_SEARCH_LIBS([process_grdecl], [opmcore],
|
||||
[opmcore_lib=yes],
|
||||
[opmcore_lib=no],
|
||||
[$BOOST_LDFLAGS $BOOST_SYSTEM_LIB
|
||||
$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS])
|
||||
|
||||
|
||||
# Checks for header files.
|
||||
@ -50,7 +54,6 @@ AC_CHECK_HEADERS([suitesparse/umfpack.h],
|
||||
[umfpack_header=no])
|
||||
|
||||
|
||||
|
||||
# Checks for typedefs, structures, and compiler characteristics.
|
||||
|
||||
# Checks for library functions.
|
||||
|
Loading…
Reference in New Issue
Block a user