summaryrefslogtreecommitdiff
path: root/math/fricas/Makefile
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2009-01-27 15:54:23 +0000
committerasau <asau@pkgsrc.org>2009-01-27 15:54:23 +0000
commit9a5876e180c00e9ec1ccd7367f66f0aba318536d (patch)
tree0ffab6a97b5cd676d783ef46438f85092606d00c /math/fricas/Makefile
parentdec3b89bda0e381e0591d28df93f3523d6e902bb (diff)
downloadpkgsrc-9a5876e180c00e9ec1ccd7367f66f0aba318536d.tar.gz
Update to FriCAS 1.0.5, change default Lisp to CLISP.
Changes since FriCAS 1.0.4: - improvement to normalize function, it performs now much stronger simplifications than before - better integration: due to improved normalize FriCAS can now integrate many functions that it previously considered unintegrable - improvement to Martin Rubey guessing package, for example it can now guess differential equation for the generating function of integer partitions - better support for using type valued functions - several bug fixes Changes since FriCAS 1.0.3: User Interface: - Add a new emacs mode: just (require 'fricas), M-x fricas and enjoy. - Add support for inline display of LaTeXed code. - Add support for mouse wheel. - Supress SBCL style warnings due to autoloading. Merge Ralf's wonderful new Aldor interface. Allow calling type-valued functions. Improve coercion of types. Add coercions to InputForm. Improve unparse. Use SExpression as representation of OutputForm. Miscellaneous improvements, bug fixes and cleanups. Approved by <obache>.
Diffstat (limited to 'math/fricas/Makefile')
-rw-r--r--math/fricas/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/math/fricas/Makefile b/math/fricas/Makefile
index d602aea0426..6b9d48a3dc6 100644
--- a/math/fricas/Makefile
+++ b/math/fricas/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2009/01/07 00:00:15 asau Exp $
+# $NetBSD: Makefile,v 1.3 2009/01/27 15:54:23 asau Exp $
-PKGNAME= fricas-1.0.3
+PKGNAME= fricas-1.0.5
DISTNAME= ${PKGNAME}-full
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fricas/}
@@ -20,6 +20,14 @@ USE_TOOLS+= gmake
PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
+# Problems:
+# 4. Emacs files should go into "site-lisp".
+# 5. view3D hangs sometimes (?), killing it doesn't affect binary package.
+
.include "options.mk"
+.if !empty(PKG_OPTIONS:Mclisp)
+INSTALL_UNSTRIPPED= yes # don't strip AXIOMsys, it breaks FFI
+.endif
+
.include "../../mk/bsd.pkg.mk"