File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ LSF_INCLUDE = $(LSF_LIBDIR)/../../include/lsf/
1313PROJECT = _lsf.so
1414OBJECTS = lsf_wrap.o
1515
16- CFLAGS = -m64 - fPIC -I$(PYTHON_INCLUDE ) -I$(LSF_INCLUDE )
16+ CFLAGS = -fPIC -I$(PYTHON_INCLUDE ) -I$(LSF_INCLUDE )
1717LDFLAGS = $(LSF_LIBDIR ) /liblsf.a $(LSF_LIBDIR ) /libbat.a $(LSF_LIBDIR ) /libfairshareadjust.so $(LSF_LIBDIR ) /liblsbstream.so -lc -lnsl -lz
1818
1919all : $(PROJECT )
Original file line number Diff line number Diff line change @@ -134,14 +134,13 @@ def set_gccflag_lsf_version():
134134 # '-DLSF_SIMULATOR',
135135 '-DOS_HAS_THREAD -D_REENTRANT' ,
136136 gccflag_keyvaluet , gccflag_lsfversion ],
137- extra_compile_args = ['-m64' ,
137+ extra_compile_args = [
138138 '-I' + LSF_LIBDIR + '/../../include/lsf/' ,
139139 '-Wno-strict-prototypes' , gccflag_keyvaluet ,
140140 gccflag_lsfversion ,
141141 '-DOS_HAS_THREAD -D_REENTRANT' , #For multi-thread lib, lserrno
142142 '-Wp,-U_FORTIFY_SOURCE' , #The flag needs -O option. Undefine it for warning.
143143 '-O0' ],
144- extra_link_args = ['-m64' ],
145144 extra_objects = lsf_static_lib ,
146145 libraries = lsf_dynamic_lib )],
147146 py_modules = ['pythonlsf.lsf' ],
You can’t perform that action at this time.
0 commit comments