# $Id: Portfile,v 1.7 2005/07/29 21:48:20 gwright Exp $ PortSystem 1.0 name nestedsums version 1.4.6 revision 2 categories math platforms darwin maintainers gwright@opendarwin.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 e3f5fa89fb671d24355fb93f8e14b6b8 depends_lib lib:ginac: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 }