diff options
author | asau <asau@pkgsrc.org> | 2013-05-19 10:01:00 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2013-05-19 10:01:00 +0000 |
commit | 1daeae42181ab847205fcd333ee9e772d7446dbc (patch) | |
tree | e2c0dfd8875d0851fe68b872a320f46fbf13861c /math | |
parent | 92ccac01db93b528893c42cc2db00e09ece39e6d (diff) | |
download | pkgsrc-1daeae42181ab847205fcd333ee9e772d7446dbc.tar.gz |
Update to FriCAS 1.2.0
Notable changes (compared to version 1.1.8):
- New MatrixManipulation package.
- New ParallelIntegrationTools package.
- Gruntz algorithm in now used also for finite one-sided limits.
- FriCAS has now true 2-dimensional arrays (previously they were
emulated using vectors of vectors).
- Speedups in some matrix operations and in arithmetic with
algebraic expressions.
- FreeModule is now more general, it allows Comparable as second
argument.
- Changed Spad parser, it now uses common scanner with interpreter.
Spad language is now closer to interpreter language and Aldor.
'leave' is removed, 'free', 'generate' and 'goto' are now keywords.
Pile rules changed slightly, they should be more intuitve now.
Error messages from Spad parser should be slightly better.
Bug fixes, in particular:
- Fixed a few build problems.
- Eliminated division by 0 during 'normalize'.
- 'nthRootIfCan' removes leading zeros from generalized series
(this avoids problems with power series expanders).
- Fixed corruption of formal derivatives.
- Fixed two problems with fortan output.
- Fixed ')untrace' and ')undo'. Fixed ')trace' with ECL.
- Fixed problem with calling efricas if user default shell is (t)csh.
Diffstat (limited to 'math')
-rw-r--r-- | math/fricas/Makefile | 4 | ||||
-rw-r--r-- | math/fricas/PLIST | 4 | ||||
-rw-r--r-- | math/fricas/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/math/fricas/Makefile b/math/fricas/Makefile index 43517385b2e..a623d93e751 100644 --- a/math/fricas/Makefile +++ b/math/fricas/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2012/12/08 15:26:57 asau Exp $ +# $NetBSD: Makefile,v 1.20 2013/05/19 10:01:00 asau Exp $ -PKGNAME= fricas-1.1.8 +PKGNAME= fricas-1.2.0 DISTNAME= ${PKGNAME_NOREV}-full CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fricas/} diff --git a/math/fricas/PLIST b/math/fricas/PLIST index d9e40a30e5e..61ddb02e10e 100644 --- a/math/fricas/PLIST +++ b/math/fricas/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2012/12/08 15:26:57 asau Exp $ +@comment $NetBSD: PLIST,v 1.15 2013/05/19 10:01:00 asau Exp $ bin/efricas bin/fricas lib/fricas/emacs/fricas-cpl.el @@ -628,6 +628,7 @@ lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MAGCDOC.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MAGCDT2.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MAGCDT3.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MAGMA.${FASL} +lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MAMA.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MAPHACK1.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MAPHACK2.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MAPHACK3.${FASL} @@ -852,6 +853,7 @@ lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PICOERCE.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PID.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PINTERP.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PINTERPA.${FASL} +lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PIT.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PLEQN.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PLOT.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PLOT1.${FASL} diff --git a/math/fricas/distinfo b/math/fricas/distinfo index 339bc3e0cf6..258f4373e69 100644 --- a/math/fricas/distinfo +++ b/math/fricas/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2012/12/08 15:26:57 asau Exp $ +$NetBSD: distinfo,v 1.13 2013/05/19 10:01:00 asau Exp $ -SHA1 (fricas-1.1.8-full.tar.bz2) = 29141bcf3b353d6b1efe4a4bd832877bab55b22f -RMD160 (fricas-1.1.8-full.tar.bz2) = 6d66057df15236e95fd178afeac2f1519cceb8ba -Size (fricas-1.1.8-full.tar.bz2) = 9945636 bytes +SHA1 (fricas-1.2.0-full.tar.bz2) = 3634ff3d8249cae31fa07f66a5818444620a45cb +RMD160 (fricas-1.2.0-full.tar.bz2) = 04eb691a0d39cf363dd5dc918065c8aec9b5342e +Size (fricas-1.2.0-full.tar.bz2) = 9985375 bytes |