diff options
author | Harpreet | 2015-11-02 16:20:08 +0530 |
---|---|---|
committer | Harpreet | 2015-11-02 16:20:08 +0530 |
commit | 29e8e8bbd43892c7fa146c165fdf128f786d6a7b (patch) | |
tree | edeacf24d149d777859c2eff9661d04c7bd2f93d /thirdparty/linux/lib/x86/libipopt.la | |
parent | eb054c02e76fa28638b595865f5eda52277b70be (diff) | |
download | symphony-29e8e8bbd43892c7fa146c165fdf128f786d6a7b.tar.gz symphony-29e8e8bbd43892c7fa146c165fdf128f786d6a7b.tar.bz2 symphony-29e8e8bbd43892c7fa146c165fdf128f786d6a7b.zip |
README.rst added
Diffstat (limited to 'thirdparty/linux/lib/x86/libipopt.la')
-rwxr-xr-x | thirdparty/linux/lib/x86/libipopt.la | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/thirdparty/linux/lib/x86/libipopt.la b/thirdparty/linux/lib/x86/libipopt.la index d38333a..e7d4b76 100755 --- a/thirdparty/linux/lib/x86/libipopt.la +++ b/thirdparty/linux/lib/x86/libipopt.la @@ -8,18 +8,18 @@ dlname='libipopt.so.1' # Names of this library. -library_names='libipopt.so.1.9.0 libipopt.so.1 libipopt.so' +library_names='libipopt.so.1.10.4 libipopt.so.1 libipopt.so' # The name of the static archive. old_library='' # Libraries that this one depends upon. -dependency_libs='' +dependency_libs=' /home/mushirahmed/Desktop/Ipopt-3.12.4/build32_ipopt/lib/libcoinmumps.la -lgfortran -lquadmath -llapack -lblas -ldl' # Version information for libipopt. -current=10 -age=9 -revision=0 +current=11 +age=10 +revision=4 # Is this an already installed library? installed=yes @@ -32,4 +32,4 @@ dlopen='' dlpreopen='' # Directory that this library needs to be installed in: -libdir='/home/tonio/Ipopt-3.11.0/build/lib' +libdir='/home/mushirahmed/Desktop/Ipopt-3.12.4/build32_ipopt/lib' |