From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QlR91-0004HC-1Q for garchives@archives.gentoo.org; Mon, 25 Jul 2011 19:48:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9E7521C132; Mon, 25 Jul 2011 19:48:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A26DE21C132 for ; Mon, 25 Jul 2011 19:48:42 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24F441B4010 for ; Mon, 25 Jul 2011 19:48:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1C2E08003D for ; Mon, 25 Jul 2011 19:48:41 +0000 (UTC) From: "Kacper Kowalik" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kacper Kowalik" Message-ID: <684d8fcfb41872abf470f90a9e382ae3539cfac0.xarthisius@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/path64/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/path64/ChangeLog dev-lang/path64/path64-9999.ebuild X-VCS-Directories: dev-lang/path64/ X-VCS-Committer: xarthisius X-VCS-Committer-Name: Kacper Kowalik X-VCS-Revision: 684d8fcfb41872abf470f90a9e382ae3539cfac0 Date: Mon, 25 Jul 2011 19:48:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 0eed0dabdf17746010f7b8aedcd3aef4 commit: 684d8fcfb41872abf470f90a9e382ae3539cfac0 Author: Kacper Kowalik (Xarthisius) gentoo org= > AuthorDate: Mon Jul 25 19:48:34 2011 +0000 Commit: Kacper Kowalik gentoo org> CommitDate: Mon Jul 25 19:48:34 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D684d8fcf [dev-lang/path64] Add valgrind IUSE for debugging --- dev-lang/path64/ChangeLog | 3 +++ dev-lang/path64/path64-9999.ebuild | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/dev-lang/path64/ChangeLog b/dev-lang/path64/ChangeLog index 515e26f..4f1116c 100644 --- a/dev-lang/path64/ChangeLog +++ b/dev-lang/path64/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ =20 25 Jul 2011; Kacper Kowalik path64-9999.ebuild= : + Add valgrind IUSE for debugging + + 25 Jul 2011; Kacper Kowalik path64-9999.ebuild= : Unset all env vars that may cause trouble, prevent stripping source wh= en build with Release, clean up =20 diff --git a/dev-lang/path64/path64-9999.ebuild b/dev-lang/path64/path64-= 9999.ebuild index 8ac1659..c31d1ea 100644 --- a/dev-lang/path64/path64-9999.ebuild +++ b/dev-lang/path64/path64-9999.ebuild @@ -25,10 +25,11 @@ fi LICENSE=3D"GPL-3" SLOT=3D"0" KEYWORDS=3D"~amd64" -IUSE=3D"assembler custom-cflags debugger fortran +native +openmp" +IUSE=3D"assembler custom-cflags debugger fortran +native +openmp valgrin= d" =20 DEPEND=3D"!native? ( sys-devel/gcc[vanilla] ) - native? ( || ( dev-lang/ekopath dev-lang/path64 ) )" + native? ( || ( dev-lang/ekopath dev-lang/path64 ) ) + valgrind? ( dev-util/valgrind )" RDEPEND=3D"${DEPEND}" =20 pkg_setup() { @@ -99,6 +100,7 @@ src_configure() { $(cmake-utils_use fortran PATH64_ENABLE_FORTRAN) $(cmake-utils_use openmp PATH64_ENABLE_OPENMP) $(cmake-utils_use debugger PATH64_ENABLE_PATHDB) + $(cmake-utils_use valgrind PATH64_ENABLE_VALGRIND) -DPSC_CRT_PATH_x86_64=3D$(dirname ${crt}) -DPSC_CRTBEGIN_PATH=3D$(dirname ${libgcc}) -DPSC_DYNAMIC_LINKER_x86_64=3D${linker}