From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: [PATCH] gnu: Add threadingbuildingblocks. Date: Fri, 09 Sep 2016 01:26:59 +0100 Message-ID: <877falsyss.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> References: <20160908230706.23925-1-ng0@we.make.ritual.n0.is> 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]:34381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bi9f4-0004Mr-2k for guix-devel@gnu.org; Thu, 08 Sep 2016 20:27:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bi9ez-0007UB-PH for guix-devel@gnu.org; Thu, 08 Sep 2016 20:27:17 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:34974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bi9ex-0007Mj-ED for guix-devel@gnu.org; Thu, 08 Sep 2016 20:27:13 -0400 In-Reply-To: <20160908230706.23925-1-ng0@we.make.ritual.n0.is> 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: ng0 , guix-devel@gnu.org ng0 writes: > + (arguments > + `(;; XXX: make 'check' is run with 'make all', however the 'all' ph= ase takes > + ;; 30+ minutes on a AMD FX-4300 Quad-Core Processor buildmachine. > + #:tests? #f 30 minutes isn't bad, we have packages that takes longer. As long as it prints something to the console, it won't time out on slow machines either (but they will hopefully get substitutes from Hydra!). The #:test-target seems to be 'test', by the way. > + (inputs > + `(("python" ,python))) Does it reference python at runtime, or is it only used for building? You can check for references with `guix gc -R /gnu/store/`. > Thanks, that's what I had at first. What about the product name, what is > it described as? Should I refer to debians description? I remember we > don't include =C2=A9 and =C2=AE in synopsis and description, but company = name + > product works? I think I would phrase it as: "Threading Building Blocks (Intel TBB) is a C++ library for writing parallel programs that take full advantage of multicore performance." ~marius