Skip to content

Commit

Permalink
Update the Intel GKL to the latest release, 0.8.11 (#8409)
Browse files Browse the repository at this point in the history
This release contains important bugfixes, including a fix for
#8141 (intermittent
failure to properly compress outputs)
  • Loading branch information
droazen authored Jul 11, 2023
1 parent a959ceb commit 9216207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ dependencies {
implementation('com.github.fommil.netlib:netlib-native_system-linux-x86_64:1.1:natives')
implementation('com.github.fommil.netlib:netlib-native_system-osx-x86_64:1.1:natives')

implementation('com.intel.gkl:gkl:0.8.8') {
implementation('com.intel.gkl:gkl:0.8.11') {
exclude module: 'htsjdk'
}

Expand Down

0 comments on commit 9216207

Please sign in to comment.