Run exports broken for packages built after split into libtorch and pytorch outputs #234
Closed
1 task done
Labels
bug
Something isn't working
Solution to issue cannot be found in the documentation.
Issue
The new output libtorch is great. Thanks for whomever put the effort into that. However, I ran into an issue when building against the newly split package.
I get these errors from conda-build about missing dependencies
The cause of these errors is that my package links to libraries which are now separated into
libtorch
, but only direct dependencies (not higher-order dependencies) satisfy the link checker. The easy fix is that my package should now directly depend onlibtorch
. However, is it even possible to build a pytorch extension which links tolibtorch_python.so
and NOTlibtorch_cpu.so
/libc10.so
? If this is not possible, then thepytorch
package should also run_exportlibtorch
since any python package linking to the pytorch libraries will need bothpytorch
andlibtorch
.Installed packages
Environment info
The text was updated successfully, but these errors were encountered: