File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ def generate(env):
5252 env ["NVCCCMDLINE" ] = ""
5353
5454 # default NVCC commands
55- env [
56- "STATICNVCCCMD "
57- ] = "$NVCC -o $TARGET -c $NVCCFLAGS $_CPPINCFLAGS $STATICNVCCFLAGS $NVCCCMDLINE $SOURCES"
55+ env ["STATICNVCCCMD" ] = (
56+ "$NVCC -o $TARGET -c $NVCCFLAGS $_CPPINCFLAGS $STATICNVCCFLAGS $NVCCCMDLINE $SOURCES "
57+ )
5858 env ["SHAREDNVCCCMD" ] = (
5959 "$NVCC -o $TARGET -c $NVCCFLAGS $_CPPINCFLAGS $SHAREDNVCCFLAGS"
6060 " $ENABLESHAREDNVCCFLAG $NVCCCMDLINE $SOURCES"
Original file line number Diff line number Diff line change 55If ever we want to do anything clever, we should use one of
66the supported python packages
77"""
8+
89import os
910
1011from .. import state , utils
Original file line number Diff line number Diff line change 55If ever we want to do anything clever, we should use one of
66the supported svn/python packages
77"""
8+
89import os
910import re
1011
Original file line number Diff line number Diff line change 33If ever we want to do anything clever, we should use one of
44the supported svn/python packages
55"""
6+
67import os
78import re
89import sys
You can’t perform that action at this time.
0 commit comments