aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaelJGilroy <michael.gilroy24@gmail.com>2017-07-24 06:11:13 -0600
committerMichaelJGilroy <michael.gilroy24@gmail.com>2017-07-24 06:11:13 -0600
commit1203284a5d6ad7ea13a6d1d5edae298c0216052e (patch)
tree767bb51e5885d2e55e3285b552fa56eee35a5f1b
parenthas_version is no longer needed (diff)
downloadgentoo-mpi-1203284a5d6ad7ea13a6d1d5edae298c0216052e.tar.gz
gentoo-mpi-1203284a5d6ad7ea13a6d1d5edae298c0216052e.tar.bz2
gentoo-mpi-1203284a5d6ad7ea13a6d1d5edae298c0216052e.zip
added src_* functions to hpl to test
-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
}