Package: gkl / 0.8.10+dfsg-3

Metadata

Package Version Patches format
gkl 0.8.10+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_debian_build.patch | (download)

build.gradle | 14 12 + 2 - 0 !
1 file changed, 12 insertions(+), 2 deletions(-)

 adapt build to debian packaging needs
dont_run_cmakeBuild_twice.patch | (download)

build.gradle | 7 4 + 3 - 0 !
1 file changed, 4 insertions(+), 3 deletions(-)

 the cmake build task should be run only once.
 Yet it would be called twice when we run the build and then the tests. We add
 a check to prevent such situation.
load_native_library_from_canonical_dir.patch | (download)

build.gradle | 1 1 + 0 - 0 !
src/main/java/com/intel/gkl/NativeLibraryLoader.java | 33 2 + 31 - 0 !
2 files changed, 3 insertions(+), 31 deletions(-)

 loading the native library from /usr/lib/jni as we don't want to
 bundle the shared libraries into the jar.