Skip to content

Commit

Permalink
testing other way for GLPK library
Browse files Browse the repository at this point in the history
  • Loading branch information
fluric committed Sep 5, 2018
1 parent 83cb6e9 commit 2291890
Show file tree
Hide file tree
Showing 13 changed files with 88 additions and 50 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -16,6 +16,7 @@ buildNumber.properties

# matsim output (in case deletion fails)
output/
.properties

# datahaki
testall.sh
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ before_install:
- sudo apt-get -qq update
- sudo apt-get install swig
- ./travis_script.sh
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/travis/glpk/lib/jni
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:resources/libGLPK

language: java
jdk:
Expand Down
Binary file added resources/libGLPK/libglpk.a
Binary file not shown.
41 changes: 41 additions & 0 deletions resources/libGLPK/libglpk.la
@@ -0,0 +1,41 @@
# libglpk.la - a libtool library file
# Generated by libtool (GNU libtool) 2.4
#
# Please DO NOT delete this file!
# It is necessary for linking the library.

# The name that we can dlopen(3).
dlname='libglpk.so.40'

# Names of this library.
library_names='libglpk.so.40.3.0 libglpk.so.40 libglpk.so'

# The name of the static archive.
old_library='libglpk.a'

# Linker flags that can not go in dependency_libs.
inherited_linker_flags=''

# Libraries that this one depends upon.
dependency_libs=' -lm'

# Names of additional weak libraries provided by this library
weak_library_names=''

# Version information for libglpk.
current=43
age=3
revision=0

# 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='/usr/local/lib'
1 change: 1 addition & 0 deletions resources/libGLPK/libglpk.so
1 change: 1 addition & 0 deletions resources/libGLPK/libglpk.so.40
Binary file added resources/libGLPK/libglpk.so.40.3.0
Binary file not shown.
Binary file added resources/libGLPK/libglpk_java.a
Binary file not shown.
41 changes: 41 additions & 0 deletions resources/libGLPK/libglpk_java.la
@@ -0,0 +1,41 @@
# libglpk_java.la - a libtool library file
# Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-2
#
# Please DO NOT delete this file!
# It is necessary for linking the library.

# The name that we can dlopen(3).
dlname='libglpk_java.so.40'

# Names of this library.
library_names='libglpk_java.so.40.3.0 libglpk_java.so.40 libglpk_java.so'

# The name of the static archive.
old_library='libglpk_java.a'

# Linker flags that cannot go in dependency_libs.
inherited_linker_flags=''

# Libraries that this one depends upon.
dependency_libs=' -lglpk'

# Names of additional weak libraries provided by this library
weak_library_names=''

# Version information for libglpk_java.
current=43
age=3
revision=0

# 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='/usr/local/lib/jni'
1 change: 1 addition & 0 deletions resources/libGLPK/libglpk_java.so
1 change: 1 addition & 0 deletions resources/libGLPK/libglpk_java.so.40
Binary file added resources/libGLPK/libglpk_java.so.40.3.0
Binary file not shown.
49 changes: 0 additions & 49 deletions travis_script.sh

This file was deleted.

0 comments on commit 2291890

Please sign in to comment.