cuda: Allow using unknown compilers (#3416)

* cuda: Allow using unknown compilers

* cuda: Correct flake8 error
This commit is contained in:
Erik Schnetter 2017-03-11 13:42:02 -05:00 committed by Adam J. Stewart
parent b30637e1ce
commit 093ffdfa45

View File

@ -58,8 +58,9 @@ def install(self, spec, prefix):
# for details.
runfile(
'--silent', # disable interactive prompts
'--verbose', # create verbose log file
'--toolkit', # install CUDA Toolkit
'--silent', # disable interactive prompts
'--verbose', # create verbose log file
'--override', # override compiler version checks
'--toolkit', # install CUDA Toolkit
'--toolkitpath=%s' % prefix
)