Skip to content

Commit

Permalink
dev-python/scipy: switch to python_configure_all
Browse files Browse the repository at this point in the history
I don't think this is sufficient though.

Bug: https://bugs.gentoo.org/878361
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Oct 27, 2022
1 parent 5a38d92 commit 8852406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-python/scipy/scipy-1.9.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ src_unpack() {
fi
}

src_configure() {
python_configure_all() {
export SCIPY_USE_PYTHRAN=$(usex pythran 1 0)
}

Expand Down
4 changes: 2 additions & 2 deletions dev-python/scipy/scipy-1.9.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ else
S="${WORKDIR}"/${MY_P}

if [[ ${PV} != *rc* ]] ; then
KEYWORDS="~amd64 ~arm64 -hppa ~ppc64 ~riscv"
KEYWORDS="~amd64 ~arm ~arm64 -hppa ~ppc ~ppc64 ~riscv ~s390 ~x86"
fi
fi

Expand Down Expand Up @@ -88,7 +88,7 @@ src_unpack() {
fi
}

src_configure() {
python_configure_all() {
export SCIPY_USE_PYTHRAN=$(usex pythran 1 0)
}

Expand Down

0 comments on commit 8852406

Please sign in to comment.