cuda: Allow using unknown compilers (#3416)
* cuda: Allow using unknown compilers * cuda: Correct flake8 error
This commit is contained in:
parent
b30637e1ce
commit
093ffdfa45
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user