From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add perceptualdiff. Date: Mon, 25 Jul 2016 11:10:58 -0400 Message-ID: <20160725151058.GE22140@jasmine> References: <20160724034325.16952-1-me@tobias.gr> <20160724214438.GA2122@jasmine> <48573a3d1cdb894c255ef1c854d662b8@tobias.gr> <20160724222151.GA5462@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRhXB-0004DY-N6 for guix-devel@gnu.org; Mon, 25 Jul 2016 11:11:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRhX8-0002JE-Ft for guix-devel@gnu.org; Mon, 25 Jul 2016 11:11:09 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:43941) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRhX7-0002Gg-64 for guix-devel@gnu.org; Mon, 25 Jul 2016 11:11:06 -0400 Content-Disposition: inline In-Reply-To: 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" To: Vincent Legoll Cc: guix-devel On Mon, Jul 25, 2016 at 12:49:56PM +0200, Vincent Legoll wrote: > Hello, > > > Maybe you're right. Unlike the gnu-build-sytem, the cmake-build-system > > seems to create a 'build/' directory adjacent to the unpacked source > > code. > > Yes, I think in cmake's land, the recommended way is to build in a directory > outside of the source code , generally at the same level than the source tree > which can be made read-only... Thanks for the clarification, Vincent. I think the package is ready :)