Additionally, quote ${BLIS_FLAGS[@]}, and remove unused `eutils`
Closes: https://bugs.gentoo.org/693130
Signed-off-by: Mo Zhou <cdluminate@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12859
Signed-off-by: Michał Górny <mgorny@gentoo.org>
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit eutils
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
+inherit python-any-r1
DESCRIPTION="BLAS-like Library Instantiation Software Framework"
HOMEPAGE="https://github.com/flame/blis"
>=app-eselect/eselect-blas-0.2 )"
DEPEND="${RDEPEND}
- dev-lang/python
+ ${PYTHON_DEPS}
"
PATCHES=(
$(use_enable static-libs static) \
--enable-blas \
--enable-cblas \
- ${BLIS_FLAGS[@]} \
+ "${BLIS_FLAGS[@]}" \
--enable-shared \
$confname || die
}
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit eutils
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
+inherit python-any-r1
DESCRIPTION="BLAS-like Library Instantiation Software Framework"
HOMEPAGE="https://github.com/flame/blis"
>=app-eselect/eselect-blas-0.2 )"
DEPEND="${RDEPEND}
- dev-lang/python
+ ${PYTHON_DEPS}
"
PATCHES=(
$(use_enable static-libs static) \
--enable-blas \
--enable-cblas \
- ${BLIS_FLAGS[@]} \
+ "${BLIS_FLAGS[@]}" \
--enable-shared \
$confname || die
}