summaryrefslogtreecommitdiff
path: root/math/fricas/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2009-04-30Update to FriCAS 1.0.6asau1-10/+2
Notable changes (compared to 1.0.5 version) include: - the axiom script is no longer installed (use fricas script instead) - some undesirable simplification are no longer done by default, for example now asin(sin(3)) is left unevaluated - support lambda expressions using '+->' syntax and nested functions in Spad - better configure, support for Dragonfly BSD - faster bootstrap, also parallel (this does not affect speed of release build) Several bug fixes, in particular: - fixed a regression introduced in 1.0.4 which caused equality for nested products to sometimes give wrong result - corrected fixed output of floating point numbers, - operations on differential operators like symmetric power work now - fixed crashes related to coercing power series - functions returning Void can be traced
2009-03-08Recognize Dragofly as BSD Family representative.asau1-1/+8
Enables Dragonfly build (tested on 2.1.1).
2009-02-25Fix DISTNAME so that it doesn't follow PKGREVISION changes.asau1-2/+2
Unbreaks fetch.
2009-02-19CLISP isn't needed at run time, it is required for build time only.asau1-1/+2
Bump PKGREVISION.
2009-01-27Update to FriCAS 1.0.5, change default Lisp to CLISP.asau1-2/+10
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>.
2009-01-07Change category to "math" for consistency.asau1-2/+2
Discussed with tnn@.
2008-09-14Import fricas-1.0.3 as math/fricas.ahoka1-0/+25
Packaged by Aleksej Saushev with help from Yorick Hardy in the pkgsrc-wip project. FriCAS is a fork of Axiom. FriCAS algebra library is written in a high level strongly typed language (Spad), which allows natural expression of mathematical algorithms. FriCAS uses lightweight developement methodology. Compared to Axiom FriCAS is significantly restructured -- it is more portable and fixed several defects. FriCAS removed rather large unused parts (without removing functionality). It is expected that FriCAS will be much easier to maintain than original Axiom.