# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 DESCRIPTION="High performance simulator for quantum circuits that includes noise models" HOMEPAGE=" https://github.com/Qiskit/qiskit-aer/ https://pypi.org/project/qiskit-aer/ " SRC_URI=" https://github.com/Qiskit/qiskit-aer/archive/${PV}.tar.gz -> ${P}.gh.tar.gz " LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" # qiskit-aer requires slamch_ that is provided by openblas or flexiblas # but not sci-libs/lapack. Link with openblas for now. #