Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
libsvm


Commits:
125dae58 by Daniel Bermond at 2024-04-04T10:42:40-03:00
upgpkg: 3.32-2: python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,29 @@
+pkgbase = libsvm
+       pkgdesc = A library for Support Vector Machines classification 
(includes binaries and bindings for python and java)
+       pkgver = 3.32
+       pkgrel = 2
+       url = https://www.csie.ntu.edu.tw/~cjlin/libsvm/
+       arch = x86_64
+       license = BSD-3-Clause
+       makedepends = qt5-base
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-setuptools
+       makedepends = python-wheel
+       depends = gnuplot
+       depends = python
+       optdepends = qt5-base: for Qt5 interface with svm-toy
+       optdepends = python-numpy: for python bindings
+       optdepends = python-scipy: for python bindings
+       optdepends = python-numba: for enabling JIT compiler in python bindings
+       optdepends = java-runtime: for java bindings
+       source = 
https://github.com/cjlin1/libsvm/archive/v332/libsvm-3.32.tar.gz
+       source = 010-libsvm-fix-qt-headers-path.patch
+       source = 020-libsvm-use-archlinux-flags.patch
+       source = 030-libsvm-fix-tools-path.patch
+       sha256sums = 
e1d7d316112d199ebd69c9695f79226d236b86e2c8d88e70cfe35fd383954ed8
+       sha256sums = 
07bc50e50c3e34823e1669fec1be84a50fcea2307dcf33b00300135e08d2de4d
+       sha256sums = 
5542910c91c0a8ddeb020c4d941c5fbf67eeef6d4b9804f18d9bc4bafedae78f
+       sha256sums = 
67f57236a6c4b09f051e74f8cb1ef5dbc9b5de3fdbb2b1a6ff86a07db0dd5fb9
+
+pkgname = libsvm


=====================================
PKGBUILD
=====================================
@@ -6,11 +6,11 @@
 
 pkgname=libsvm
 pkgver=3.32
-pkgrel=1
+pkgrel=2
 pkgdesc='A library for Support Vector Machines classification (includes 
binaries and bindings for python and java)'
 arch=('x86_64')
 url='https://www.csie.ntu.edu.tw/~cjlin/libsvm/'
-license=('BSD')
+license=('BSD-3-Clause')
 depends=('gnuplot' 'python')
 makedepends=('qt5-base' 'python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 optdepends=('qt5-base: for Qt5 interface with svm-toy'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libsvm/-/commit/125dae5804e61d053dd01551dd38aae6fd4a8f43

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libsvm/-/commit/125dae5804e61d053dd01551dd38aae6fd4a8f43
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to