mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/pypy3-bin: Stop installing numpy headers to match src build
Stop installing /usr/lib*/pypy3/include/numpy as that directory is not installed by dev-python/pypy3 (where the install layout follows upstream scripts rather than being coded in ebuild).
This commit is contained in:
@@ -106,7 +106,6 @@ src_compile() {
|
||||
mv "${WORKDIR}"/${P}*/{libpypy-c.so,pypy-c} . || die
|
||||
mv "${WORKDIR}"/${P}*/include/*.h include/ || die
|
||||
mv pypy/module/cpyext/include/*.h include/ || die
|
||||
mv pypy/module/cpyext/include/numpy include/ || die
|
||||
|
||||
#use doc && emake -C pypy/doc/ html
|
||||
#needed even without jit :( also needed in both compile and install phases
|
||||
|
||||
Reference in New Issue
Block a user