Are the method(s) used to install binaries sufficient? Currently, two options are supported:
setup.py build_external, etc builds and installs the jigsaw-cpp binaries within jigsawpy itself.
- If no local binaries are found, a global search of the machine path is done to pick them up in, e.g.
usr/local/bin, etc --- used by the conda-based workflow.
@jreniel has suggested installing to the python environment directory, either as a 3rd option, or, perhaps(?) a replacement for 1.
Should also work out what's needed to make jigsawpy available for direct install via pip.
Are the method(s) used to install binaries sufficient? Currently, two options are supported:
setup.py build_external, etc builds and installs thejigsaw-cppbinaries withinjigsawpyitself.usr/local/bin, etc --- used by theconda-based workflow.@jreniel has suggested installing to the
pythonenvironment directory, either as a 3rd option, or, perhaps(?) a replacement for 1.Should also work out what's needed to make
jigsawpyavailable for direct install viapip.