From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] Add python-tables. Date: Sun, 24 Apr 2016 15:12:42 -0400 Message-ID: <20160424191242.GB9128@jasmine> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57452) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1auPSa-0002xX-G1 for guix-devel@gnu.org; Sun, 24 Apr 2016 15:12:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1auPSW-0003Ms-Dl for guix-devel@gnu.org; Sun, 24 Apr 2016 15:12:48 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:34865) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1auPSW-0003Mo-AX for guix-devel@gnu.org; Sun, 24 Apr 2016 15:12:44 -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: Ricardo Wurmus Cc: "guix-devel@gnu.org" On Thu, Apr 21, 2016 at 05:28:58PM +0200, Ricardo Wurmus wrote: > Subject: [PATCH] gnu: Add python-tables. > + (arguments > + `(#:configure-flags > + (list (string-append "--hdf5=" > + (assoc-ref %build-inputs "hdf5"))) > + ;; FIXME: python-build-system does not pass configure-flags to "build" > + ;; or "check", so we must override the build and check phases. Does setting #:configure-flags have any effect at all? Otherwise, looks okay!