diff options
author | David Seifert <soap@gentoo.org> | 2021-06-18 15:15:21 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-06-18 15:15:21 +0200 |
commit | 41805de90f7d0758f1ac3a1a3a20939dc8b74d7b (patch) | |
tree | 19369922dcfacf5a941ac3be36b83b0556fd2466 /sci-libs | |
parent | sci-libs/libint: Depend on dev-libs/gmp[cxx(+)] (diff) | |
download | gentoo-41805de90f7d0758f1ac3a1a3a20939dc8b74d7b.tar.gz gentoo-41805de90f7d0758f1ac3a1a3a20939dc8b74d7b.tar.bz2 gentoo-41805de90f7d0758f1ac3a1a3a20939dc8b74d7b.zip |
sci-libs/linbox: Depend on dev-libs/gmp[cxx(+)]
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/linbox/linbox-1.6.3-r1.ebuild (renamed from sci-libs/linbox/linbox-1.6.3.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/linbox/linbox-1.6.3.ebuild b/sci-libs/linbox/linbox-1.6.3-r1.ebuild index 1bb97423c8ca..75ff120dbae1 100644 --- a/sci-libs/linbox/linbox-1.6.3.ebuild +++ b/sci-libs/linbox/linbox-1.6.3-r1.ebuild @@ -19,7 +19,7 @@ BDEPEND="doc? ( app-doc/doxygen )" # The project README says that gmp, givaro, and blas/lapack are required # transitively via fflas-ffpack, but that's not true. The build system # checks for them, and `git grep` shows that they're used directly. -DEPEND="dev-libs/gmp[cxx] +DEPEND="dev-libs/gmp[cxx(+)] =sci-libs/givaro-4.1* =sci-libs/fflas-ffpack-2.4* virtual/cblas |