summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@gentoo.org>2010-09-13 15:21:23 +0000
committerJustin Bronder <jsbronder@gentoo.org>2010-09-13 15:21:23 +0000
commit33c703e86a1f15eb01fe4a665e301b0addef937a (patch)
tree66b659b90935224a4839cae56698fed43f59fcee /sys-cluster/hpl
parentDelete older ebuild. (diff)
downloadgentoo-2-33c703e86a1f15eb01fe4a665e301b0addef937a.tar.gz
gentoo-2-33c703e86a1f15eb01fe4a665e301b0addef937a.tar.bz2
gentoo-2-33c703e86a1f15eb01fe4a665e301b0addef937a.zip
Respect LDFLAGS #336969.
(Portage version: 2.2_rc69/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/hpl')
-rw-r--r--sys-cluster/hpl/ChangeLog5
-rw-r--r--sys-cluster/hpl/hpl-2.0.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-cluster/hpl/ChangeLog b/sys-cluster/hpl/ChangeLog
index 76c7076accc3..75d3c16cb113 100644
--- a/sys-cluster/hpl/ChangeLog
+++ b/sys-cluster/hpl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/hpl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/ChangeLog,v 1.15 2010/06/17 02:28:03 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/ChangeLog,v 1.16 2010/09/13 15:21:23 jsbronder Exp $
+
+ 13 Sep 2010; Justin Bronder <jsbronder@gentoo.org> hpl-2.0.ebuild:
+ Respect LDFLAGS #336969.
17 Jun 2010; Justin Bronder <jsbronder@gentoo.org> -hpl-1.0-r2.ebuild,
hpl-2.0.ebuild:
diff --git a/sys-cluster/hpl/hpl-2.0.ebuild b/sys-cluster/hpl/hpl-2.0.ebuild
index 80bd6f13186a..0a471d98eb53 100644
--- a/sys-cluster/hpl/hpl-2.0.ebuild
+++ b/sys-cluster/hpl/hpl-2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/hpl-2.0.ebuild,v 1.3 2010/06/17 02:28:03 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/hpl-2.0.ebuild,v 1.4 2010/09/13 15:21:23 jsbronder Exp $
inherit eutils
@@ -30,6 +30,7 @@ src_unpack() {
-e "/^LAlib\>/s,= .*,= /usr/$(get_libdir)/libblas.so /usr/$(get_libdir)/liblapack.so," \
-e '/^LINKER\>/s,= .*,= mpicc,' \
-e '/^CC\>/s,= .*,= mpicc,' \
+ -e "/^LINKFLAGS\>/s|= .*|= ${LDFLAGS}|" \
Make.gentoo_hpl_fblas_x86
}