aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake
Commit message (Collapse)AuthorAge
* bug #1120: Make sure that SuperLU version is checkedGravatar Christoph Hertzberg2015-12-16
|
* Make sure ADOLC is recent enough by searching for adtl.hGravatar Gael Guennebaud2015-12-10
|
* Further fixes for CMAKE_INSTALL_PREFIX correctnessGravatar Taylor Braun-Jones2015-11-07
| | | | | | | | | | | | And other related cmake cleanup, including: - Use CMAKE_CURRENT_LIST_DIR to find UseEigen3.cmake - Use INSTALL_DIR term consistently for variable names - Drop unnecessary extra EIGEN_INCLUDE_INSTALL_DIR - Fix some paths in generated eigen3.pc and Eigen3Config.cmake files missing CMAKE_INSTALL_PREFIX - Fix pkgconfig directory choice ignored if it doesn't exist at configure time (bug #711)
* Clean hardcoded compilation optionsGravatar Gael Guennebaud2015-11-30
|
* Extend superlu cmake script to check versionGravatar Gael Guennebaud2015-11-30
|
* SPQR and UmfPack need to link to cholmod.Gravatar Gael Guennebaud2015-11-05
| | | | | (grafted from 47592d31eabfb09b811005a725ea5ca2eb5a6fcf )
* Propagate cmake generatorGravatar Gael Guennebaud2015-10-05
|
* bug #1054: Use set(EIGEN_CXX_FLAG_VERSION "/version") only for Intel ↵Gravatar Christoph Hertzberg2015-08-14
| | | | | | compilers on Windows. Also removed code calling `head -n1` and always use integrated REGEX functionality.
* Fallback to CMAKE_CXX_COMPILER_VERSION if VS version unknownGravatar Gael Guennebaud2015-06-24
|
* Use GCC flags in mingwGravatar Michael Abrahams2015-06-20
|
* Change CMake warning to simple message for old Metis versionsGravatar Christoph Hertzberg2015-03-31
|
* bug #967: Automatically add cxx11 suffix when building in C++11 modeGravatar Christoph Hertzberg2015-02-28
|
* Remove EIGEN_TEST_C++0x option and let EIGEN_TEST_CXX11 adds the -std=c++11 flagGravatar Gael Guennebaud2015-02-20
|
* bug #914: fix compiler detection on windowsGravatar Gael Guennebaud2015-02-16
| | | | | (grafted from 77af14fb6213b833cc37a01e2a8c7eb762db9af8 )
* Added cmake uninstall target.Gravatar Abhijit Kundu2014-12-04
| | | | | This adds a cmake command make uninstall Running make uninstall removes the files installed by running make install
* add EIGEN_TEST_NEON64, but it's a dummy, AArch64 implies NEON support so ↵Gravatar Konstantinos Margaritis2014-10-21
| | | | extra CXXFLAGS are needed
* bug #891: Determine sizeof(void*) via CMAKE variable instead of test programGravatar Christoph Hertzberg2014-10-14
|
* make sure that regex does not match cmakeGravatar Christoph Hertzberg2014-09-29
|
* Related to bug #880: Accept make as well a gmake when searching the ↵Gravatar Christoph Hertzberg2014-09-29
| | | | MakeCommand. And don't include \n in match expression
* add VSX identifierGravatar Konstantinos Margaritis2014-09-25
|
* bug #880: automatically preserves buildtool flags when modifying ↵Gravatar Gael Guennebaud2014-09-23
| | | | DartConfiguration.tcl file.
* bug #880: manually edit the DartConfiguration.tcl file to get it working ↵Gravatar Gael Guennebaud2014-09-22
| | | | with cmake 3.0.x
* Initial VSX commitGravatar Konstantinos Margaritis2014-08-29
|
* FindEigen3.cmake: Add reading hints of Eigen directory location from ↵Gravatar Silvio Traversaro2014-08-07
| | | | environment variables EIGEN3_ROOT and EIGEN3_ROOT_DIR .
* Determine version of Metis library. Apparently, at least version 5.x is ↵Gravatar Christoph Hertzberg2014-07-09
| | | | | | needed for Eigen/MetisSupport. Marked some internal variables as advanced
* Change variable names in Eigen3Config.cmake to EIGEN3_*Gravatar Vladimir Chalupecky2014-06-12
|
* Fix bug #738: use the "current" version of cmake project directories to ease ↵Gravatar Gael Guennebaud2014-06-06
| | | | the inclusion of Eigen within other projects.
* Pulled the latest updates from the eigen trunk.Gravatar Benoit Steiner2014-04-01
|\
| * bug #775: propagate generator when workingaround cmake bug #9220Gravatar Gael Guennebaud2014-04-01
| |
* | Added proper support for AVX and FMA in the makefiles.Gravatar Benoit Steiner2014-03-24
| |
* | Merged the latest version of the code from eigen/eigenGravatar Benoit Steiner2014-02-18
|\|
* | Added support for AVX to Eigen.Gravatar Benoit Steiner2014-01-29
| |
| * Fix Fortran compiler detectionGravatar Gael Guennebaud2014-02-13
|/
* Add minimalistic unit tests for NVCC supportGravatar Gael Guennebaud2013-11-05
|
* Add cmake config filesGravatar xantares2013-10-09
|
* Added build name support for VC11 and its service packs.Gravatar Hauke Heibel2013-08-01
|
* Remove superfluous testing files (as changeset ↵Gravatar Gael Guennebaud2013-07-31
| | | | | | e41bc6cbbf9863c686e464d4479b4f562e5649c3 but more complete)
* Enable support for minimal rebuilds.Gravatar Hauke Heibel2013-07-31
|
* Ease setting build options when running ctest -DGravatar Gael Guennebaud2013-07-07
|
* Fix bug #542: fix detection of compiler version on systems without the head ↵Gravatar Gael Guennebaud2013-06-18
| | | | command.
* Improve SuiteSparse cmake scriptsGravatar Gael Guennebaud2013-06-12
|
* Add Official/Unsupported labels to unit tests and add a ctest driver to ↵Gravatar Gael Guennebaud2013-03-20
| | | | submit subprojects to cdash
* Forward compiler flags to Fortran workaroundGravatar Claas H. Köhler2013-03-17
|
* Fixed MSVC dashboard (Experimental/Continuous) build scripts.Gravatar Hauke Heibel2013-02-27
|
* Add the possibility to define a custom build-string suffixGravatar Gael Guennebaud2013-02-26
|
* add support for solving with sparse right hand sideGravatar Desire NUENTSA2013-01-25
|
* Recent UMFPACK library requires to link to libSuiteSparseGravatar Gael Guennebaud2013-01-22
|
* Add more useful functions to SPQR interfaceGravatar Desire NUENTSA2012-11-13
|
* Fix FindUmfpack when specifying manually the related cmake variables.Gravatar Gael Guennebaud2012-11-05
|
* merge Sparse LU branchGravatar Desire NUENTSA2012-09-07
|\