Skip to content

Commit

Permalink
Add libtbb
Browse files Browse the repository at this point in the history
  • Loading branch information
atraplet committed Jul 4, 2024
1 parent c0dde69 commit 5fbd502
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,18 @@
<md5>3f5abf0ad6a746d890f23e112b8ef337</md5>
</configuration>
</execution>
<execution>
<id>download libtbb.so</id>
<phase>generate-resources</phase>
<goals>
<goal>wget</goal>
</goals>
<configuration>
<url>${natives.download.url}/v${natives.lib.version}/libtbb.so</url>
<outputDirectory>${project.basedir}/${natives.dir}/linux_64</outputDirectory>
<md5>5275c2fe02bcd0b03782ceee69b9c3cb</md5>
</configuration>
</execution>
<execution>
<id>download scip.dll</id>
<phase>generate-resources</phase>
Expand Down

0 comments on commit 5fbd502

Please sign in to comment.