mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
sci-physics/mbdyn: remove taucs use
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user