Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ompl/conda-recipes
https://github.com/ompl/conda-recipes
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ompl/conda-recipes
- Owner: ompl
- Created: 2023-05-02T21:50:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T18:03:13.000Z (over 1 year ago)
- Last Synced: 2024-11-06T12:52:07.747Z (3 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains `conda` recipes for building OMPL with Python bindings, as well as the requisite dependencies for generating the Python bindings.
# Usage
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:
1. Directly invoke `conda mambabuild -c conda-forge ompl` from the directory into which you have cloned this repository, or
2. Run the `build.sh` script, which will install `conda-build`, `conda-verify`, and `boa` (for `mambabuild`) into your `base` `conda` environment, then run the build command for you# Disclaimer
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.