mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
- 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
This commit is contained in:
parent
785bee9c53
commit
ed334abe90
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315916
@ -193,6 +193,7 @@
|
||||
SUBDIR += v_sim
|
||||
SUBDIR += veusz
|
||||
SUBDIR += vmd
|
||||
SUBDIR += voro++
|
||||
SUBDIR += x11iraf
|
||||
SUBDIR += xmakemol
|
||||
SUBDIR += xmds
|
||||
|
25
science/voro++/Makefile
Normal file
25
science/voro++/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# Created by: Jason Bacon
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= voro++
|
||||
PORTVERSION= 0.4.5
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= http://math.lbl.gov/voro++/download/dir/
|
||||
|
||||
MAINTAINER= jwbacon@tds.net
|
||||
COMMENT= Three-dimensional computations of the Voronoi tessellation
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAN1= voro++.1
|
||||
|
||||
post-patch-script:
|
||||
${REINPLACE_CMD} \
|
||||
-e 's|CC=|CC?=|g' \
|
||||
-e 's|CFLAGS=|CFLAGS?=|g' \
|
||||
-e "s|/usr/local|${PREFIX}|g" \
|
||||
${WRKSRC}/config.mk
|
||||
|
||||
.include <bsd.port.mk>
|
2
science/voro++/distinfo
Normal file
2
science/voro++/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (voro++-0.4.5.tar.gz) = 9e67e2392ae027cf51d3487038848dc980c6c3e86f1447053efac9309bcee5f5
|
||||
SIZE (voro++-0.4.5.tar.gz) = 737883
|
9
science/voro++/pkg-descr
Normal file
9
science/voro++/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
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++/
|
17
science/voro++/pkg-plist
Normal file
17
science/voro++/pkg-plist
Normal file
@ -0,0 +1,17 @@
|
||||
bin/voro++
|
||||
include/voro++/c_loops.hh
|
||||
include/voro++/cell.hh
|
||||
include/voro++/common.hh
|
||||
include/voro++/config.hh
|
||||
include/voro++/container.hh
|
||||
include/voro++/container_prd.hh
|
||||
include/voro++/pre_container.hh
|
||||
include/voro++/rad_option.hh
|
||||
include/voro++/unitcell.hh
|
||||
include/voro++/v_base.hh
|
||||
include/voro++/v_compute.hh
|
||||
include/voro++/voro++.hh
|
||||
include/voro++/wall.hh
|
||||
include/voro++/worklist.hh
|
||||
lib/libvoro++.a
|
||||
@dirrm include/voro++
|
Loading…
Reference in New Issue
Block a user