This repository converts the package dynorrt (C++ with Python bindings, CMake-based) into a Conda package.
Download and install the package and dependencies with:
conda install quimortiz::dynorrt -c conda-forge
Note: conda-forge is needed for dependencies.
Build the package with:
conda build recipe -c conda-forge
Upload the package with (copy the command that appears in the terminal at the end of the build process):
anaconda upload ...