Description
🐛 Describe the bug
In conda-forge, we're building torchdata
using python -m pip install
(after setting some environment variables like USE_SYSTEM_LIBS
). However, c64801f (CC @andrewkho) removed the root CMakeLists.txt
, which now trivially fails the cmake build for the python extension
data/tools/setup_helpers/extension.py
Lines 125 to 126 in d155220
when using
data/tools/setup_helpers/extension.py
Lines 57 to 58 in d155220
Given that that commit comprehensively removed torchdata/csrc
etc. the fact that the install breaks with BUILD_S3=TRUE
is probably an oversight.
In fact, probably a lot of that helper module can be cleaned up, since (aside from the CMake call to nowhere) none of the following variables are being used anywhere anymore
data/tools/setup_helpers/extension.py
Lines 41 to 44 in d155220
Versions
Starting from 0.10.1