# $Id: Portfile 54602 2009-07-30 06:29:03Z toby@macports.org $

PortSystem 1.0
name		nestedsums
version		1.4.9
categories	math
platforms	darwin
maintainers	gwright
description	nestedsums library
long_description	\
		A Library for the Symbolic Expansion of a Class of	\
		Transcendental Functions

homepage	http://www.fis.unipr.it/~stefanw/
master_sites	http://wwwthep.physik.uni-mainz.de/~stefanw/download/

checksums	md5 5859cce3c541b0fd03bcd3fdf722c7e8

depends_lib	port:GiNaC

#user_notes	On Tiger (10.4.x), Xcode 2.1 is required to avoid a bug
#		in gcc which causes one of the tests to fail.

platform darwin 7 {
	pre-fetch {
		error "nesteedsums is not supported on Panther (OS X 10.3.x)."
	}
}

default_variants	+test
variant	test	{ test.run	yes
		  test.cmd	make
		  test.target	check
		}

