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 mbdyn-module-wheel4
" "
IUSE="${IUSE_MBDYN_MODULE//_/-} ann arpack autodiff blender boost bullet chaco crypt IUSE="${IUSE_MBDYN_MODULE//_/-} ann arpack autodiff blender boost bullet chaco crypt
debug eig ginac jdqz +mbc metis mpi multithread-naive netcdf octave openblas debug eig ginac jdqz +mbc metis mpi multithread-naive netcdf octave openblas pam
pam pastix pmpi python qrupdate rt sasl schur sparse superlu taucs tests threads pastix pmpi python qrupdate rt sasl schur sparse superlu tests threads udunits +y12"
udunits +y12" # taucs rtai
# dev-libs/blitz # dev-libs/blitz
RDEPEND=" RDEPEND="
@@ -126,11 +126,10 @@ RDEPEND="
sci-libs/umfpack sci-libs/umfpack
) )
superlu? ( sci-libs/superlu_mt ) superlu? ( sci-libs/superlu_mt )
taucs? ( sci-libs/taucs )
threads? ( dev-libs/libatomic_ops ) threads? ( dev-libs/libatomic_ops )
udunits? ( sci-libs/udunits ) udunits? ( sci-libs/udunits )
" "
# rtai? ( sys-libs/rtai ) # taucs? ( sci-libs/taucs )
DEPEND=" DEPEND="
${RDEPEND} ${RDEPEND}
blender? ( sys-apps/pkgcore ) blender? ( sys-apps/pkgcore )
@@ -228,8 +227,6 @@ src_configure() {
$(use_with y12) $(use_with y12)
) )
use taucs && myconf+=( "--with-taucs" )
if ( use autodiff && use sparse ); then if ( use autodiff && use sparse ); then
myconf+=( "--enable-sparse-autodiff" ) myconf+=( "--enable-sparse-autodiff" )
else else

View File

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