diff options
author | pi <pi@FreeBSD.org> | 2016-07-10 15:42:55 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-07-10 15:42:55 +0800 |
commit | 68863fc37171423cd9b3c2f340f2f61dd1c9850c (patch) | |
tree | f42b63d30d2cbda898963c01fba5fd5f4dccfec6 /math/Makefile | |
parent | fff755abbe5342e1d7bf411923605888115e6093 (diff) | |
download | freebsd-ports-gnome-68863fc37171423cd9b3c2f340f2f61dd1c9850c.tar.gz freebsd-ports-gnome-68863fc37171423cd9b3c2f340f2f61dd1c9850c.tar.zst freebsd-ports-gnome-68863fc37171423cd9b3c2f340f2f61dd1c9850c.zip |
New port: math/cadabra2
Cadabra is a symbolic computer algebra system (CAS) designed
specifically for the solution of problems encountered in field
theory. It has extensive functionality for tensor computer algebra,
tensor polynomial simplification including multi-term symmetries,
fermions and anti-commuting variables, Clifford algebras and Fierz
transformations, component computations, implicit coordinate
dependence, multiple index types and many more. The input format
is a subset of TeX.
WWW: http://cadabra.science/
PR: 210476
Submitted by: Yuri Victorovich <yuri@rawbw.com>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 14fc753fe2e1..7ff03313cfb5 100644 --- a/math/Makefile +++ b/math/Makefile @@ -96,6 +96,7 @@ SUBDIR += blitz++ SUBDIR += blocksolve95 SUBDIR += bsdnt + SUBDIR += cadabra2 SUBDIR += calc SUBDIR += calcoo SUBDIR += calctool |