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 74E8A1388C0 for ; Mon, 22 Feb 2016 08:38:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD25421C00A; Mon, 22 Feb 2016 08:38:13 +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 069EA21C00A for ; Mon, 22 Feb 2016 08:38:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48130340B37 for ; Mon, 22 Feb 2016 08:38:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AF4F1BA1 for ; Mon, 22 Feb 2016 08:38:08 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1456130191.54e396528967d270987480227b966494684811f4.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/netgen/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/netgen/netgen-5.3.1.ebuild X-VCS-Directories: sci-mathematics/netgen/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 54e396528967d270987480227b966494684811f4 X-VCS-Branch: master Date: Mon, 22 Feb 2016 08:38:08 +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: cd56bbdb-74ad-4afe-aa16-5baca6ae8508 X-Archives-Hash: b39ebb52e64005bb45ed384c668b789c commit: 54e396528967d270987480227b966494684811f4 Author: Grégory Salvan gmail com> AuthorDate: Sun Feb 21 00:51:07 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Feb 22 08:36:31 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=54e39652 remove sed for togl as it is fixed in build patch sci-mathematics/netgen/netgen-5.3.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sci-mathematics/netgen/netgen-5.3.1.ebuild b/sci-mathematics/netgen/netgen-5.3.1.ebuild index 5cdb4ab..1161cbd 100644 --- a/sci-mathematics/netgen/netgen-5.3.1.ebuild +++ b/sci-mathematics/netgen/netgen-5.3.1.ebuild @@ -53,12 +53,11 @@ src_prepare() { src_configure() { # This is not the most clever way to deal with these flags # but --disable-xxx does not seem to work correcly, so... - sed -i -e 's:-lTogl:-lTogl1.7:' ng/Makefile.am || die local myconf="--with-togl=/usr/$(get_libdir)/Togl1.7" if use opencascade; then myconf="${myconf} --enable-occ --with-occ=$CASROOT" - append-ldflags -L$CASROOT/lin/$(get_libdir) + append-ldflags -L$CASROOT/$(get_libdir) fi if use mpi; then ewarn "*************************************************************************"