# $Id: $ PortSystem 1.0 name cadabra version 0.92 categories math platforms darwin maintainers gwright@macports.org description A field theory approach to symbolic computer algebra long_description \ Cadabra is a computer algebra system for the manipulation \ of what could loosely be called tensorial expressions. It is \ aimed at, though not necessarily restricted to, theoretical \ high energy physicists. Because of its target audience, the \ program's interface, storage system and underlying philosophy \ differ substantially from other computer algebra systems. homepage http://www.aei.mpg.de/~peekas/cadabra/ master_sites ${homepage}/ checksums sha1 7a21ea84dbcd869a7082eea7d951eefa8dc0940d patchfiles patch-Makefile.in \ patch-src-Makefile.in depends_run port:TeXmacs depends_lib port:modglue \ port:expect \ port:pcre \ port:pcre++ \ port:gmp \ port:LiE configure.env CPPFLAGS=-I${prefix}/include configure.args --prefix=${destroot}${prefix} build { cd ${worksrcpath} system "LDFLAGS=-L${prefix}/lib ${build.cmd} ${build.target}" system "LDFLAGS=-L${prefix}/lib ${build.cmd} test" system "LDFLAGS=-L${prefix}/lib ${build.cmd} advtest" }