diff options
author | 2021-10-08 03:00:37 +0200 | |
---|---|---|
committer | 2021-10-08 03:00:37 +0200 | |
commit | 32c97b8a4ba5afa11fbb853b1111a04954bd9e02 (patch) | |
tree | 6434b80bb8cbc8a4b3d03d41fdda16c94b704f46 /sci-physics | |
parent | sci-physics/mbdyn: fix bullet detection (diff) | |
download | guru-32c97b8a4ba5afa11fbb853b1111a04954bd9e02.tar.gz guru-32c97b8a4ba5afa11fbb853b1111a04954bd9e02.tar.bz2 guru-32c97b8a4ba5afa11fbb853b1111a04954bd9e02.zip |
sci-physics/mbdyn: remove taucs use
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/mbdyn/mbdyn-1.7.3_p20210925.ebuild | 11 | ||||
-rw-r--r-- | sci-physics/mbdyn/metadata.xml | 2 |
2 files changed, 5 insertions, 8 deletions
diff --git a/sci-physics/mbdyn/mbdyn-1.7.3_p20210925.ebuild b/sci-physics/mbdyn/mbdyn-1.7.3_p20210925.ebuild index 5a7971737..aa0140169 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 58bd967bc..d7c54cba3 100644 --- a/sci-physics/mbdyn/metadata.xml +++ b/sci-physics/mbdyn/metadata.xml @@ -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> |