aboutsummaryrefslogtreecommitdiffhomepage
path: root/lapack
Commit message (Collapse)AuthorAge
* Replace language_support module with builtin CheckLanguageGravatar Samir Benmendil2021-01-27
| | | | | | | | | | | | The workaround_9220 function was introduced a long time ago to workaround a CMake issue with enable_language(OPTIONAL). Since then CMake has clarified that the OPTIONAL keywords has not been implemented[0]. A CheckLanguage module is now provided with CMake to check if a language can be enabled. Use that instead. [0] https://cmake.org/cmake/help/v3.18/command/enable_language.html
* Remove code checking for CMake < 3.5Gravatar Alexander Grund2020-12-14
| | | | As the CMake version is at least 3.5 the code checking for earlier versions can be removed.
* STYLE: Convert CMake-language commands to lower caseGravatar Hans Johnson2019-10-31
| | | | | Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case.
* STYLE: Remove CMake-language block-end command argumentsGravatar Hans Johnson2019-10-31
| | | | | | Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style.
* Fix case issue with Lapack unit testsGravatar Gael Guennebaud2019-11-14
|
* Enable "old" CMP0026 policy (not perfect, but better than dozens of warning)Gravatar Gael Guennebaud2018-12-08
|
* fix md5sum of lapack_addonsGravatar Gael Guennebaud2018-06-15
|
* MIsc. source and comment typosGravatar luz.paz2018-03-11
| | | | Found using `codespell` and `grep` from downstream FreeCAD
* Workaround "misleading-indentation" warningsGravatar Christoph Hertzberg2016-05-11
|
* Improve constness of level2 blas API.Gravatar Gael Guennebaud2016-04-11
|
* Removed deprecated header (unsupported/Eigen/BDCSVD is included in Eigen/SVD ↵Gravatar Christoph Hertzberg2014-10-29
| | | | now)
* Add lapack interface to JacobiSVD and BDCSVDGravatar Gael Guennebaud2014-10-17
|
* Fix lapack buildGravatar Gael Guennebaud2014-04-01
|
* Fix Fortran compiler detectionGravatar Gael Guennebaud2014-02-13
|
* Ease setting build options when running ctest -DGravatar Gael Guennebaud2013-07-07
|
* bug #63: add lapack unit tests. They are automatically downloaded and ↵Gravatar Gael Guennebaud2013-07-06
| | | | configured if EIGEN_ENABLE_LAPACK_TESTS is ON.
* Complete the lapack interface to make it complete enough for suitesparse QR.Gravatar Gael Guennebaud2013-06-12
|
* Fix implicit conversion warningsGravatar Gael Guennebaud2013-06-12
|
* Add support for Sparse QR factorizationGravatar Desire NUENTSA2012-11-12
|
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* Intel(R) MKL support added.Gravatar karturov2011-12-05
| | | | | | | | | | * * * License disclaimer changed to BSD license for MKL_support.h * * * Pardiso support fixed, test added. blas/lapack tests fixed: Scalar parameter was added in Cholesky, product_matrix_vector_triangular remaned to triangular_matrix_vector_product. * * * PARDISO test was added physically.
* hopefully this workaround of cmake bug #9220 works for MSVC tooGravatar Gael Guennebaud2011-10-24
|
* Enable incomplete BLAS/Lapack builds when no fortran compiler has been found.Gravatar Gael Guennebaud2011-09-21
| | | | Works here with gcc. Hopefully this will work for MSVC too.
* enable instalation of blas and lapack libsGravatar Gael Guennebaud2011-07-11
|
* suppress unused warningGravatar Gael Guennebaud2011-02-23
|
* add lapack interface to real symmetric eigenvalue dec and enable building of ↵Gravatar Gael Guennebaud2011-02-18
| | | | the lapack shared library
* do not include reference lapack files if they are not thereGravatar Gael Guennebaud2011-01-26
|
* add a minimalistict lapack wrapperGravatar Gael Guennebaud2011-01-26