diff --git a/sci-physics/mbdyn/mbdyn-1.7.3_p20210925.ebuild b/sci-physics/mbdyn/mbdyn-1.7.3_p20210925.ebuild
index 5a79717373..aa01401691 100644
--- a/sci-physics/mbdyn/mbdyn-1.7.3_p20210925.ebuild
+++ b/sci-physics/mbdyn/mbdyn-1.7.3_p20210925.ebuild
@@ -88,9 +88,9 @@ IUSE_MBDYN_MODULE="
mbdyn-module-wheel4
"
IUSE="${IUSE_MBDYN_MODULE//_/-} ann arpack autodiff blender boost bullet chaco crypt
-debug eig ginac jdqz +mbc metis mpi multithread-naive netcdf octave openblas
-pam pastix pmpi python qrupdate rt sasl schur sparse superlu taucs tests threads
-udunits +y12"
+debug eig ginac jdqz +mbc metis mpi multithread-naive netcdf octave openblas pam
+pastix pmpi python qrupdate rt sasl schur sparse superlu tests threads udunits +y12"
+# taucs rtai
# dev-libs/blitz
RDEPEND="
@@ -126,11 +126,10 @@ RDEPEND="
sci-libs/umfpack
)
superlu? ( sci-libs/superlu_mt )
- taucs? ( sci-libs/taucs )
threads? ( dev-libs/libatomic_ops )
udunits? ( sci-libs/udunits )
"
-# rtai? ( sys-libs/rtai )
+# taucs? ( sci-libs/taucs )
DEPEND="
${RDEPEND}
blender? ( sys-apps/pkgcore )
@@ -228,8 +227,6 @@ src_configure() {
$(use_with y12)
)
- use taucs && myconf+=( "--with-taucs" )
-
if ( use autodiff && use sparse ); then
myconf+=( "--enable-sparse-autodiff" )
else
diff --git a/sci-physics/mbdyn/metadata.xml b/sci-physics/mbdyn/metadata.xml
index 58bd967bce..d7c54cba31 100644
--- a/sci-physics/mbdyn/metadata.xml
+++ b/sci-physics/mbdyn/metadata.xml
@@ -104,7 +104,7 @@
Enable Schur parallel solver
Enable sparse solvers
With sci-libs/superlu math library - eXperimental
- With sci-libs/taucs math library - eXperimental
+
Enable installation of some test programs which are otherwise not installed
With threads
With Y12 sparse math library