Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-physics/mbdyn/
Date: Fri, 08 Oct 2021 19:05:22
Message-Id: 1633654837.32c97b8a4ba5afa11fbb853b1111a04954bd9e02.arthurzam@gentoo
1 commit: 32c97b8a4ba5afa11fbb853b1111a04954bd9e02
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Fri Oct 8 01:00:37 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 8 01:00:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=32c97b8a
7
8 sci-physics/mbdyn: remove taucs use
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 sci-physics/mbdyn/mbdyn-1.7.3_p20210925.ebuild | 11 ++++-------
13 sci-physics/mbdyn/metadata.xml | 2 +-
14 2 files changed, 5 insertions(+), 8 deletions(-)
15
16 diff --git a/sci-physics/mbdyn/mbdyn-1.7.3_p20210925.ebuild b/sci-physics/mbdyn/mbdyn-1.7.3_p20210925.ebuild
17 index 5a7971737..aa0140169 100644
18 --- a/sci-physics/mbdyn/mbdyn-1.7.3_p20210925.ebuild
19 +++ b/sci-physics/mbdyn/mbdyn-1.7.3_p20210925.ebuild
20 @@ -88,9 +88,9 @@ IUSE_MBDYN_MODULE="
21 mbdyn-module-wheel4
22 "
23 IUSE="${IUSE_MBDYN_MODULE//_/-} ann arpack autodiff blender boost bullet chaco crypt
24 -debug eig ginac jdqz +mbc metis mpi multithread-naive netcdf octave openblas
25 -pam pastix pmpi python qrupdate rt sasl schur sparse superlu taucs tests threads
26 -udunits +y12"
27 +debug eig ginac jdqz +mbc metis mpi multithread-naive netcdf octave openblas pam
28 +pastix pmpi python qrupdate rt sasl schur sparse superlu tests threads udunits +y12"
29 +# taucs rtai
30
31 # dev-libs/blitz
32 RDEPEND="
33 @@ -126,11 +126,10 @@ RDEPEND="
34 sci-libs/umfpack
35 )
36 superlu? ( sci-libs/superlu_mt )
37 - taucs? ( sci-libs/taucs )
38 threads? ( dev-libs/libatomic_ops )
39 udunits? ( sci-libs/udunits )
40 "
41 -# rtai? ( sys-libs/rtai )
42 +# taucs? ( sci-libs/taucs )
43 DEPEND="
44 ${RDEPEND}
45 blender? ( sys-apps/pkgcore )
46 @@ -228,8 +227,6 @@ src_configure() {
47 $(use_with y12)
48 )
49
50 - use taucs && myconf+=( "--with-taucs" )
51 -
52 if ( use autodiff && use sparse ); then
53 myconf+=( "--enable-sparse-autodiff" )
54 else
55
56 diff --git a/sci-physics/mbdyn/metadata.xml b/sci-physics/mbdyn/metadata.xml
57 index 58bd967bc..d7c54cba3 100644
58 --- a/sci-physics/mbdyn/metadata.xml
59 +++ b/sci-physics/mbdyn/metadata.xml
60 @@ -104,7 +104,7 @@
61 <flag name="schur">Enable Schur parallel solver</flag>
62 <flag name="sparse">Enable sparse solvers</flag>
63 <flag name="superlu">With <pkg>sci-libs/superlu</pkg> math library - eXperimental</flag>
64 - <flag name="taucs">With <pkg>sci-libs/taucs</pkg> math library - eXperimental</flag>
65 + <!--<flag name="taucs">With <pkg>sci-libs/taucs</pkg> math library - eXperimental</flag>-->
66 <flag name="tests">Enable installation of some test programs which are otherwise not installed</flag>
67 <flag name="threads">With threads</flag>
68 <flag name="y12">With Y12 sparse math library</flag>