Skip to content

Commit

Permalink
Copy nvcomp-2.3 shared libs from the cudfjni build
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrennan333 committed May 12, 2022
1 parent ca087b6 commit 53878a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,14 @@
<include>libcufilejni.so</include>
</includes>
</resource>
<resource>
<directory>${libcudfjni.build.path}</directory>
<includes>
<include>libnvcomp.so</include>
<include>libnvcomp_gdeflate.so</include>
<include>libnvcomp_bitcomp.so</include>
</includes>
</resource>
</resources>
</configuration>
</execution>
Expand Down

0 comments on commit 53878a1

Please sign in to comment.