diff options
author | minskim <minskim@pkgsrc.org> | 2004-06-28 13:58:25 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-06-28 13:58:25 +0000 |
commit | ac24d7b58c2ec489ec3bdb70c8de4354c0f63478 (patch) | |
tree | 8b6cbd011649af4f419b1b326af5e5c56a3cfcab /math/mathomatic/patches | |
parent | 8ec7453500fe6ed0917886ce4376118113fcafe7 (diff) | |
download | pkgsrc-ac24d7b58c2ec489ec3bdb70c8de4354c0f63478.tar.gz |
Update mathomatic to 11.2d.
Changes:
Slight improvement to integrate and laplace commands.
Integrate/laplace x on (a+x)/(b+c) works now.
Added more examples to the documentation (am.htm).
2 to 10 times speedup for simplify command by fixing polynomial factoring.
Diffstat (limited to 'math/mathomatic/patches')
-rw-r--r-- | math/mathomatic/patches/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/math/mathomatic/patches/patch-aa b/math/mathomatic/patches/patch-aa index 9fcbbe14311..8a6298ecf87 100644 --- a/math/mathomatic/patches/patch-aa +++ b/math/mathomatic/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.5 2004/06/04 03:38:29 minskim Exp $ +$NetBSD: patch-aa,v 1.6 2004/06/28 13:58:25 minskim Exp $ ---- makefile.orig 2004-06-01 00:55:54.000000000 -0500 +--- makefile.orig 2004-06-25 18:30:52.000000000 -0500 +++ makefile @@ -1,13 +1,13 @@ # Makefile for compiling Mathomatic for UNIX or Linux or Mac OS X. @@ -16,8 +16,8 @@ $NetBSD: patch-aa,v 1.5 2004/06/04 03:38:29 minskim Exp $ +CFLAGS += -DREADLINE +LIBS += -lreadline --PREFIX = /usr/local -+#PREFIX = /usr/local +-prefix = /usr/local ++prefix = ${PREFIX} + bindir = $(prefix)/bin + mandir = $(prefix)/man - AOUT =am - OBJECTS =main.o am.o parse.o cmds.o simplify.o factor.o super.o \ |