diff options
author | Sam James <sam@gentoo.org> | 2024-03-03 04:01:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-03 04:01:30 +0000 |
commit | 0108a1e82f54eeace8ce2a0c58190edfb1cb56ce (patch) | |
tree | ad1f32d5e22ec59578fa3c8e43e853dabbe1bb94 /sci-libs | |
parent | sci-libs/lapack: backport 64-bit API fix detected by LTO warnings (diff) | |
download | gentoo-0108a1e82f54eeace8ce2a0c58190edfb1cb56ce.tar.gz gentoo-0108a1e82f54eeace8ce2a0c58190edfb1cb56ce.tar.bz2 gentoo-0108a1e82f54eeace8ce2a0c58190edfb1cb56ce.zip |
sci-libs/lapack: drop unused flag-o-matic
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/lapack/lapack-3.12.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/lapack/lapack-3.12.0-r1.ebuild b/sci-libs/lapack/lapack-3.12.0-r1.ebuild index 3a8b93eb620a..9ccdd64e8562 100644 --- a/sci-libs/lapack/lapack-3.12.0-r1.ebuild +++ b/sci-libs/lapack/lapack-3.12.0-r1.ebuild @@ -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/" |