diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-05-05 01:37:11 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-05-05 01:37:11 +0000 |
commit | 4f8f7aedd2efaacc50e3887628815382a16361ae (patch) | |
tree | 39fd77866658bf0ccce7d063e5776cb5938e16aa /math/spooles/files/patch-Tree+src+makeGlobalLib | |
parent | Add gdeskcal-skins, a collection of skins for gdeskcal. (diff) |
SPOOLES is a library for solving sparse real and complex linear
systems of equations.
Submitted by: Pedro Giffuni <giffunip@asme.org>
Diffstat (limited to 'math/spooles/files/patch-Tree+src+makeGlobalLib')
-rw-r--r-- | math/spooles/files/patch-Tree+src+makeGlobalLib | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/spooles/files/patch-Tree+src+makeGlobalLib b/math/spooles/files/patch-Tree+src+makeGlobalLib new file mode 100644 index 000000000000..37a9c12bbd97 --- /dev/null +++ b/math/spooles/files/patch-Tree+src+makeGlobalLib @@ -0,0 +1,12 @@ +--- Tree/src/makeGlobalLib.orig Fri Sep 18 04:26:35 1998 ++++ Tree/src/makeGlobalLib Mon May 5 08:30:58 2003 +@@ -6,7 +6,8 @@ + + SRC = basics.c \ + compress.c \ +- drawTree.c \ ++ draw.c \ ++ subtree.c \ + init.c \ + instance.c \ + IO.c \ |