1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
colmap for Debian
-----------------
You might want to rebuild it with debian/patches removed, against non-free
cuda libraries for full performance.
# with cuda-11-5
override_dh_auto_configure:
dh_auto_configure -- -DCUDA_SDK_ROOT_DIR=/usr/local/cuda-11.5 -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-11.5
mentioned packages are not from Debian but here:
/etc/apt/sources.list.d/cuda.list
deb http://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 /
-- Gürkan Myczko <gurkan@phys.ethz.ch> Wed, 24 Aug 2016 17:09:30 +0200
|