-
Elias Pipping authored
This takes care of shipping cmake files, installing documentation properly, etc. [[Imported from SVN: r12963]]
Elias Pipping authoredThis takes care of shipping cmake files, installing documentation properly, etc. [[Imported from SVN: r12963]]
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
dune-solvers.m4 692 B
dnl -*- autoconf -*-
# Macros needed to find dune-solvers and dependent libraries. They are called by
# the macros in ${top_src_dir}/dependencies.m4, which is generated by
# "dunecontrol autogen"
# Additional checks needed to build dune-solvers
# This macro should be invoked by every module which depends on dune-solvers, as
# well as by dune-solvers itself
AC_DEFUN([DUNE_SOLVERS_CHECKS],[
AC_REQUIRE([DUNE_IPOPT])
])
# Additional checks needed to find dune-solvers
# This macro should be invoked by every module which depends on dune-solvers, but
# not by dune-solvers itself
AC_DEFUN([DUNE_SOLVERS_CHECK_MODULE],
[
DUNE_CHECK_MODULES([dune-solvers],[solvers/solvers/solver.hh])
])