summaryrefslogtreecommitdiff
path: root/lapack-netlib
AgeCommit message (Expand)AuthorFilesLines
2019-04-27Avoid out-of-bounds accesses in LAPACK EIG testsMartin Kroeker4-4/+7
2019-02-05fix second instance of complex.h for c++ as wellMartin Kroeker1-0/+8
2018-11-10Merge pull request #1866 from martin-frbg/issue1859Martin Kroeker1-1/+1
2018-11-10Fix argument in SLASET call to zero SMartin Kroeker1-1/+1
2018-11-01Restore Android/ARMv7 build fix from #778Martin Kroeker1-0/+7
2018-10-06fix parallel build issues with APFS/HFS+/ext2/3 in netlib-lapackTiziano Müller3-0/+6
2018-09-11Merge pull request #1759 from martin-frbg/lapack283Martin Kroeker3-3/+0
2018-09-11remove unused variable ldb_tMartin Kroeker1-1/+0
2018-09-11remove unused variable ldb_tMartin Kroeker1-1/+0
2018-09-11remove unused variable ldb_tMartin Kroeker1-1/+0
2018-08-28Fix missing replacements of ILAENV by ILAENV_2STAGE (lapack PR 272)Martin Kroeker8-32/+32
2018-06-01Merge pull request #1585 from martin-frbg/lapack-253Martin Kroeker53-124/+178
2018-06-01Fixes from netlib PR 253Martin Kroeker4-5/+5
2018-06-01Fixes from netlib PR 253Martin Kroeker43-101/+155
2018-06-01Fixes from netlib PR253Martin Kroeker6-18/+18
2018-05-31Fix paths to LIN and EIG testsMartin Kroeker1-4/+4
2018-05-10Merge pull request #1554 from martin-frbg/lapack-249Martin Kroeker26-94/+122
2018-05-10LAPACKE fixes from lapack PR249Martin Kroeker26-94/+122
2018-05-08Drop C-style "L" suffix from OPENMP version number in checkMartin Kroeker1-1/+1
2018-05-08Drop C-style "L" suffix from OPENMP version number in checkMartin Kroeker1-1/+1
2018-05-08Drop C-style "L" suffix from OPENMP version number in checkMartin Kroeker1-1/+1
2018-02-14Make "OMP task depend" sections conditional on OpenMP4, not just OpenMPMartin Kroeker4-4/+5
2018-02-13Revert insiduous suppression of the -fopenmp flag in the LAPACK subtreeMartin Kroeker1-3/+5
2018-02-08Remove spurious EXTERNAL referenceMartin Kroeker2-2/+2
2017-12-21Add conditionals around ar calls for optional modulesMartin Kroeker1-0/+6
2017-11-23Update LAPACK to 3.8.0martin2090-23001/+45579
2017-11-10Break out of potentially infinite rescaling loop after 1000 iterationsMartin Kroeker8-8/+8
2017-05-04Fix workspace computation for side=LMartin Kroeker1-1/+4
2017-05-04Fix workspace computation for side=LMartin Kroeker1-1/+4
2017-05-04Fix workspace computation for side=LMartin Kroeker1-1/+4
2017-05-04Fix workspace allocation in lapacke_ctp for side=LMartin Kroeker1-1/+4
2017-03-24Fix integer overflow in LAPACK DBDSQR, SBDSQR (#1135)Martin Kroeker2-15/+47
2017-02-22Remove spurious names from EXTERNAL listMartin Kroeker1-4/+2
2017-02-22Remove spurious names from EXTERNAL listMartin Kroeker1-2/+1
2017-02-22Fix typo in EXTERNAL declarationMartin Kroeker1-1/+1
2017-02-22Fix missing comma on continued lineMartin Kroeker2-2/+2
2017-02-22Fix missing comma on continued lineMartin Kroeker1-1/+1
2017-02-22Fix missing comma on continued lineMartin Kroeker1-1/+1
2017-02-22Fix missing comma in continued lineMartin Kroeker1-1/+1
2017-02-21LAPACKE: fix wrong matrix size in ?ormbrVladimir Chalupecky4-34/+28
2017-02-20LAPACKE: fix wrong number of columns in ?ormlqMartin Kroeker6-36/+26
2017-02-07LAPACKE: fix incorrect value of lda_t in lapacke_?laswp_workVladimir Chalupecky4-12/+28
2017-01-10Split LAPACKE 3.7.0 obj list (take 2)Martin Kroeker1-1/+2
2017-01-09Split the obj list of LAPACKE 3.7.0Martin Kroeker1-5/+8
2017-01-07filtered out -fopenmp and fix for mingwWerner Saar2-30/+33
2017-01-06removed xerbla and lsame for MakefileWerner Saar1-1/+4
2017-01-06filtered out optimized functionsWerner Saar1-6/+38
2017-01-06added lapack 3.7.0 with latest patches from gitWerner Saar6320-0/+1778621
2017-01-06removed lapack 3.6.0Werner Saar5835-1612856/+0
2016-12-15Never use "make" in makefiles. Only $(MAKE).François Bissey1-1/+1