build adjustmnet
This commit is contained in:
@ -16,7 +16,8 @@ builddir = "./build_linux64"
|
||||
|
||||
doinstall = True #copies the build_output to the install dir when finished
|
||||
cc = "nvcc" #compiler
|
||||
cflags = "-dc --compiler-options '-fPIC -O3'"
|
||||
#cflags = "-dc --compiler-options '-fPIC -O3'"
|
||||
cflags = "-dc -Xcompiler -fPIC -Xcompiler -O3"
|
||||
libraries = "-l{}".format(libname)
|
||||
libdirs = "-L{} -L{}/lib -L{}/lib".format(builddir,commondir,depdir)
|
||||
linkerflags = " -Xlinker=-rpath,."
|
||||
|
||||
@ -16,7 +16,8 @@ builddir = "./build_linux64"
|
||||
|
||||
doinstall = True #copies the build_output to the install dir when finished
|
||||
cc = "nvcc" #compiler
|
||||
cflags = "-dc --compiler-options '-fPIC -O3'"
|
||||
#cflags = "-dc --compiler-options '-fPIC -O3'"
|
||||
cflags = "-dc -Xcompiler -fPIC -Xcompiler -O3"
|
||||
libraries = "-l{} -lpthread".format(libname)
|
||||
libdirs = "-L{} -L{}/lib -L{}/lib".format(builddir,commondir,depdir)
|
||||
linkerflags = " -Xlinker=-rpath,."
|
||||
|
||||
@ -16,7 +16,8 @@ builddir = "./build_msvc64"
|
||||
|
||||
doinstall = True #copies the build_output to the install dir when finished
|
||||
cc = "nvcc" #compiler
|
||||
cflags = "-dc --compiler-options '-fPIC -O3'"
|
||||
#cflags = "-dc --compiler-options '-fPIC -O3'"
|
||||
cflags = "-dc -Xcompiler -fPIC -Xcompiler -O3"
|
||||
libraries = "-l{}".format(libname)
|
||||
libdirs = "-L{} -L{}/lib -L{}/lib".format(builddir,commondir,depdir)
|
||||
linkerflags = " -Xlinker=-rpath,."
|
||||
|
||||
@ -16,7 +16,8 @@ builddir = "./build_msvc64"
|
||||
|
||||
doinstall = False #copies the build_output to the install dir when finished
|
||||
cc = "nvcc" #compiler
|
||||
cflags = "-dc --compiler-options '-fPIC -O3'"
|
||||
#cflags = "-dc --compiler-options '-fPIC -O3'"
|
||||
cflags = "-dc -Xcompiler -fPIC -Xcompiler -O3"
|
||||
libraries = "-l{}".format(libname)
|
||||
libdirs = "-L{} -L{}/lib -L{}/lib".format(builddir,commondir,depdir)
|
||||
linkerflags = " -Xlinker=-rpath,."
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user