I was trying to write a package for UV-CDAT but I discovered that the latest version actually requires conda:
CMake Error at CMakeLists.txt:25 (message):
Could not locate conda, please make sure conda is installed and in your
PATH
...
// Path to a program.
CONDA:FILEPATH=CONDA-NOTFOUND
Do we have any plans for how to handle packages like this?