summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2017-06-10Preparing for 3.7.1 releaseJulie1-0/+1
Update version number from discussion with Vendors, they still would like to have the version number inside the source file.
2017-02-05Fix missing or unnecessary prerequisitesKyle Guinn1-1/+2
2017-01-22Avoid rebuilding CBLAS library and examplesKyle Guinn1-0/+11
Use targets that are actual filenames so that make can determine if the target is already up-to-date. Since $(CBLASLIB) is a relative path, delete it from a Makefile at the right depth.
2017-01-22Consolidate the BLAS/TESTING MakefilesKyle Guinn1-2/+2
Move the test inputs into the TESTING dir.
2016-12-10Adding [SY/HE]CON_3 to LAPACKEJulie1-0/+4
2016-06-18Update date, version for 3.6.1 releaseJulie1-0/+3
2016-06-14For some reason, my `git` does not like the spaces that were at the start ofJulien Langou1-2/+3
the gitignore command *.[oa]. I removed the spaces and my `git` follows the .gitignore. Better for me now.
2016-06-02Adapt lapack_testing.py to work on both Python 2 and Python 3Julie1-0/+16
Contributed by Julien Schueller Sent to Julie on May 8th 2016 Correspond to SVN rev 1748.