freebsd-ports/math/spooles/files/patch-Tree+src+makeGlobalLib
Maho Nakata 4f8f7aedd2 SPOOLES is a library for solving sparse real and complex linear
systems of equations.
Submitted by:	Pedro Giffuni <giffunip@asme.org>
2003-05-05 01:37:11 +00:00

13 lines
270 B
Plaintext

--- 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 \