opm-simulators/cmake/Modules
Roland Kaufmann 1b953dce5f Trim unnecessarily required config vars
The modules declare which configuration variables they need to have
present in config.h, not only their own but also defined in projects
using them.

However, a lot of these variables are not actually used in the headers!

This changeset removes all HAVE_XXX variables which is not present in
any opm/*.h* file in these projects, and thus there is no need for the
client to specify.

Note that only the variables used by the module *itself* should be
listed; the build system will setup the complete list from the
prerequisites.
2013-08-19 20:01:23 +02:00
..
compat-2.8.3 Add CMake backwards compatibility for version < 2.8.3 2013-08-14 23:39:01 +02:00
compat-2.8.5 Import CMake support from OPM-Core 2013-05-15 10:24:52 +02:00
compat-2.8.7 Import CMake support from OPM-Core 2013-05-15 10:24:52 +02:00
AddOptions.cmake Import CMake support from OPM-Core 2013-05-15 10:24:52 +02:00
ConfigVars.cmake Strings must contain ONLY numbers to be integers 2013-08-14 23:39:03 +02:00
dune-cornerpoint-prereqs.cmake Put HAVE_DYNAMIC_BOOST_TEST in config.h for tests only 2013-08-19 20:01:22 +02:00
DuneCompat.cmake Use OPM_MACROS_ROOT to locate build scripts 2013-08-16 23:55:43 +02:00
Duplicates.cmake Import CMake support from OPM-Core 2013-05-15 10:24:52 +02:00
ewoms-prereqs.cmake add cmake module to detect ewoms 2013-08-16 23:55:40 +02:00
FindALUGrid.cmake FindALUGrid.cmake: incorperate Roland's comments to PR 317 2013-08-16 23:55:42 +02:00
FindC99.cmake Import CMake support from OPM-Core 2013-05-15 10:24:52 +02:00
FindCxaDemangle.cmake add a cmake check for the abi::__cxa_demangle() function 2013-08-16 23:55:30 +02:00
FindCXX11Features.cmake add test for <type_traits> to FindCXX11Features.cmake 2013-08-16 23:55:30 +02:00
Finddune-common.cmake Add HAVE_CXA_DEMANGE config.h variable to Finddune-common.cmake 2013-08-16 23:55:39 +02:00
Finddune-cornerpoint.cmake Get prerequisites from a separate "header" file 2013-08-14 23:39:02 +02:00
Finddune-geometry.cmake Make available version numbers for these modules 2013-08-14 23:39:06 +02:00
Finddune-grid.cmake FindALUGrid.cmake: incorperate Roland's comments to PR 317 2013-08-16 23:55:42 +02:00
Finddune-istl.cmake Make available version numbers for these modules 2013-08-14 23:39:06 +02:00
Finddune-localfunctions.cmake CMake: add module for dune-localfunctions 2013-08-16 23:55:37 +02:00
FindEigen3.cmake Search common suffixes for include files 2013-06-25 14:54:22 +02:00
FindERT.cmake Probe again later if ERT isn't found now 2013-08-14 23:39:04 +02:00
Findewoms.cmake add cmake module to detect ewoms 2013-08-16 23:55:40 +02:00
FindMETIS.cmake add cmake modules to find ALUGrid and METIS 2013-08-16 23:55:37 +02:00
Findopm-core.cmake Get prerequisites from a separate "header" file 2013-08-14 23:39:02 +02:00
Findopm-material.cmake Upgrade Findopm-material to use separate prerequisite list 2013-08-14 23:39:06 +02:00
Findopm-polymer.cmake Get prerequisites from a separate "header" file 2013-08-14 23:39:02 +02:00
Findopm-porsol.cmake Get prerequisites from a separate "header" file 2013-08-14 23:39:02 +02:00
Findopm-upscaling.cmake Get prerequisites from a separate "header" file 2013-08-14 23:39:02 +02:00
Findopm-verteq.cmake Use new style of prerequisite declaration 2013-08-14 23:39:04 +02:00
FindQuadmath.cmake make the build system link to the "quadmath" library if it is supported 2013-08-16 23:55:31 +02:00
FindSuiteSparse.cmake Import CMake support from OPM-Core 2013-05-15 10:24:52 +02:00
FindSuperLU.cmake Import CMake support from OPM-Core 2013-05-15 10:24:52 +02:00
FindTinyXML.cmake Import CMake support from OPM-Core 2013-05-15 10:24:52 +02:00
FindValgrind.cmake add and use CMake modules for valgrind client requests and quadruple precision math 2013-08-16 23:55:29 +02:00
LibtoolArchives.cmake Use OPM_MACROS_ROOT to locate build scripts 2013-08-16 23:55:43 +02:00
opm-autodiff-prereqs.cmake Put HAVE_DYNAMIC_BOOST_TEST in config.h for tests only 2013-08-19 20:01:22 +02:00
opm-core-prereqs.cmake Trim unnecessarily required config vars 2013-08-19 20:01:23 +02:00
opm-material-prereqs.cmake Trim unnecessarily required config vars 2013-08-19 20:01:23 +02:00
opm-polymer-prereqs.cmake Trim unnecessarily required config vars 2013-08-19 20:01:23 +02:00
opm-porsol-prereqs.cmake Trim unnecessarily required config vars 2013-08-19 20:01:23 +02:00
opm-upscaling-prereqs.cmake Trim unnecessarily required config vars 2013-08-19 20:01:23 +02:00
opm-verteq-prereqs.cmake List prerequisites for modules in a separate file 2013-08-14 23:39:01 +02:00
OpmCompile.cmake Allow PCH option to be on even if there is no library 2013-08-14 23:39:06 +02:00
OpmDefaults.cmake Recognize Clang to be a GCC-compatible compiler 2013-08-14 23:39:05 +02:00
OpmDistClean.cmake Use OPM_MACROS_ROOT to locate build scripts 2013-08-16 23:55:43 +02:00
OpmDoc.cmake Use OPM_MACROS_ROOT to locate build scripts 2013-08-16 23:55:43 +02:00
OpmFiles.cmake Support compiling files that are in the attic 2013-08-14 23:39:04 +02:00
OpmFind.cmake Allow packages to add source code to the project 2013-08-16 23:55:32 +02:00
OpmGrid.cmake Import CMake support from OPM-Core 2013-05-15 10:24:52 +02:00
OpmInit.cmake Read the label from project info 2013-08-14 23:39:03 +02:00
OpmInstall.cmake Don't install debug syms for a library that isn't there 2013-08-14 23:39:05 +02:00
OpmKnown.cmake Recognize lib dirs that may be used later 2013-08-14 23:02:40 +02:00
OpmLibMain.cmake Put HAVE_DYNAMIC_BOOST_TEST in config.h for tests only 2013-08-19 20:01:22 +02:00
OpmPackage.cmake Fix bug in determining if directory is found 2013-08-14 23:39:06 +02:00
OpmProject.cmake Use OPM_MACROS_ROOT to locate build scripts 2013-08-16 23:55:43 +02:00
OpmSatellites.cmake Adjusts macro documentation to recent change. 2013-08-14 23:39:02 +02:00
UseCompVer.cmake Recognize Clang to be a GCC-compatible compiler 2013-08-14 23:39:05 +02:00
UseDebugSymbols.cmake Recognize Clang to be a GCC-compatible compiler 2013-08-14 23:39:05 +02:00
UseDuneVer.cmake Probe DUNE module version number from installation 2013-08-14 23:39:06 +02:00
UseDynamicBoost.cmake Put HAVE_DYNAMIC_BOOST_TEST in config.h for tests only 2013-08-19 20:01:22 +02:00
UseFastBuilds.cmake Recognize Clang to be a GCC-compatible compiler 2013-08-14 23:39:05 +02:00
UseFortranWrappers.cmake Import CMake support from OPM-Core 2013-05-15 10:24:52 +02:00
UseMultiArch.cmake Import CMake support from OPM-Core 2013-05-15 10:24:52 +02:00
UseOnlyNeeded.cmake Import CMake support from OPM-Core 2013-05-15 10:24:52 +02:00
UseOpenMP.cmake Recognize Clang to be a GCC-compatible compiler 2013-08-14 23:39:05 +02:00
UseOptimization.cmake Recognize Clang to be a GCC-compatible compiler 2013-08-14 23:39:05 +02:00
UsePrecompHeaders.cmake Recognize Clang to be a GCC-compatible compiler 2013-08-14 23:39:05 +02:00
UseSystemInfo.cmake Import CMake support from OPM-Core 2013-05-15 10:24:52 +02:00
UseVCSInfo.cmake Import CMake support from OPM-Core 2013-05-15 10:24:52 +02:00
UseVersion.cmake Use OPM_MACROS_ROOT to locate build scripts 2013-08-16 23:55:43 +02:00
UseWarnings.cmake Recognize Clang to be a GCC-compatible compiler 2013-08-14 23:39:05 +02:00