Skip to content

Commit 6df7ab7

Browse files
committedJun 3, 2016
Adapt lapack_testing.py to work on both Python 2 and Python 3
Contributed by Julien Schueller Sent to Julie on May 8th 2016 Correspond to SVN rev 1748.
1 parent bb1201b commit 6df7ab7

File tree

2 files changed

+259
-243
lines changed

2 files changed

+259
-243
lines changed
 

‎.gitignore

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# ignore objects and archives, anywhere in the tree.
2+
*.[oa]
3+
# test in INSTALL
4+
INSTALL/test*
5+
6+
# local make.inc
7+
make.inc
8+
9+
# BLAS testing
10+
BLAS/*.out
11+
BLAS/x*
12+
13+
# LAPACK testing
14+
TESTING/x*
15+
TESTING/*.out
16+
TESTING/*.txt

0 commit comments

Comments
 (0)
Please sign in to comment.