Creating Topaz package on Conda-forge
As mentioned in #223 I opened a PR on Conda-Forge to try integrating topaz there.
I am opening a new issue to centralize topaz-centric discussion about this conda-forge recipe here.
I tested locally and the dependencies should dynamically change bewteen CPU and GPU depending on hardware availability. It's possible to force installing GPU version with this trick.
I'm now looking for help reviewing the PR and testing the package.
Is the team supporting Windows install? It looks like the Windows build finds a topaz.exe binary, which doesn't comply with noarch packages. It is not clear where it comes from.
Is the team supporting Windows install? It looks like the Windows build finds a topaz.exe binary, which doesn't comply with noarch packages. It is not clear where it comes from.
Found it, it's the entrypoint script declared in setup.py, declaring the entrypoint in the recipe fixed the build process on conda-forge. Build is passing now :)