Closed flferretti closed 6 months ago
Adding:
set NVCC_APPEND_FLAGS="%NVCC_APPEND_FLAGS% --use-local-env"
to the build script on Windows should solve the problem, see https://github.com/conda-forge/colmap-feedstock/pull/38#issuecomment-2022414291 and https://github.com/conda-forge/nvcc-feedstock/issues/76 .
Solution to issue cannot be found in the documentation.
Issue
With #9 we tried to add GPU support for
warp
, yet the Windows builds fail with:This might be due to the fact
vcvars64.bat
appends values to PATH each time it is called, making the PATH too long to be processed bynvcc
. As a result, when trying to compilemain.cu
, the error reported above is raisedC.C. @traversaro
Installed packages
Environment info