commit | 4631936e61651101932073197c08b600006530a3 | [log] [tgz] |
---|---|---|
author | gracehoney <31743510+aaroey@users.noreply.github.com> | Thu Jun 21 15:23:05 2018 -0700 |
committer | gracehoney <31743510+aaroey@users.noreply.github.com> | Thu Jun 21 15:23:05 2018 -0700 |
tree | c1f84c32d61363521f2dbfe58a7aba43246cb1cf | |
parent | fe978b26ccffd44c0d80ad1697c22dfba36ce69f [diff] [blame] |
Fix internal build errors.
diff --git a/configure.py b/configure.py index a14d006..ad585fa 100644 --- a/configure.py +++ b/configure.py
@@ -944,7 +944,7 @@ def is_cuda_compatible(lib, cuda_ver, cudnn_ver): - """Check the compatibility between given library and cudnn/cudart libraries.""" + """Check compatibility between given library and cudnn/cudart libraries.""" ldd_bin = which('ldd') or '/usr/bin/ldd' ldd_out = run_shell([ldd_bin, lib], True) ldd_out = ldd_out.split(os.linesep)