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/Makefile | |
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/Makefile')
-rw-r--r-- | math/fricas/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/fricas/Makefile b/math/fricas/Makefile index 98c8dc0bfe3..3c29d9ba637 100644 --- a/math/fricas/Makefile +++ b/math/fricas/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2009/04/30 19:55:47 asau Exp $ +# $NetBSD: Makefile,v 1.8 2009/07/13 19:57:22 asau Exp $ -PKGNAME= fricas-1.0.6 +PKGNAME= fricas-1.0.7 DISTNAME= ${PKGNAME_NOREV}-full CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fricas/} @@ -10,6 +10,8 @@ MAINTAINER= asau@inbox.ru HOMEPAGE= http://fricas.sourceforge.net/ COMMENT= FriCAS is a fork of the Axiom computer algebra system +LICENSE= modified-bsd + WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} BUILD_DEPENDS+= noweb-[0-9]*:../../devel/noweb @@ -22,7 +24,6 @@ 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" |