Port details |
- py-sdf Simple SDF mesh generation in Python
- 0.1_2 science =3 0.1_2Version of this port present on the latest quarterly branch.
- Maintainer: thierry@FreeBSD.org
- Port Added: 2022-11-19 16:45:11
- Last Update: 2023-06-27 19:34:34
- Commit Hash: 3d9a815
- People watching this port, also watch:: wa-aspell, medit, ittapi, php81-pear, apache-log4j2
- Also Listed In: cad python
- License: MIT
- WWW:
- https://github.com/nschloe/meshio
- Description:
- Generate 3D meshes based on SDFs (signed distance functions) with a dirt simple
Python API.
sdf natively writes binary STL files. For other formats, meshio is used (based
on your output file extension). This adds support for over 20 different 3D file
formats, including OBJ, PLY, VTK, and many more.
You could use cad/meshlab or cad/gmsh to view the mesh.
Remark: there exists also another Python program named SDF (in uppercase),
Scientific Data Format, but this is a different one: see
<https://pypi.org/project/SDF/>.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}sdf>0:science/py-sdf@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/science/py-sdf/ && make install clean
- To add the package, run one of these commands:
- pkg install science/py-sdf
- pkg install py39-sdf
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-sdf listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-sdf
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1668871567
SHA256 (fogleman-sdf-0.1-cee1dac_GH0.tar.gz) = 1a78bd4cc73aa126cad938eddabcd459768c2d71c853fc30c20af3f810695143
SIZE (fogleman-sdf-0.1-cee1dac_GH0.tar.gz) = 8269639
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:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-numpy>=1.16,1<1.25,1 : math/py-numpy@py39
- py39-scipy>0 : science/py-scipy@py39
- py39-meshio>0 : science/py-meshio@py39
- py39-pillow>0 : graphics/py-pillow@py39
- py39-matplotlib>0 : math/py-matplotlib@py39
- py39-scikit-image>0 : graphics/py-scikit-image@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py39-sdf-0.1_2:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- science_py-sdf
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1_2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.1_2 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
0.1_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.1 19 Nov 2022 16:35:41 |
Thierry Thomas (thierry) |
science/py-sdf: add a simple SDF mesh generator |