From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add perceptualdiff. Date: Sun, 24 Jul 2016 18:21:51 -0400 Message-ID: <20160724222151.GA5462@jasmine> References: <20160724034325.16952-1-me@tobias.gr> <20160724214438.GA2122@jasmine> <48573a3d1cdb894c255ef1c854d662b8@tobias.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRRmg-0005kl-PH for guix-devel@gnu.org; Sun, 24 Jul 2016 18:22:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRRmc-00037W-J2 for guix-devel@gnu.org; Sun, 24 Jul 2016 18:22:06 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:50646) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRRma-00034o-At for guix-devel@gnu.org; Sun, 24 Jul 2016 18:22:02 -0400 Content-Disposition: inline In-Reply-To: <48573a3d1cdb894c255ef1c854d662b8@tobias.gr> 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: Tobias Geerinckx-Rice Cc: guix-devel@gnu.org On Sun, Jul 24, 2016 at 11:56:05PM +0200, Tobias Geerinckx-Rice wrote: > Leo! > > On 2016-07-24 23:44, Leo Famulari wrote: > > > + ;; cmake-build-system uses a build/ directory > > > outside > > > + ;; of the source tree, one level higher than > > > expected > > > > Do you think this is a bug that should be reported? > > Oh, I don't know. I assumed it was an artefact from Guix build environment > set-up, and that building out-of-tree was considered weird or something. > Never used cmake. 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. It's not a big deal one way or the other.