# $Id: Portfile 29882 2007-10-14 12:44:40Z boeyms@macports.org $ PortSystem 1.0 name nestedsums version 1.4.9 categories math platforms darwin maintainers gwright@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 6 { return -code error "nesteedsums is not supported on Jaguar (OS X 10.2.x)." } platform darwin 7 { return -code 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 }