mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Split a long line to fit in eighty columns.
This commit is contained in:
parent
11b4c91d2e
commit
6ba84fa5da
@ -36,7 +36,11 @@ AX_BOOST_DATE_TIME
|
|||||||
AX_BOOST_FILESYSTEM
|
AX_BOOST_FILESYSTEM
|
||||||
AX_BOOST_UNIT_TEST_FRAMEWORK
|
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.
|
# Checks for header files.
|
||||||
@ -50,7 +54,6 @@ AC_CHECK_HEADERS([suitesparse/umfpack.h],
|
|||||||
[umfpack_header=no])
|
[umfpack_header=no])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Checks for typedefs, structures, and compiler characteristics.
|
# Checks for typedefs, structures, and compiler characteristics.
|
||||||
|
|
||||||
# Checks for library functions.
|
# Checks for library functions.
|
||||||
|
Loading…
Reference in New Issue
Block a user