dev-python/blis - 1.3.3 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =dev-python/blis-1.3.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/blis-1.3.3

Or alternatively:

emerge --autounmask-write -a =dev-python/blis-1.3.3

Package Information

Description:
The Blis BLAS-like linear algebra library, as a self-contained C-extension.
Homepage:
https://github.com/explosion/cython-blis
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1.3.3 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{10..15} )
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools

PYPI_VERIFY_REPO="https://github.com/explosion/cython-blis"

inherit distutils-r1 pypi

DESCRIPTION="The Blis BLAS-like linear algebra library, as a self-contained C-extension."
HOMEPAGE="https://github.com/explosion/cython-blis"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="<dev-python/numpy-3.0.0[${PYTHON_USEDEP}]
	>=dev-python/numpy-1.19.0[${PYTHON_USEDEP}]"
BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"

src_compile() {
	export BLIS_ARCH="generic"
	distutils-r1_src_compile
}

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

<dev-python/numpy-3.0.0[]
	>=dev-python/numpy-1.19.0[]

BDEPEND

dev-python/cython[]