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/
13
13
PROJECT = _lsf.so
14
14
OBJECTS = lsf_wrap.o
15
15
16
- CFLAGS = -m64 - fPIC -I$(PYTHON_INCLUDE ) -I$(LSF_INCLUDE )
16
+ CFLAGS = -fPIC -I$(PYTHON_INCLUDE ) -I$(LSF_INCLUDE )
17
17
LDFLAGS = $(LSF_LIBDIR ) /liblsf.a $(LSF_LIBDIR ) /libbat.a $(LSF_LIBDIR ) /libfairshareadjust.so $(LSF_LIBDIR ) /liblsbstream.so -lc -lnsl -lz
18
18
19
19
all : $(PROJECT )
Original file line number Diff line number Diff line change @@ -134,14 +134,13 @@ def set_gccflag_lsf_version():
134
134
# '-DLSF_SIMULATOR',
135
135
'-DOS_HAS_THREAD -D_REENTRANT' ,
136
136
gccflag_keyvaluet , gccflag_lsfversion ],
137
- extra_compile_args = ['-m64' ,
137
+ extra_compile_args = [
138
138
'-I' + LSF_LIBDIR + '/../../include/lsf/' ,
139
139
'-Wno-strict-prototypes' , gccflag_keyvaluet ,
140
140
gccflag_lsfversion ,
141
141
'-DOS_HAS_THREAD -D_REENTRANT' , #For multi-thread lib, lserrno
142
142
'-Wp,-U_FORTIFY_SOURCE' , #The flag needs -O option. Undefine it for warning.
143
143
'-O0' ],
144
- extra_link_args = ['-m64' ],
145
144
extra_objects = lsf_static_lib ,
146
145
libraries = lsf_dynamic_lib )],
147
146
py_modules = ['pythonlsf.lsf' ],
You can’t perform that action at this time.
0 commit comments