diff options
author | jgh <jgh@FreeBSD.org> | 2012-04-15 03:27:42 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-04-15 03:27:42 +0800 |
commit | a6813af6eb06b9570d1fad3b8ec310db8771d226 (patch) | |
tree | 4de588ead9a882836b36bcead931112537e26be9 /math/Makefile | |
parent | c7ee77e9ed0494d15224a347190f32812afbdc0c (diff) | |
download | freebsd-ports-gnome-a6813af6eb06b9570d1fad3b8ec310db8771d226.tar.gz freebsd-ports-gnome-a6813af6eb06b9570d1fad3b8ec310db8771d226.tar.zst freebsd-ports-gnome-a6813af6eb06b9570d1fad3b8ec310db8771d226.zip |
Add new port: math/py-viper
Viper is a minimalistic scientific plotter and run-time visualization module.
Viper has support for visualizing meshes and solutions in DOLFIN.
WWW: https://launchpad.net/fenics-viper
PR: ports/166913
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 34a84fa56a4d..94400085a511 100644 --- a/math/Makefile +++ b/math/Makefile @@ -537,6 +537,7 @@ SUBDIR += py-symeig SUBDIR += py-sympy SUBDIR += py-ufl + SUBDIR += py-viper SUBDIR += qalculate SUBDIR += qd SUBDIR += qhull |