mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
1.2 KiB
Tcl
27 lines
1.2 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup cmake 1.1
|
|
|
|
name tetgen
|
|
version 1.6.0
|
|
revision 0
|
|
categories science
|
|
license AGPL-3
|
|
maintainers {xyloid.org:dave @mdave} openmaintainer
|
|
description A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator
|
|
long_description TetGen is a program to generate tetrahedral meshes of any 3D polyhedral \
|
|
domains. TetGen generates exact constrained Delaunay \
|
|
tetrahedralizations, boundary conforming Delaunay meshes, \
|
|
and Voronoi partitions.
|
|
|
|
homepage https://wias-berlin.de/software/tetgen/
|
|
master_sites http://www.tetgen.org/1.5/src/
|
|
distname tetgen${version}
|
|
|
|
patchfiles-append cmake-fix.diff
|
|
|
|
checksums rmd160 644889f1234e34ce27276ff062fb265a7e35cada \
|
|
sha256 87b5e61ebd3a471fc4f2cdd7124c2b11dd6639f4feb1f941a5d2f5110d05ce39 \
|
|
size 296711
|