a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name nestedsums
version 1.4.9
categories math
platforms darwin
maintainers nomaintainer@macports.org
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 {
depends_build port:gcc40
configure.env CXX=g++-dp-4.0
}
default_variants +test
variant test { test.run yes
test.cmd make
test.target check
}