commit: a08e440f5ffe0bc74239de83a958a2890cb59a41
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 4 09:55:57 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 4 09:55:57 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08e440f
sci-libs/blas-lapack-aux-wrapper: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../blas-lapack-aux-wrapper-0.ebuild | 40 ----------------------
1 file changed, 40 deletions(-)
diff --git a/sci-libs/blas-lapack-aux-wrapper/blas-lapack-aux-wrapper-0.ebuild
b/sci-libs/blas-lapack-aux-wrapper/blas-lapack-aux-wrapper-0.ebuild
deleted file mode 100644
index 8644113f8079..000000000000
--- a/sci-libs/blas-lapack-aux-wrapper/blas-lapack-aux-wrapper-0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..14} )
-
-inherit meson python-any-r1
-
-DESCRIPTION="BLAS/LAPACK wrappers for FlexiBLAS"
-HOMEPAGE="https://gitweb.gentoo.org/proj/blas-lapack-aux-wrapper.git/"
-SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="index64"
-
-RDEPEND="
- !sci-libs/lapack[-flexiblas(-)]
- sci-libs/flexiblas:=[index64(-)?]
-"
-DEPEND="
- ${RDEPEND}
- sci-libs/lapack:=[flexiblas(-),index64?,lapacke]
-"
-BDEPEND="
- ${PYTHON_DEPS}
-"
-
-# we do not call the compiler, only the linker
-QA_FLAGS_IGNORED=".*"
-
-src_configure() {
- local emesonargs=(
- -Dilp64=$(usex index64 true false)
- )
-
- meson_src_configure
-}