From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2FF7A138A1A for ; Wed, 18 Feb 2015 20:34:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 000E3E08BD; Wed, 18 Feb 2015 20:34:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8C88E08BD for ; Wed, 18 Feb 2015 20:34:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F5FF340749 for ; Wed, 18 Feb 2015 20:34:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1BE6120B6 for ; Wed, 18 Feb 2015 20:34:25 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1424291652.d4d8fd1db255697bea42a2bdd4dde6ed51746006.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-apps/hwloc/ X-VCS-Repository: proj/sci X-VCS-Files: sys-apps/hwloc/ChangeLog sys-apps/hwloc/hwloc-1.10.1.ebuild X-VCS-Directories: sys-apps/hwloc/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: d4d8fd1db255697bea42a2bdd4dde6ed51746006 X-VCS-Branch: master Date: Wed, 18 Feb 2015 20:34:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f4008f52-12d2-47f6-a76f-a5fd170e9d71 X-Archives-Hash: cfdb8dc4a5bb098a264b428720d6edef commit: d4d8fd1db255697bea42a2bdd4dde6ed51746006 Author: Christoph Junghans gentoo org> AuthorDate: Wed Feb 18 20:34:12 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Wed Feb 18 20:34:12 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d4d8fd1d fixed cuda build Package-Manager: portage-2.2.14 --- sys-apps/hwloc/ChangeLog | 3 +++ sys-apps/hwloc/hwloc-1.10.1.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-apps/hwloc/ChangeLog b/sys-apps/hwloc/ChangeLog index f444a2f..517a414 100644 --- a/sys-apps/hwloc/ChangeLog +++ b/sys-apps/hwloc/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/ChangeLog,v 1.49 2015/01/05 17:56:52 aballier Exp $ + 18 Feb 2015; Christoph Junghans hwloc-1.10.1.ebuild: + fixed cuda build + 18 Feb 2015; Justin Lecher hwloc-1.10.1.ebuild, metadata.xml: sys-apps/hwloc: fix SLOT operators diff --git a/sys-apps/hwloc/hwloc-1.10.1.ebuild b/sys-apps/hwloc/hwloc-1.10.1.ebuild index 262a764..7cbc3a5 100644 --- a/sys-apps/hwloc/hwloc-1.10.1.ebuild +++ b/sys-apps/hwloc/hwloc-1.10.1.ebuild @@ -44,13 +44,13 @@ src_prepare() { if use cuda ; then append-cflags -I/opt/cuda/include append-cppflags -I/opt/cuda/include - append-ldflags -L/opt/cuda/$(get_libdir) fi autotools-utils_src_prepare } multilib_src_configure() { export HWLOC_PKG_CONFIG=$(tc-getPKG_CONFIG) #393467 + use cuda && local LDFLAGS="${LDFLAGS} -L/opt/cuda/$(get_libdir)" local myeconfargs=( --disable-silent-rules --docdir="${EPREFIX}"/usr/share/doc/${PF}