# $Id: Portfile,v 1.1 2004/04/18 22:30:28 mww Exp $ PortSystem 1.0 name yacas version 1.0.56 categories math maintainers olt@bogosoft.com description Yet Another Computer Algebra System long_description YACAS is an easy to use, general purpose Computer Algebra\ System, a program for symbolic manipulation of mathematical\ expressions. It uses its own programming language designed for\ symbolic as well as arbitrary-precision numerical computations. The\ system has a library of scripts that implement many of the symbolic\ algebra operations - new algorithms can be easily added to the library. master_sites http://yacas.sourceforge.net/backups/ checksums md5 cde348f0a4274e1f487b7483003cf119 depends_build bin:perl:perl5.8 configure.env LDFLAGS="-L${prefix}/lib" \ CPPFLAGS="-I${prefix}/include" test.run yes variant gmp { # for faster arbitrary precision arithmetics depends_lib-append lib:libgmp.4:gmp configure.args-append --with-numlib=gmp }