jigsaw-python icon indicating copy to clipboard operation
jigsaw-python copied to clipboard

Python bindings for JIGSAW: a Delaunay-based unstructured mesh generator.

Results 3 jigsaw-python issues
Sort by recently updated
recently updated
newest added

As well as the default `cmake` `find_library` tricks to locate any installed `openmp` and `netcdf` libraries, allow users to pass paths direct to the setup process. This is needed [in...

Are the method(s) used to install binaries sufficient? Currently, two options are supported: 1. `setup.py build_external`, etc builds and installs the `jigsaw-cpp` binaries within `jigsawpy` itself. 2. If no local...

enhancement

The current [setup.py](https://github.com/dengwirda/jigsaw-python/blob/master/setup.py#L8C11-L8C11) in jigsaw-python uses the module `packaging` without declaring it as a dependency. This breaks installation of jigsaw-python using [poetry](https://python-poetry.org/). The introduction of a pyproject.toml fixes this ([PEP...