sci-physics/mbdyn: remove taucs use

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-08 03:00:37 +02:00
parent d73e4916a6
commit 32c97b8a4b
2 changed files with 5 additions and 8 deletions

View File

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

View File

@@ -104,7 +104,7 @@
<flag name="schur">Enable Schur parallel solver</flag>
<flag name="sparse">Enable sparse solvers</flag>
<flag name="superlu">With <pkg>sci-libs/superlu</pkg> math library - eXperimental</flag>
<flag name="taucs">With <pkg>sci-libs/taucs</pkg> math library - eXperimental</flag>
<!--<flag name="taucs">With <pkg>sci-libs/taucs</pkg> math library - eXperimental</flag>-->
<flag name="tests">Enable installation of some test programs which are otherwise not installed</flag>
<flag name="threads">With threads</flag>
<flag name="y12">With Y12 sparse math library</flag>