diff options
author | tg <tg@FreeBSD.org> | 1997-09-16 07:05:00 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-09-16 07:05:00 +0000 |
commit | 07edfee8d1a87bf811b482226bf41bb2a56d9369 (patch) | |
tree | e26c8bc1a3508b34c594b55085efc22ded4fe387 /math/femlab/files/patch-aa | |
parent | 9315d6a2e5e396ca54807b19621d46197d689145 (diff) | |
download | FreeBSD-ports-07edfee8d1a87bf811b482226bf41bb2a56d9369.zip FreeBSD-ports-07edfee8d1a87bf811b482226bf41bb2a56d9369.tar.gz |
Import of femlab port. femlab solves PDEs in 2D using the
finite element method.
PR: 4531
Submitted by: Pedro Giffuni <giffunip@asme.org>
Diffstat (limited to 'math/femlab/files/patch-aa')
-rw-r--r-- | math/femlab/files/patch-aa | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/math/femlab/files/patch-aa b/math/femlab/files/patch-aa new file mode 100644 index 0000000..95ee4e5 --- /dev/null +++ b/math/femlab/files/patch-aa @@ -0,0 +1,31 @@ +*** source/Imakefile.orig Tue Sep 2 10:38:18 1997 +--- source/Imakefile Tue Sep 2 10:39:42 1997 +*************** +*** 17,29 **** + + OBJS = $(SRCS:.c=.o) + +! CC = gcc -O + CDEBUGFLAGS = + EXTRA_INCLUDES = -I../include + # + # Change next line to the location of the libsx library + # +! EXTRA_LOAD_FLAGS = -L/users/math/martenl/projects/lib + LOCAL_LIBRARIES = -lfreq -lsx -lm XawClientLibs + DEPLIBS = XawClientDepLibs + +--- 17,29 ---- + + OBJS = $(SRCS:.c=.o) + +! CC = gcc -O2 + CDEBUGFLAGS = + EXTRA_INCLUDES = -I../include + # + # Change next line to the location of the libsx library + # +! EXTRA_LOAD_FLAGS = -L$(X11BASE) + LOCAL_LIBRARIES = -lfreq -lsx -lm XawClientLibs + DEPLIBS = XawClientDepLibs + |