summaryrefslogtreecommitdiff
path: root/cmake/lapack.cmake
AgeCommit message (Collapse)AuthorFilesLines
2022-04-21Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1martin-frbg1-11/+17
2022-04-09Use f2c translations of LAPACK when no Fortran compiler is available (#3539)Martin Kroeker1-2/+501
* Add C equivalents of the Fortran routines from Reference-LAPACK as fallbacks, and C_LAPACK variable to trigger their use
2021-05-02Add entries for Householder reconstruction functions from 3.9.1Martin Kroeker1-12/+12
2020-09-22fix grouping of sources used for more than one typeMartin Kroeker1-11/+17
2020-01-01[WIP] Update LAPACK to 3.9.0 (#2353)Martin Kroeker1-4/+12
* Update make.inc entries for LAPACK 3.9.0 Reference-LAPACK PR 347 changed some variable names and relative paths * Update LAPACK to 3.9.0 * Add new functions from LAPACK 3.9.0 * Add new functions from LAPACK 3.9.0 * Restore LOADER command as it makes it easier to specify pthread as needed * Restore LOADER * Restore EIG/LIN prefixes in cmdbase * add binary path to lapack_testing.py call * Restore OpenMP version check * Restore OpenMP version check * Restore fix for out-of-bounds array accesses from #2096
2017-11-24update cmake filesmartin1-1/+1
2017-11-23update cmakefiles for lapack 3.8.0martin1-9/+9
2017-11-06Update lapack.cmake with additional routines from LAPACK version 3.7.0.Ian Henriksen1-360/+458
2017-03-10Fix misspelling of zlasyf_aa from previous commitMartin Kroeker1-1/+1
2017-02-12Add zlasyf_aa to lapack.cmakeMartin Kroeker1-39/+39
2017-02-12Add another bunch of lapack 3.7 functions to cmake listMartin Kroeker1-9/+10
2017-02-12Add LAPACK 3.7 files not mentioned in announcementMartin Kroeker1-19/+19
2017-02-11Update cmake file list for lapack 3.7.0Martin Kroeker1-0/+39
2017-02-11Add new functions from LAPACK 3.6.1Martin Kroeker1-5/+5
2016-02-01Fix the source pathsBenyu Zhang1-28/+28
2015-02-25Added lapacke sources.Hank Anderson1-1/+1
2015-02-19Added complex and single netlib-lapack fortran sources to lapack.cmake.Hank Anderson1-81/+328
2015-02-10Added AUX files from lapack-netlib.Hank Anderson1-0/+100