diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-19 13:48:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-19 13:48:09 +0000 |
commit | 8eec0a51e63a5c2af641ee8e28f8f6bf4ab2c311 (patch) | |
tree | 0193595bc8e02b1d77ae4981fd028a66eb35da52 /math | |
parent | 8e3dbfa74bd0d55a203c2a1b02b10145a36082c3 (diff) | |
download | pkgsrc-8eec0a51e63a5c2af641ee8e28f8f6bf4ab2c311.tar.gz |
unused.
Diffstat (limited to 'math')
-rw-r--r-- | math/superlu/patches/patch-ab | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/math/superlu/patches/patch-ab b/math/superlu/patches/patch-ab deleted file mode 100644 index 6296722166f..00000000000 --- a/math/superlu/patches/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2003/11/11 11:53:56 wiz Exp $ - ---- TESTING/dtest.csh.orig Thu Oct 2 01:27:24 2003 -+++ TESTING/dtest.csh -@@ -26,7 +26,7 @@ foreach m ($MATRICES) - foreach l ($LWORK) - echo '' >> $ofile - echo 'n='$n 'nrhs='$s 'lwork='$l >> $ofile -- dtest -t "LA" -l $l -n $n -s $s >> $ofile -+ ./dtest -t "LA" -l $l -n $n -s $s >> $ofile - end - end - end -@@ -40,7 +40,7 @@ foreach m ($MATRICES) - foreach l ($LWORK) - echo '' >> $ofile - echo 'nrhs='$s 'lwork='$l >> $ofile -- dtest -t "SP" -s $s -l $l < ../EXAMPLE/$m >> $ofile -+ ./dtest -t "SP" -s $s -l $l < ../EXAMPLE/$m >> $ofile - end - end - endif |