Port details |
- py-isosurfaces Construct isolines/isosurfaces over a 2D/3D scalar field
- 0.1.0 math
=0 Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2023-01-20 18:45:13
- Last Update: 2023-01-20 18:43:32
- Commit Hash: 62fd954
- License: MIT
- Description:
- isosurfaces allows to construct isolines/isosurfaces of a 2D/3D scalar field
defined by a function, i.e. curves over which f(x,y)=0 or surfaces over which
f(x,y,z)=0. Most similar libraries use marching squares or similar over a
uniform grid, but this uses a quadtree to avoid wasting time sampling many far
from the implicit surface.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}isosurfaces>0:math/py-isosurfaces@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/math/py-isosurfaces/ && make install clean
- To add the package, run one of these commands:
- pkg install math/py-isosurfaces
- pkg install py39-isosurfaces
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-isosurfaces listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-isosurfaces
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1674236137
SHA256 (isosurfaces-0.1.0.tar.gz) = fa1b44e5e59d2f429add49289ab89e36f8dcda49b7badd99e0beea273be331f4
SIZE (isosurfaces-0.1.0.tar.gz) = 10122
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-cairo>0 : graphics/py-cairo@py39
- py39-numpy>=1.16,1<1.24,1 : math/py-numpy@py39
- xdg-open : devel/xdg-utils
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-numpy>=1.16,1<1.24,1 : math/py-numpy@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_py-isosurfaces
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|