From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: tbb: Set library rpath. Date: Wed, 15 Apr 2015 21:56:55 +0200 Message-ID: <871tjlyxko.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiTQk-0000jj-N0 for guix-devel@gnu.org; Wed, 15 Apr 2015 15:57:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YiTQf-0004Qr-Jl for guix-devel@gnu.org; Wed, 15 Apr 2015 15:57:02 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39106) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiTQf-0004Qk-Gr for guix-devel@gnu.org; Wed, 15 Apr 2015 15:56:57 -0400 In-Reply-To: (Ricardo Wurmus's message of "Tue, 14 Apr 2015 14:19:24 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: Guix-devel Ricardo Wurmus skribis: > Note: I did not run the complete test suite again (because it takes a > very long time on my machine), and when tests are enabled a couple more > libraries are created. Since they all probably share LIB_LINK_FLAGS I > expect any problems there to also be fixed by this patch. OK. > From 56246d7bf2f60272ceed63d9291f47f42431119b Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Tue, 14 Apr 2015 14:11:42 +0200 > Subject: [PATCH] gnu: tbb: Set library rpath. > > * gnu/packages/tbb.scm (tbb)[arguments]: Add the rpath for lib directory = of > output to LDFLAGS. OK to push. Thanks for looking into it! Ludo=E2=80=99.