mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-python/mpi4py: add missing dies.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
@@ -24,7 +24,7 @@ DISTUTILS_IN_SOURCE_BUILD=1
|
||||
|
||||
python_prepare_all() {
|
||||
# not needed on install
|
||||
rm -r docs/source || die
|
||||
rm -vr docs/source || die
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
@@ -35,9 +35,9 @@ src_compile() {
|
||||
|
||||
python_test() {
|
||||
echo "Beginning test phase"
|
||||
pushd "${BUILD_DIR}"/../ &> /dev/null
|
||||
pushd "${BUILD_DIR}"/../ &> /dev/null || die
|
||||
mpiexec -n 2 "${PYTHON}" ./test/runtests.py -v || die "Testsuite failed under ${EPYTHON}"
|
||||
popd &> /dev/null
|
||||
popd &> /dev/null || die
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
|
||||
Reference in New Issue
Block a user