diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-02-20 06:34:28 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-02-20 06:34:28 +0000 |
| commit | c4de2d46322f03e1c5bccbe2fd58840039c97450 (patch) | |
| tree | 2fca0b4d56d6bbab204a84e3e96ac711f86353ae /dev-python/pythran | |
| parent | 973029c2ca1b991a8d2fd6b3176c0a9784374b71 (diff) | |
| download | baldeagleos-repo-c4de2d46322f03e1c5bccbe2fd58840039c97450.tar.gz baldeagleos-repo-c4de2d46322f03e1c5bccbe2fd58840039c97450.tar.xz baldeagleos-repo-c4de2d46322f03e1c5bccbe2fd58840039c97450.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pythran')
| -rw-r--r-- | dev-python/pythran/pythran-0.15.0-r1.ebuild (renamed from dev-python/pythran/pythran-0.15.0.ebuild) | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/pythran/pythran-0.15.0.ebuild b/dev-python/pythran/pythran-0.15.0-r1.ebuild index bb641768ba1b..20dabd76a6bc 100644 --- a/dev-python/pythran/pythran-0.15.0.ebuild +++ b/dev-python/pythran/pythran-0.15.0-r1.ebuild @@ -27,6 +27,7 @@ KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86" RDEPEND=" dev-libs/boost + dev-cpp/xsimd =dev-python/beniget-0.4*[${PYTHON_USEDEP}] =dev-python/gast-0.5*[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] @@ -34,8 +35,10 @@ RDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] " DEPEND=" - dev-libs/boost - dev-cpp/xsimd + test? ( + dev-libs/boost + dev-cpp/xsimd + ) " BDEPEND=" test? ( @@ -54,10 +57,11 @@ EPYTEST_XDIST=1 distutils_enable_tests pytest src_configure() { - # sigh + # vendored C++ headers -- use system copies rm -r pythran/{boost,xsimd} || die if use test ; then + # https://bugs.gentoo.org/916461 sed -i \ -e 's|blas=blas|blas=cblas|' \ -e 's|libs=|libs=cblas|' \ |
