# $Id: Portfile 35402 2008-03-27 17:58:32Z mww@macports.org $

PortSystem 1.0

name		libmatheval
version		1.1.7
categories	math devel
platforms	darwin
maintainers	mww
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 2444be901eb24605e286f33647bb28ef3d452db4
patchfiles		patch-config.h.in.diff

depends_build	bin:guile-config:guile

configure.args	--infodir=${prefix}/share/info

test.run		yes
test.target		check
