summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Schubert <erich@debian.org>2019-03-09 22:48:46 +0000
committerAndrej Shadura <andrewsh@debian.org>2019-03-09 22:48:46 +0000
commit98fc446a3f58fa729d9c8cfbbd9125bb0106b664 (patch)
tree972c3bd82b65c8310f7415b4da53334f644c017d
parentb6f0c3ea1e019924ede32c3139222f74d372a4ea (diff)
build
Gbp-Pq: Name build.patch
-rw-r--r--addons/libsvm/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/addons/libsvm/pom.xml b/addons/libsvm/pom.xml
index 53d4c174..fa1e956c 100644
--- a/addons/libsvm/pom.xml
+++ b/addons/libsvm/pom.xml
@@ -37,6 +37,8 @@
<groupId>tw.edu.ntu.csie</groupId>
<artifactId>libsvm</artifactId>
<version>3.17</version>
+ <scope>system</scope>
+ <systemPath>/usr/share/java/libsvm3.jar</systemPath>
</dependency>
</dependencies>
</project>