Package: gkl / 0.8.11+dfsg-2
Metadata
| Package | Version | Patches format |
|---|---|---|
| gkl | 0.8.11+dfsg-2 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| fix_debian_build.patch | (download) |
build.gradle |
106 15 + 91 - 0 ! |
adapt build to debian packaging needs |
| dont_run_cmakeBuild_twice.patch | (download) |
build.gradle |
7 4 + 3 - 0 ! |
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 ! |
loading the native library from /usr/lib/jni as we don't want to bundle the shared libraries into the jar. |
| openjdk 21.patch | (download) |
src/main/java/com/intel/gkl/pairhmm/IntelPairHmm.java |
2 1 + 1 - 0 ! |
marking a method as final as it is called in the constructor, this
is to avoid failing to build with OpenJDK-21:
/<<PKGBUILDDIR>>/src/main/java/com/intel/gkl/smithwaterman/IntelSmithWaterman.java:64: warning: [this-escape] possible 'this' escape before subclass is fully initialized
setNativeLibraryName(NATIVE_LIBRARY_NAME);
^
|
