summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormanojgudi2013-07-23 11:47:35 +0530
committermanojgudi2013-07-23 11:47:35 +0530
commitadadf6dcc989572bcf2c08b826b0e5a06e29c421 (patch)
tree8f2e57c2d4b0f952daeff42b984a36cd974f4242
parent79fbabc757298cc7c479027438029bf09528dd01 (diff)
downloadsciscipy-1.0.0-adadf6dcc989572bcf2c08b826b0e5a06e29c421.tar.gz
sciscipy-1.0.0-adadf6dcc989572bcf2c08b826b0e5a06e29c421.tar.bz2
sciscipy-1.0.0-adadf6dcc989572bcf2c08b826b0e5a06e29c421.zip
fixed linker issue for plots
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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"