diff options
author | jgh <jgh@FreeBSD.org> | 2013-04-17 06:46:18 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-04-17 06:46:18 +0800 |
commit | 50b284c5c768e3b2b1f183900ab0f10d60d24b2b (patch) | |
tree | 4afc3b163632adce91240861d1443ef591ef1466 /science/Makefile | |
parent | 47498fd67a65c23026b7e90db2ac639c06211386 (diff) | |
download | freebsd-ports-gnome-50b284c5c768e3b2b1f183900ab0f10d60d24b2b.tar.gz freebsd-ports-gnome-50b284c5c768e3b2b1f183900ab0f10d60d24b2b.tar.zst freebsd-ports-gnome-50b284c5c768e3b2b1f183900ab0f10d60d24b2b.zip |
- add new port: science/voro++
Voro++ is a software library for carrying out three-dimensional computations
of the Voronoi tessellation. A distinguishing feature of the Voro++ library
is that it carries out cell-based calculations, computing the Voronoi cell
for each particle individually. It is particularly well-suited for
applications that rely on cell-based statistics, where features of Voronoi
cells (eg. volume, centroid, number of faces) can be used to analyze a
system of particles.
WWW: http://math.lbl.gov/voro++/
PR: 177678
Submitted by: jwbacon@tds.net
Feature safe: yes
Diffstat (limited to 'science/Makefile')
-rw-r--r-- | science/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index 63031f98418c..20f8311c793b 100644 --- a/science/Makefile +++ b/science/Makefile @@ -193,6 +193,7 @@ SUBDIR += v_sim SUBDIR += veusz SUBDIR += vmd + SUBDIR += voro++ SUBDIR += x11iraf SUBDIR += xmakemol SUBDIR += xmds |