diff options
Diffstat (limited to 'math/lapack++/files/patch-matrix_test')
-rw-r--r-- | math/lapack++/files/patch-matrix_test | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/lapack++/files/patch-matrix_test b/math/lapack++/files/patch-matrix_test new file mode 100644 index 000000000000..6043c5398b86 --- /dev/null +++ b/math/lapack++/files/patch-matrix_test @@ -0,0 +1,11 @@ +--- matrix/testing/matrix_test.org Tue Feb 29 05:42:29 2000 ++++ matrix/testing/matrix_test Mon May 20 10:19:03 2002 +@@ -32,7 +32,7 @@ + foreach t ($testsuite) + set answer = $t:t.out + echo "$t $N[1] $N[1] >& $answer" +- $t $N[1] $N[1] >& $answer ++ ./$t $N[1] $N[1] >& $answer + + end + |