aboutsummaryrefslogtreecommitdiff
path: root/math/giacxcas
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 1.0.0Alexey Dokuchaev2013-01-314-3520/+31
| | | | | | | | | | | | | - Update CocoaLib dependency version to 9950 - Use the PORTDOCS and PORTDATA macros in Makefile - Trim Makefile header, define LICENSE (GPLv3) - Perform miscellaneous cleanups while I am at it PR: ports/175143 Submitted by: maintainer Notes: svn path=/head/; revision=311303
* - Update to 0.9.5Michael Scheidell2012-06-223-6/+529
| | | | | | | | PR: ports/164030 Submitted by: Han Frederic <han@math.jussieu.fr> (maintainer) Notes: svn path=/head/; revision=299777
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 0.9.5Jason Helfman2012-01-143-10/+27
| | | | | | | | | | | | | -swich back to previous auxiliary file fltkdev.tgz instead of fltk-giac.tar.gz due to a printing bug in 64bits. - xgiac was removed in the author sources, so remove texmacs run dependency - add lapack dependency PR: ports/164030 Submitted by: maintainer, Han Frederic <han at math.jussieu.fr> Approved by: crees (mentor) Notes: svn path=/head/; revision=289240
* - Update from the author sources to giac 0.9.3 [1]Pawel Pekala2011-11-013-20/+38
| | | | | | | | | | | | | | | | | | | - The fltk auxiliary file is updated from giac's author. The name of the new version has changed to fltk-giac.tar.gz [1] - (re)Enable pari support, This version of giac is now compatible with pari > 2.3 [1] - Remove (after run tests) the amd64 extra flags in the Makefile [1] - Patch phase don't require bash [2] - Programs link to libintl so add USE_GETTEXT=yes [2] - Add run dependency on editors/texmacs, xgiac script calls it [2] - Fix path to binaries in dektop entry files [2] - Mark MAKE_JOBS_SAFE [2] PR: ports/161302 [1] Submitted by: Han Frederic <han@math.jussieu.fr> [1], myself [2] Notes: svn path=/head/; revision=284856
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Update MASTER_SITESPav Lucistnik2011-08-281-3/+3
| | | | | | | | | | - Does not build with new pari so disable pari PR: ports/160258 Submitted by: Han Frederic <han@math.jussieu.fr> (maintainer) Notes: svn path=/head/; revision=280647
* Update math/gsl to 1.15, and adjust PORTREVISIONBrendan Fabeny2011-05-091-1/+1
| | | | | | | and LIB_DEPENDS of dependent ports Notes: svn path=/head/; revision=273882
* - Update to 0.9.1Max Brazhnikov2011-04-095-35/+72
| | | | | | | | | | - Remove patches integrated upstream PR: ports/156192 Submitted by: Han Frederic (maintainer) Notes: svn path=/head/; revision=272441
* - Get Rid MD5 supportMartin Wilke2011-03-201-3/+0
| | | | Notes: svn path=/head/; revision=271346
* - Fix build on FreeBSD 8.0Pav Lucistnik2010-10-132-0/+28
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=262958
* - Add new mastersite and use original sources from authorMax Brazhnikov2010-10-093-9/+19
| | | | | | | | | | | | - Fix build on pointyhat - Fix runtime problem on amd64 - Use @dirrmtry for common directories PR: ports/150395 Submitted by: Han Frederic (maintainer) Notes: svn path=/head/; revision=262714
* Add new port math/giacxcas:Max Brazhnikov2010-09-214-0/+3045
General purpose Computer algebra system by Bernard Parisse released under GPLv3. The french documentation by Renee De Graeve is for non commercial use only. it consists of: - a C++ library (libgiac). It is build on C and C++ libraries: PARI, NTL (arithmetic), CoCoA (Groebner basis), GSL (numerics), GMP (big integers), MPFR (bigfloats) and provides algorithms for basic polynomial operations (product, GCD) and symbolic computations (simplifications, limits/series, symbolic integration, sommation, ...). The library can be configured to accept Maple or TI syntax to ease the transition for users of these systems. - a command line interpreter (icas or giac). It can be called from texmacs. - a FLTK-based GUI (xcas). It is a GUI for symbolic computation with several modules added: 2-d and 3-d graphics, dynamic 2-d and 3-d geometry (exact or numeric), spreadsheet, programming environment. WWW: http://www-fourier.ujf-grenoble.fr/~parisse/giac.html PR: ports/150395 Submitted by: Han Frederic <han at math.jussieu.fr> Notes: svn path=/head/; revision=261551