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@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-06 16:21:00 +02:00
parent c6307c8ef6
commit 4f65714107

View File

@@ -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