eigen/cmake
Antonio Sanchez 31f796ebef Fix MPReal detection and support.
The latest version of `mpreal` has a bug that breaks `min`/`max`.
It also breaks with the latest dev version of `mpfr`. Here we
add `FindMPREAL.cmake` which searches for the library and tests if
compilation works.

Removed our internal copy of `mpreal.h` under `unsupported/test`, as
it is out-of-sync with the latest, and similarly breaks with
the latest `mpfr`.  It would be best to use the installed version
of `mpreal` anyways, since that's what we actually want to test.

Fixes #2282.
2021-08-03 17:55:03 +00:00
..
ComputeCppCompilerChecks.cmake Update FindComputeCpp.cmake to fix build problems on Windows 2020-06-05 20:51:20 +00:00
ComputeCppIRMap.cmake Update FindComputeCpp.cmake to fix build problems on Windows 2020-06-05 20:51:20 +00:00
Eigen3Config.cmake.in
Eigen3ConfigLegacy.cmake.in
EigenConfigureTesting.cmake STYLE: Remove CMake-language block-end command arguments 2019-10-31 11:36:27 -05:00
EigenDetermineOSVersion.cmake
EigenDetermineVSServicePack.cmake
EigenSmokeTestList.cmake Add CMake infrastructure for smoke testing 2021-03-31 22:09:00 +00:00
EigenTesting.cmake Fix checking of version number for mingw. 2021-06-11 23:19:10 +00:00
EigenUninstall.cmake STYLE: Remove CMake-language block-end command arguments 2019-10-31 11:36:27 -05:00
FindAdolc.cmake Add missing adolc isinf/isnan. 2021-02-19 22:26:56 +00:00
FindBLAS.cmake Fix cmake warnings, FindPASTIX/FindPTSCOTCH. 2021-08-03 17:26:28 +00:00
FindBLASEXT.cmake Fix cmake warnings, FindPASTIX/FindPTSCOTCH. 2021-08-03 17:26:28 +00:00
FindCHOLMOD.cmake Eliminate CMake FindPackageHandleStandardArgs warnings. 2021-02-24 09:52:05 +00:00
FindComputeCpp.cmake Fix cmake warnings, FindPASTIX/FindPTSCOTCH. 2021-08-03 17:26:28 +00:00
FindEigen2.cmake STYLE: Remove CMake-language block-end command arguments 2019-10-31 11:36:27 -05:00
FindEigen3.cmake STYLE: Remove CMake-language block-end command arguments 2019-10-31 11:36:27 -05:00
FindFFTW.cmake Fix cmake warnings, FindPASTIX/FindPTSCOTCH. 2021-08-03 17:26:28 +00:00
FindGLEW.cmake STYLE: Convert CMake-language commands to lower case 2019-10-31 11:36:37 -05:00
FindGMP.cmake STYLE: Remove CMake-language block-end command arguments 2019-10-31 11:36:27 -05:00
FindGoogleHash.cmake Eliminate CMake FindPackageHandleStandardArgs warnings. 2021-02-24 09:52:05 +00:00
FindGSL.cmake STYLE: Convert CMake-language commands to lower case 2019-10-31 11:36:37 -05:00
FindHWLOC.cmake Fix cmake warnings, FindPASTIX/FindPTSCOTCH. 2021-08-03 17:26:28 +00:00
FindKLU.cmake STYLE: Remove CMake-language block-end command arguments 2019-10-31 11:36:27 -05:00
FindLAPACK.cmake Fix cmake warnings, FindPASTIX/FindPTSCOTCH. 2021-08-03 17:26:28 +00:00
FindMetis.cmake check for include dirs set 2020-11-26 10:22:46 +00:00
FindMPFR.cmake STYLE: Remove CMake-language block-end command arguments 2019-10-31 11:36:27 -05:00
FindMPREAL.cmake Fix MPReal detection and support. 2021-08-03 17:55:03 +00:00
FindPASTIX.cmake Fix cmake warnings, FindPASTIX/FindPTSCOTCH. 2021-08-03 17:26:28 +00:00
FindPTSCOTCH.cmake Fix cmake warnings, FindPASTIX/FindPTSCOTCH. 2021-08-03 17:26:28 +00:00
FindSCOTCH.cmake Fix cmake warnings, FindPASTIX/FindPTSCOTCH. 2021-08-03 17:26:28 +00:00
FindSPQR.cmake STYLE: Remove CMake-language block-end command arguments 2019-10-31 11:36:27 -05:00
FindStandardMathLibrary.cmake Bug #2036 make sure find_standard_math_library_test_program actually compiles (and is guaranteed to call math functions) 2020-10-24 15:22:21 +02:00
FindSuperLU.cmake Eliminate CMake FindPackageHandleStandardArgs warnings. 2021-02-24 09:52:05 +00:00
FindTriSYCL.cmake Fix cmake warnings, FindPASTIX/FindPTSCOTCH. 2021-08-03 17:26:28 +00:00
FindUMFPACK.cmake Eliminate CMake FindPackageHandleStandardArgs warnings. 2021-02-24 09:52:05 +00:00
RegexUtils.cmake STYLE: Convert CMake-language commands to lower case 2019-10-31 11:36:37 -05:00
UseEigen3.cmake