diff options
author | Michael Gilroy <michael.gilroy24@gmail.com> | 2017-07-20 14:36:39 -0600 |
---|---|---|
committer | Michael Gilroy <michael.gilroy24@gmail.com> | 2017-07-20 14:36:39 -0600 |
commit | 8b603b91d2ce62394c9c7fadfb3bda85198f2495 (patch) | |
tree | c0046a1b5511047f0a890abb071c3cc452c5c0c8 /sys-cluster/hpl/hpl-2.1.ebuild | |
parent | added eutils to overlay for testing hpl (diff) | |
download | gentoo-mpi-8b603b91d2ce62394c9c7fadfb3bda85198f2495.tar.gz gentoo-mpi-8b603b91d2ce62394c9c7fadfb3bda85198f2495.tar.bz2 gentoo-mpi-8b603b91d2ce62394c9c7fadfb3bda85198f2495.zip |
updated functions for hpl build
Diffstat (limited to 'sys-cluster/hpl/hpl-2.1.ebuild')
-rw-r--r-- | sys-cluster/hpl/hpl-2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/hpl/hpl-2.1.ebuild b/sys-cluster/hpl/hpl-2.1.ebuild index 59faaa0..1aac1dd 100644 --- a/sys-cluster/hpl/hpl-2.1.ebuild +++ b/sys-cluster/hpl/hpl-2.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils mpi multilib mpi-select +inherit eutils multilib mpi-select DESCRIPTION="High-Performance Linpack Benchmark for Distributed-Memory Computers" HOMEPAGE="http://www.netlib.org/benchmark/hpl/" @@ -22,7 +22,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() { - local mpicc_path="$(mpi_pkg_cc)" + local mpicc_path=$(mpi_pkg_cc) local a="" local locallib="${EPREFIX}/usr/$(get_libdir)/lib" |