diff options
author | miwi <miwi@FreeBSD.org> | 2015-12-31 11:12:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2015-12-31 11:12:50 +0800 |
commit | dd8a1f71074b2645f5bfa30c46d9110c29b84c16 (patch) | |
tree | 3d16f970a9dc2ecaa95a52b6ae5eec3a71a933a1 /math/Makefile | |
parent | d15bf7763f87d101d3c6a0ce2add4c95435bb0e8 (diff) | |
download | freebsd-ports-gnome-dd8a1f71074b2645f5bfa30c46d9110c29b84c16.tar.gz freebsd-ports-gnome-dd8a1f71074b2645f5bfa30c46d9110c29b84c16.tar.zst freebsd-ports-gnome-dd8a1f71074b2645f5bfa30c46d9110c29b84c16.zip |
Tools for manipulating VTK (Visualization Toolkit) files in Python.
WWW: https://github.com/pearu/pyvtk/
WWW: https://pypi.python.org/pypi/PyVTK/
PR: 205644
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 c83fcad80a81..d22f87a82fb9 100644 --- a/math/Makefile +++ b/math/Makefile @@ -610,6 +610,7 @@ SUBDIR += py-pyfst SUBDIR += py-pyhull SUBDIR += py-pymc + SUBDIR += py-pyvtk SUBDIR += py-roman SUBDIR += py-scientific SUBDIR += py-statsmodels |