| I'm trying to write a derivation for https://github.com/alicevision/popsift/ and the configure phase fails because it cant find "cudadevrt".
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
CUDA_CUDADEVRT_LIBRARY
linked by target "popsift" in directory /build/source/src
linked by target "popsift-match" in directory /build/source/src/application
linked by target "popsift-demo" in directory /build/source/src/application
CUDA_cudadevrt_LIBRARY (ADVANCED)
linked by target "popsift" in directory /build/source/src
I haven't been able to find much about this beyond that it is the CUDA Device Runtime library. A grep for "devrt" on nixpkgs turns up nothing. Anyone here know about this CUDA library?
|