Both rapidjson and python-rapidjson have been bundled for conda-forge,
However, the latter makes use of the rapidjson submodule.
It would probably make sense for the setup.py to handle the case where an installation prefix for rapidjson is provided instead of a submodule.
For reference, such a setup.py has been done for pyzmq which can either bundle zeromq or not.
Both rapidjson and python-rapidjson have been bundled for conda-forge,
However, the latter makes use of the
rapidjsonsubmodule.It would probably make sense for the
setup.pyto handle the case where an installation prefix for rapidjson is provided instead of a submodule.For reference, such a
setup.pyhas been done forpyzmqwhich can either bundle zeromq or not.