diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 21:45:28 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 21:50:57 +0200 |
commit | 3e4b0a48ec455a208102ae150f2be6feb6b1fc32 (patch) | |
tree | fc8b622d434f4241c6817b0433d97d8d0f303b20 /sci-libs/clblas | |
parent | sci-astronomy/pyephem: Support python 3.6 (diff) | |
download | gentoo-3e4b0a48ec455a208102ae150f2be6feb6b1fc32.tar.gz gentoo-3e4b0a48ec455a208102ae150f2be6feb6b1fc32.tar.bz2 gentoo-3e4b0a48ec455a208102ae150f2be6feb6b1fc32.zip |
sci-libs/clblas: Support python 3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sci-libs/clblas')
-rw-r--r-- | sci-libs/clblas/clblas-2.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/clblas/clblas-2.10.ebuild b/sci-libs/clblas/clblas-2.10.ebuild index de0b41541ea3..545451a85aeb 100644 --- a/sci-libs/clblas/clblas-2.10.ebuild +++ b/sci-libs/clblas/clblas-2.10.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) FORTRAN_NEEDED=test inherit cmake-utils python-single-r1 toolchain-funcs fortran-2 |