From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add powertabeditor. Date: Fri, 12 Jun 2015 21:39:28 +0200 Message-ID: <874mmcg1hr.fsf@gnu.org> References: <874mml87yh.fsf@elephly.net> <871thl3t3n.fsf@gnu.org> <87fv5wkfwd.fsf@elephly.net> 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]:58071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3Uyl-0001Ss-QF for guix-devel@gnu.org; Fri, 12 Jun 2015 15:51:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z3Uyg-0003iS-O4 for guix-devel@gnu.org; Fri, 12 Jun 2015 15:51:03 -0400 In-Reply-To: <87fv5wkfwd.fsf@elephly.net> (Ricardo Wurmus's message of "Fri, 12 Jun 2015 19:17:02 +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: > From 18eaadd221e098dfd769cc6aa9c8920730c2674f Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Thu, 4 Jun 2015 10:01:11 +0200 > Subject: [PATCH] gnu: Add powertabeditor. > > * gnu/packages/music.scm (powertabeditor): New variable. > --- > gnu/packages/music.scm | 98 ++++++++++++++++++++++++++++++++++++++++++++= ++++++ > 1 file changed, 98 insertions(+) LGTM! > + ;; CMake appears to lose the RUNPATH for some reason, so it has t= o be > + ;; explicitly set with CMAKE_INSTALL_RPATH. When you have time, it would be good to look at the build log to see all the -rpath arguments that are passed. It=E2=80=99s a bit scary because it = seems CMake cannot remain under control, somehow. ;-) Thank you! Ludo=E2=80=99.