mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user