Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/
Date: Mon, 12 Aug 2019 17:58:40
Message-Id: 1565632694.9fef582bd1b9112795aa2070dffa025f2e0c5fd2.mgorny@gentoo
1 commit: 9fef582bd1b9112795aa2070dffa025f2e0c5fd2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 12 17:50:14 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 12 17:58:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fef582b
7
8 sci-chemistry/gromacs: Add missing PYTHON_*
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-chemistry/gromacs/gromacs-2019.2.ebuild | 4 +++-
13 sci-chemistry/gromacs/gromacs-2019.3.ebuild | 4 +++-
14 sci-chemistry/gromacs/gromacs-2019.9999.ebuild | 4 +++-
15 3 files changed, 9 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-chemistry/gromacs/gromacs-2019.2.ebuild b/sci-chemistry/gromacs/gromacs-2019.2.ebuild
18 index 84864a620b5..1e54e37089d 100644
19 --- a/sci-chemistry/gromacs/gromacs-2019.2.ebuild
20 +++ b/sci-chemistry/gromacs/gromacs-2019.2.ebuild
21 @@ -49,6 +49,7 @@ CDEPEND="
22 lmfit? ( sci-libs/lmfit )
23 mkl? ( sci-libs/mkl )
24 mpi? ( virtual/mpi )
25 + ${PYTHON_DEPS}
26 "
27 DEPEND="${CDEPEND}
28 virtual/pkgconfig
29 @@ -67,7 +68,8 @@ REQUIRED_USE="
30 || ( single-precision double-precision )
31 cuda? ( single-precision )
32 cuda? ( !opencl )
33 - mkl? ( !blas !fftw !lapack )"
34 + mkl? ( !blas !fftw !lapack )
35 + ${PYTHON_REQUIRED_USE}"
36
37 DOCS=( AUTHORS README )
38
39
40 diff --git a/sci-chemistry/gromacs/gromacs-2019.3.ebuild b/sci-chemistry/gromacs/gromacs-2019.3.ebuild
41 index 86219e6146c..f91506d7e52 100644
42 --- a/sci-chemistry/gromacs/gromacs-2019.3.ebuild
43 +++ b/sci-chemistry/gromacs/gromacs-2019.3.ebuild
44 @@ -49,6 +49,7 @@ CDEPEND="
45 lmfit? ( sci-libs/lmfit )
46 mkl? ( sci-libs/mkl )
47 mpi? ( virtual/mpi )
48 + ${PYTHON_DEPS}
49 "
50 DEPEND="${CDEPEND}
51 virtual/pkgconfig
52 @@ -67,7 +68,8 @@ REQUIRED_USE="
53 || ( single-precision double-precision )
54 cuda? ( single-precision )
55 cuda? ( !opencl )
56 - mkl? ( !blas !fftw !lapack )"
57 + mkl? ( !blas !fftw !lapack )
58 + ${PYTHON_REQUIRED_USE}"
59
60 DOCS=( AUTHORS README )
61
62
63 diff --git a/sci-chemistry/gromacs/gromacs-2019.9999.ebuild b/sci-chemistry/gromacs/gromacs-2019.9999.ebuild
64 index 86219e6146c..f91506d7e52 100644
65 --- a/sci-chemistry/gromacs/gromacs-2019.9999.ebuild
66 +++ b/sci-chemistry/gromacs/gromacs-2019.9999.ebuild
67 @@ -49,6 +49,7 @@ CDEPEND="
68 lmfit? ( sci-libs/lmfit )
69 mkl? ( sci-libs/mkl )
70 mpi? ( virtual/mpi )
71 + ${PYTHON_DEPS}
72 "
73 DEPEND="${CDEPEND}
74 virtual/pkgconfig
75 @@ -67,7 +68,8 @@ REQUIRED_USE="
76 || ( single-precision double-precision )
77 cuda? ( single-precision )
78 cuda? ( !opencl )
79 - mkl? ( !blas !fftw !lapack )"
80 + mkl? ( !blas !fftw !lapack )
81 + ${PYTHON_REQUIRED_USE}"
82
83 DOCS=( AUTHORS README )