aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-cluster/hpl/hpl-2.1.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-cluster/hpl/hpl-2.1.ebuild b/sys-cluster/hpl/hpl-2.1.ebuild
index f908cf0..23fa116 100644
--- a/sys-cluster/hpl/hpl-2.1.ebuild
+++ b/sys-cluster/hpl/hpl-2.1.ebuild
@@ -39,6 +39,7 @@ src_prepare() {
-e "/^CCFLAGS\>/s|= .*|= \$(HPL_DEFS) ${CFLAGS}|" \
-e "/^LINKFLAGS\>/s|= .*|= ${LDFLAGS}|" \
Make.gentoo_hpl_fblas_x86 || die
+ mpi-select_src_prepare
default
}
@@ -46,6 +47,7 @@ src_compile() {
# do NOT use emake here
mpi_pkg_set_env
# parallel make failure bug #321539
+ mpi-select_src_compile
HOME=${WORKDIR} emake -j1 arch=gentoo_hpl_fblas_x86
mpi_pkg_restore_env
}
@@ -59,6 +61,7 @@ src_install() {
mpi_dohtml -r www/*
fi
insinto $(mpi_root)usr/share/hpl
+ mpi-select_src_install
mpi_doins bin/gentoo_hpl_fblas_x86/HPL.dat
}