From 1203284a5d6ad7ea13a6d1d5edae298c0216052e Mon Sep 17 00:00:00 2001 From: MichaelJGilroy Date: Mon, 24 Jul 2017 06:11:13 -0600 Subject: added src_* functions to hpl to test --- sys-cluster/hpl/hpl-2.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) 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 } -- cgit v1.2.3-65-gdbad