commit: 4f65714107028a14583d4239c051a7673d47a79d Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Wed Oct 6 14:21:00 2021 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Wed Oct 6 22:15:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4f657141
sci-physics/mbdyn: fix configure option Closes: https://bugs.gentoo.org/816552 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> sci-physics/mbdyn/mbdyn-1.7.3_p20210925.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-physics/mbdyn/mbdyn-1.7.3_p20210925.ebuild b/sci-physics/mbdyn/mbdyn-1.7.3_p20210925.ebuild index 5750bf3df..6fecb6acb 100644 --- a/sci-physics/mbdyn/mbdyn-1.7.3_p20210925.ebuild +++ b/sci-physics/mbdyn/mbdyn-1.7.3_p20210925.ebuild @@ -223,11 +223,12 @@ src_configure() { $(use_with sparse suitesparseqr) $(use_with sparse umfpack) $(use_with superlu) - $(use_with taucs) $(use_with threads) $(use_with y12) ) + use taucs && myconf+=( "--with-taucs" ) + if ( use autodiff && use sparse ); then myconf+=( "--enable-sparse-autodiff" ) else
