sci-libs/lapack: drop unused flag-o-matic

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-03-03 04:01:30 +00:00
parent 58d080c1ba
commit 0108a1e82f

View File

@@ -5,7 +5,7 @@ EAPI=8
# Some additional tests are run if Python is found
PYTHON_COMPAT=( python3_{10..11} )
inherit cmake flag-o-matic fortran-2 python-any-r1
inherit cmake fortran-2 python-any-r1
DESCRIPTION="BLAS, CBLAS, LAPACK, LAPACKE reference implementations"
HOMEPAGE="https://www.netlib.org/lapack/"