diff options
author | Harpreet | 2015-09-23 18:22:28 +0530 |
---|---|---|
committer | Harpreet | 2015-09-23 18:22:28 +0530 |
commit | e34332a406e4f3fba9b99c6f9ec5138edfcc6aa2 (patch) | |
tree | a7dd948f18ddb1927d482a56b4a3b56486cb7e3d /thirdparty/linux/lib/x64/libcoinmetis.la | |
parent | 33bdd144438436b759bc8d0b0beba715f0e39e5d (diff) | |
download | FOSSEE-Optimization-toolbox-e34332a406e4f3fba9b99c6f9ec5138edfcc6aa2.tar.gz FOSSEE-Optimization-toolbox-e34332a406e4f3fba9b99c6f9ec5138edfcc6aa2.tar.bz2 FOSSEE-Optimization-toolbox-e34332a406e4f3fba9b99c6f9ec5138edfcc6aa2.zip |
qpipopt added
Diffstat (limited to 'thirdparty/linux/lib/x64/libcoinmetis.la')
-rwxr-xr-x | thirdparty/linux/lib/x64/libcoinmetis.la | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/thirdparty/linux/lib/x64/libcoinmetis.la b/thirdparty/linux/lib/x64/libcoinmetis.la new file mode 100755 index 0000000..7b7155f --- /dev/null +++ b/thirdparty/linux/lib/x64/libcoinmetis.la @@ -0,0 +1,35 @@ +# libcoinmetis.la - a libtool library file +# Generated by ltmain.sh - GNU libtool 1.5.22 (1.1220.2.365 2005/12/18 22:14:06) +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='libcoinmetis.so.1' + +# Names of this library. +library_names='libcoinmetis.so.1.3.4 libcoinmetis.so.1 libcoinmetis.so' + +# The name of the static archive. +old_library='' + +# Libraries that this one depends upon. +dependency_libs=' -lm' + +# Version information for libcoinmetis. +current=4 +age=3 +revision=4 + +# Is this an already installed library? +installed=yes + +# Should we warn about portability when linking against -modules? +shouldnotlink=no + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='/home/harpreet/symphony_work/Ipopt-3.12.4/symbuild/lib' |