* 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
44 lines
575 B
Plaintext
44 lines
575 B
Plaintext
# ignore objects and archives, anywhere in the tree.
|
|
*.[oa]
|
|
|
|
# test in INSTALL
|
|
INSTALL/test*
|
|
|
|
# local make.inc
|
|
make.inc
|
|
|
|
# BLAS testing
|
|
BLAS/TESTING/*.out
|
|
BLAS/TESTING/x*
|
|
|
|
# CBLAS
|
|
CBLAS/include/cblas_mangling.h
|
|
|
|
# CBLAS testing
|
|
CBLAS/testing/*.out
|
|
CBLAS/testing/x*
|
|
|
|
# CBLAS examples
|
|
CBLAS/examples/cblas_ex1
|
|
CBLAS/examples/cblas_ex2
|
|
|
|
# LAPACK testing
|
|
TESTING/LIN/xlintst*
|
|
TESTING/EIG/xeigtst*
|
|
TESTING/*.out
|
|
TESTING/*.txt
|
|
TESTING/x*
|
|
|
|
# LAPACKE example
|
|
LAPACKE/example/xexample*
|
|
|
|
# SED
|
|
SRC/*-e
|
|
LAPACKE/src/*-e
|
|
build*
|
|
|
|
# DOCS documentation
|
|
DOCS/man
|
|
DOCS/explore-html
|
|
output_err
|