diff options
| author | Justin Lecher <jlec@gentoo.org> | 2015-11-11 18:13:34 +0100 |
|---|---|---|
| committer | Justin Lecher <jlec@gentoo.org> | 2015-11-11 18:27:03 +0100 |
| commit | ecbf9122e0470ae7df08a68c69bc5d69a5ccb416 (patch) | |
| tree | 042b97a21eefbbe24ed344f9ac4acd1cbcbc2bd7 /dev-python/numpy/numpy-1.9.3.ebuild | |
| parent | 6bb8a9876ca053f8a2d7a6ec3fac80ea856a8c72 (diff) | |
| download | gentoo-ecbf9122e0470ae7df08a68c69bc5d69a5ccb416.tar.gz gentoo-ecbf9122e0470ae7df08a68c69bc5d69a5ccb416.tar.bz2 gentoo-ecbf9122e0470ae7df08a68c69bc5d69a5ccb416.zip | |
dev-python/numpy: Depend on threading support in python
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/numpy/numpy-1.9.3.ebuild')
| -rw-r--r-- | dev-python/numpy/numpy-1.9.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/numpy/numpy-1.9.3.ebuild b/dev-python/numpy/numpy-1.9.3.ebuild index 187f98b1e542..11d1e8e46c2d 100644 --- a/dev-python/numpy/numpy-1.9.3.ebuild +++ b/dev-python/numpy/numpy-1.9.3.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_REQ_USE="threads(+)" FORTRAN_NEEDED=lapack |
