# $Id$ PortSystem 1.0 name cadabra version 1.11 categories math platforms darwin maintainers gwright 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 md5 cf97dd9c4b353604d24c5c6c8cd35b09 \ sha1 8ce4808914bd4f4dfe53672e8737d46c4ae9475f \ rmd160 3f10de798118d975a9fb067939f6207ebef68c15 variant texmacs description { install TeXmacs from end } { depends_run port:TeXmacs } variant no_gui description { do not build GUI } { depends_lib-delete port:gtkmm configure.args-append --disable-gui } patchfiles patch-Makefile.in.diff \ patch-src-Makefile.in.diff depends_lib port:modglue \ port:pcre \ port:gmp \ port:LiE \ port:gtkmm \ port:texlive build.env CC=gcc CXX=g++ post-build { system "env CDB_LOG=1 ${build.cmd} advtest" } post-activate { system "texhash" }