diff options
author | Harpreet | 2015-09-01 18:52:17 +0530 |
---|---|---|
committer | Harpreet | 2015-09-01 18:52:17 +0530 |
commit | 618ce13a6bce9fd7764b437b9c3ea6752410226c (patch) | |
tree | 16404317ae96eb4fe8014a8cd1d7a8c7ed181999 /thirdparty/linux/lib/x64/libOsiCommonTests.la | |
parent | ed526ee458eab28367de030f450838a038f2ed10 (diff) | |
download | FOSSEE-Optimization-toolbox-618ce13a6bce9fd7764b437b9c3ea6752410226c.tar.gz FOSSEE-Optimization-toolbox-618ce13a6bce9fd7764b437b9c3ea6752410226c.tar.bz2 FOSSEE-Optimization-toolbox-618ce13a6bce9fd7764b437b9c3ea6752410226c.zip |
sym_close bug fixed
Diffstat (limited to 'thirdparty/linux/lib/x64/libOsiCommonTests.la')
-rwxr-xr-x[-rw-r--r--] | thirdparty/linux/lib/x64/libOsiCommonTests.la | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/thirdparty/linux/lib/x64/libOsiCommonTests.la b/thirdparty/linux/lib/x64/libOsiCommonTests.la index 2e92f8f..5df7087 100644..100755 --- a/thirdparty/linux/lib/x64/libOsiCommonTests.la +++ b/thirdparty/linux/lib/x64/libOsiCommonTests.la @@ -14,7 +14,7 @@ library_names='libOsiCommonTests.so.1.12.4 libOsiCommonTests.so.1 libOsiCommonTe old_library='' # Libraries that this one depends upon. -dependency_libs=' /home/harpreet/Downloads/SYMPHONY-5.6.10/build/x64//lib/libOsi.la /home/harpreet/Downloads/SYMPHONY-5.6.10/build/x64//lib/libCoinUtils.la /home/harpreet/Downloads/SYMPHONY-5.6.10/build/x64//lib/libcoinlapack.la /home/harpreet/Downloads/SYMPHONY-5.6.10/build/x64//lib/libcoinblas.la -lgfortranbegin -lgfortran' +dependency_libs=' /home/harpreet/symphony_work/SYMPHONY-5.6.10/build-debug/lib/libOsi.la /home/harpreet/symphony_work/SYMPHONY-5.6.10/build-debug/lib/libCoinUtils.la' # Version information for libOsiCommonTests. current=13 @@ -32,4 +32,4 @@ dlopen='' dlpreopen='' # Directory that this library needs to be installed in: -libdir='/home/harpreet/Downloads/SYMPHONY-5.6.10/build/x64//lib' +libdir='/home/harpreet/symphony_work/SYMPHONY-5.6.10/build-debug/lib' |