diff options
author | asau <asau@pkgsrc.org> | 2009-07-13 19:57:22 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-07-13 19:57:22 +0000 |
commit | c90fa35b830bd66210ecb027ff4ae292de0203ac (patch) | |
tree | 72425f3dee63b06b15c671b91b890cf65152be41 /math/fricas/PLIST | |
parent | 215722de7162bfab70399d0b697ec5aab9c8fc24 (diff) | |
download | pkgsrc-c90fa35b830bd66210ecb027ff4ae292de0203ac.tar.gz |
Update to FriCAS 1.0.7
Changes:
- Comparisons between elements of the Expression domain are undefined.
Earlier versions gave confusing results for expressions like '\%e < \%pi',
now FriCAS will complain about '<' being undefined.
- A domain for general quaternions was added.
- Equality in Any is now more reasonable -- it uses equality from
underlying domain if available.
- Messages about loading of components are switched off by default.
- Release build benefits from parallel make.
- In Spad code a single quote now means that the following token
is a symbol.
- Reorganization of algebra sources, in particular several types
have changed (this may affect users Spad code).
Bug fixes, in particular:
- Categories with default package can be used just after definition
(fixes 1.0.6 regression).
- Plots involving 0 or 1 work now.
- Numbers in radix bigger than 10 appear correctly in TeX output.
- Fixed browser crashes when displaying some domains.
- Fix horizontal display of fractions.
- Allow local domains in conditionals (in Spad code).
- Fixed a problem with splitting polynomials and nested extensions.
Diffstat (limited to 'math/fricas/PLIST')
-rw-r--r-- | math/fricas/PLIST | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/math/fricas/PLIST b/math/fricas/PLIST index 79c41efa34d..727839fb911 100644 --- a/math/fricas/PLIST +++ b/math/fricas/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2009/06/14 20:47:52 joerg Exp $ +@comment $NetBSD: PLIST,v 1.6 2009/07/13 19:57:22 asau Exp $ bin/efricas bin/fricas lib/fricas/emacs/fricas-cpl.el @@ -116,6 +116,7 @@ lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMBOPC.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMM.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMMONOP.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMMUPC.${FASL} +lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMPAR.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMPCAT-.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMPCAT.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMPFACT.${FASL} @@ -290,7 +291,7 @@ lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FLOAT.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FLOATCP.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FLOATRP.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FM.${FASL} -lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FM1.${FASL} +lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FM2.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FMC.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FMCAT.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FMFUN.${FASL} @@ -838,6 +839,7 @@ lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QFCAT2.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QFORM.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QUAGG.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QUAT.${FASL} +lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QUAT2.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QUATCAT-.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QUATCAT.${FASL} lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QUATCT2.${FASL} @@ -1942,6 +1944,8 @@ ${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/POLY.ht ${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/POLY.pht ${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/QUAT.ht ${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/QUAT.pht +${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/QUAT2.ht +${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/QUAT2.pht ${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/RADIX.ht ${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/RADIX.pht ${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/RECLOS.ht |