# $Id: Portfile 23697 2007-04-07 00:43:23Z mww@macports.org $ PortSystem 1.0 name libmatheval version 1.1.4 categories math devel platforms darwin maintainers mww@macports.org description in-memory tree representations of mathematical functions long_description GNU libmatheval is comprised of several procedures \ that make it possible to create in-memory tree \ representations of mathematical functions over single \ or multiple variables and later use them to evaluate \ function for specified variable values, to create a \ corresponding tree for function derivatives over a \ specified variable, or to print a textual \ representation of the in-memory tree to a specified \ string. The library supports arbitrary variable names \ in expressions, decimal constants, basic unary and \ binary operators, and elementary mathematical functions. homepage http://www.gnu.org/software/libmatheval/ master_sites gnu checksums sha1 522302a7489a2c62e88c182cf06407d5fe580343 patchfiles patch-config.h.in depends_build bin:guile-config:guile configure.args --infodir=${prefix}/share/info test.run yes test.target check