diff options
author | jgh <jgh@FreeBSD.org> | 2012-04-15 03:25:33 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-04-15 03:25:33 +0800 |
commit | c7ee77e9ed0494d15224a347190f32812afbdc0c (patch) | |
tree | 14fadaa440a497e4f8cf760a3864449b78b583e2 /math/Makefile | |
parent | 3500917541aeaaa1cfed21f3c1e0ba5577b4552b (diff) | |
download | freebsd-ports-gnome-c7ee77e9ed0494d15224a347190f32812afbdc0c.tar.gz freebsd-ports-gnome-c7ee77e9ed0494d15224a347190f32812afbdc0c.tar.zst freebsd-ports-gnome-c7ee77e9ed0494d15224a347190f32812afbdc0c.zip |
Add new port: math/py-ufl
The Unified Form Language (UFL) is a domain specific language for declaration
of finite element discretizations of variational forms.
WWW: https://launchpad.net/ufl
PR: ports/166911
Submitted by: jwbacon@tds.net
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 2b734e786a85..34a84fa56a4d 100644 --- a/math/Makefile +++ b/math/Makefile @@ -536,6 +536,7 @@ SUBDIR += py-svgmath SUBDIR += py-symeig SUBDIR += py-sympy + SUBDIR += py-ufl SUBDIR += qalculate SUBDIR += qd SUBDIR += qhull |