blob: 788e393b62267f93e113f59feb3413d4f4c10212 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = libsvm-openmp
pkgdesc = A library for Support Vector Machines classification, includes openmp support, binaries and python bindings.
pkgver = 3.24
pkgrel = 1
url = http://www.csie.ntu.edu.tw/~cjlin/libsvm/
arch = x86_64
arch = i686
license = BSD
optdepends = python: bindings for latest python version
optdepends = python2: bindings for python 2
optdepends = java-environment: bindings for java
provides = libsvm
conflicts = libsvm
source = https://github.com/cjlin1/libsvm/archive/v324.tar.gz
source = openmp.patch
md5sums = 45149a776ebfd3470c6e0a4fc2482670
md5sums = 7ab65af40d705e8d89af2fcaad9b616f
pkgname = libsvm-openmp
|