You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the LIBTORCH_LIB and LIBTORCH_INCLUDE variables imply that there are appropriate directories under them. But on systems where torch is built and installed in a non-standard way, there are difficulties in specifying appropriate paths without creating symbolic links.
For example, Gentoo, where on 64-bit systems libtorch is installed under /usr/lib64 and headers under /usr/include/torch.
It would be nice to be able to specify direct paths, without the requirement of finding libraries and headers under lib and include respectively. At least be able to manually specify the appropriate CFLAGS.
The text was updated successfully, but these errors were encountered:
At the moment the
LIBTORCH_LIB
andLIBTORCH_INCLUDE
variables imply that there are appropriate directories under them. But on systems where torch is built and installed in a non-standard way, there are difficulties in specifying appropriate paths without creating symbolic links.For example, Gentoo, where on 64-bit systems libtorch is installed under
/usr/lib64
and headers under/usr/include/torch
.It would be nice to be able to specify direct paths, without the requirement of finding libraries and headers under
lib
andinclude
respectively. At least be able to manually specify the appropriate CFLAGS.The text was updated successfully, but these errors were encountered: