Diff libsvm-3.25-r1 with a libsvm-3.30
/usr/portage/sci-libs/libsvm/libsvm-3.30.ebuild 2023-10-09 14:52:35.084368491 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2023 Gentoo Authors |
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
5 |
PYTHON_COMPAT=( python3_{9..10} ) |
|
4 |
EAPI=8 |
|
6 | 5 | |
7 |
inherit flag-o-matic java-pkg-opt-2 python-r1 toolchain-funcs |
|
6 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
7 | ||
8 |
inherit java-pkg-opt-2 python-r1 toolchain-funcs |
|
8 | 9 | |
9 | 10 |
DESCRIPTION="Library for Support Vector Machines" |
10 | 11 |
HOMEPAGE="https://www.csie.ntu.edu.tw/~cjlin/libsvm/" |
11 |
SRC_URI="https://www.csie.ntu.edu.tw/~cjlin/libsvm/${P}.tar.gz" |
|
12 |
SRC_URI="https://www.csie.ntu.edu.tw/~cjlin/libsvm/${PN}-${PV/0}.tar.gz" |
|
13 |
S="${WORKDIR}/${PN}-${PV/0}" |
|
12 | 14 | |
13 | 15 |
LICENSE="BSD" |
14 | 16 |
SLOT="0/2" |
... | ... | |
28 | 30 | |
29 | 31 |
PATCHES=( |
30 | 32 |
"${FILESDIR}"/${PN}-3.25-openmp.patch |
31 |
"${FILESDIR}"/${PN}-3.25-makefile.patch |
|
33 |
"${FILESDIR}"/${PN}-3.30-makefile.patch |
|
32 | 34 |
) |
33 | 35 | |
34 | 36 |
pkg_pretend() { |