This repository contains conda
recipes for building OMPL with Python bindings, as well as the requisite dependencies for generating the Python bindings.
These recipes are tested to work with conda mambabuild -c conda-forge
. Your mileage may vary with other parameters (e.g., not specifying -c conda-forge
or using conda-build
directly).
To build OMPL, either:
- Directly invoke
conda mambabuild -c conda-forge ompl
from the directory into which you have cloned this repository, or - Run the
build.sh
script, which will installconda-build
,conda-verify
, andboa
(formambabuild
) into yourbase
conda
environment, then run the build command for you
These recipes are not officially supported or maintained by OMPL. Issues and PRs are welcome, but may not receive quick responses. The recipes have only been tested on Linux. This repository is provided for testing purposes only.