mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.5 KiB
Tcl
37 lines
1.5 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 python 1.0
|
|
|
|
name py-meshio
|
|
version 5.3.5
|
|
revision 0
|
|
|
|
license MIT
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description There are various mesh formats available for representing \
|
|
unstructured meshes.
|
|
long_description {*}${description} meshio can read and write all of the following and \
|
|
smoothly converts between them: Abaqus, ANSYS msh, AVS-UCD, CGNS, \
|
|
DOLFIN XML, Exodus, FLAC3D, H5M, Kratos/MDPA, Medit, MED/Salome, \
|
|
Nastran (bulk data), Neuroglancer precomputed format, Gmsh \
|
|
(format versions 2.2, 4.0, and 4.1), OBJ, OFF, PERMAS, PLY, STL, \
|
|
Tecplot .dat, TetGen .node/.ele, SVG (2D only, output only), SU2, \
|
|
UGRID, VTK, VTU, WKT (TIN), XDMF.
|
|
homepage https://github.com/nschloe/meshio
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
checksums rmd160 72ae13641e70f059f0325b6248064caa8a5b36ba \
|
|
sha256 f21f01abd9f29ba06ea119304b3d39e610421cfe93b9dd23362834919f87586d \
|
|
size 490922
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-numpy \
|
|
port:py${python.version}-rich
|
|
}
|