We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's the error log:
-- Found Torch7 in ... -- CUDNN_INSTALL: Installing CUDNN 5.1, lib:.../torch/install/lib, inc:.../torch/install/include, bin:.../torch/install/bin CMake Error at cmake/FindCUDNN.cmake:97 (get_filename_component): get_filename_component unknown component DIRECTORY Call Stack (most recent call first): CMakeLists.txt:17 (CUDNN_INSTALL) -- Found CUDNN: .../torch/install/lib/libcudnn.so.5 (found suitable exact version "5") -- Configuring incomplete, errors occurred! Error: Build error: Failed building.
However, I was able to get it to install by reverting to commit 93d17a1
The text was updated successfully, but these errors were encountered:
Looks like it's breaking on DIRECTORY, perhaps your CMake is <= 2.8.11? https://cmake.org/cmake/help/v3.0/command/get_filename_component.html @shivak, can you please fix your commit so that it does not break for older CMakes?
Sorry, something went wrong.
No branches or pull requests
Here's the error log:
However, I was able to get it to install by reverting to commit 93d17a1
The text was updated successfully, but these errors were encountered: