Diff gsl-2.7.1-r2 with a gsl-2.7.1-r3
| /usr/portage/sci-libs/gsl/gsl-2.7.1-r3.ebuild 2025-07-29 16:22:17.332467742 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 13 | 13 |
LICENSE="GPL-3+" |
| 14 | 14 |
# Usually 0/${PV} but check
|
| 15 | 15 |
SLOT="0/27" |
| 16 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" |
|
| 16 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" |
|
| 17 | 17 |
IUSE="cblas-external +deprecated static-libs" |
| 18 | 18 | |
| 19 | 19 |
RDEPEND="cblas-external? ( virtual/cblas:= )" |
| ... | ... | |
| 23 | 23 |
PATCHES=( |
| 24 | 24 |
"${WORKDIR}"/${PN}-2.7-cblas.patch
|
| 25 | 25 |
"${FILESDIR}"/${PN}-2.7.1-configure-clang16.patch
|
| 26 |
"${FILESDIR}"/${PN}-2.7.1-test-tolerance.patch
|
|
| 26 | 27 |
) |
| 27 | 28 | |
| 28 | 29 |
src_prepare() {
|