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.
|
# for details.
|
||||||
|
|
||||||
runfile(
|
runfile(
|
||||||
'--silent', # disable interactive prompts
|
'--silent', # disable interactive prompts
|
||||||
'--verbose', # create verbose log file
|
'--verbose', # create verbose log file
|
||||||
'--toolkit', # install CUDA Toolkit
|
'--override', # override compiler version checks
|
||||||
|
'--toolkit', # install CUDA Toolkit
|
||||||
'--toolkitpath=%s' % prefix
|
'--toolkitpath=%s' % prefix
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user