From adadf6dcc989572bcf2c08b826b0e5a06e29c421 Mon Sep 17 00:00:00 2001 From: manojgudi Date: Tue, 23 Jul 2013 11:47:35 +0530 Subject: fixed linker issue for plots --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index cdc031d..5765dad 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ elif os.name == 'posix': ] sci_lib_dir = [os.path.join("/","usr", "lib", "scilab")] sci_librairies = ['scilab'] - sci_extra_link_args = ['-Wl,--no-as-needed -lpython2.7 -L/usr/lib/scilab -lsciapi_scilab -lscicall_scilab -lscioutput_stream -lscicore -lscilinear_algebra -lsciconsole -lscilocalization -lscipolynomials -lsciio -lscielementary_functions -lscisparse -lscihistory_manager -lscihistory_browser -lscigraphics -lscicompletion -lscifunctions -lsciboolean -lsciwindows_tools -lscitime -lscifftw -lsciintersci -lscidouble -lscicommons'] + sci_extra_link_args = ['-Wl,--no-as-needed -lpython2.7 -L/usr/lib/scilab -lsciapi_scilab -lscicall_scilab -lscioutput_stream -lscicore -lscilinear_algebra -lsciconsole -lscilocalization -lscipolynomials -lsciio -lscielementary_functions -lscisparse -lscihistory_manager -lscihistory_browser -lscigraphics -lscicompletion -lscifunctions -lsciboolean -lsciwindows_tools -lscitime -lscifftw -lsciintersci -lscidouble -lscicommons -lsciaction_binding -lscitclsci'] else: raise NotImplementedError, "Only 'nt' and 'posix' are supported" -- cgit