From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Patterson Subject: [PATCH v2 00/13]: Add asdf-build-system. Date: Sun, 2 Oct 2016 22:41:26 -0400 Message-ID: <20161003024139.19975-1-ajpatter@uwaterloo.ca> References: <20160927041532.27097-1-ajpatter@uwaterloo.ca> 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]:45290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqtCP-0008CZ-R6 for guix-devel@gnu.org; Sun, 02 Oct 2016 22:41:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqtCO-0004rN-Uq for guix-devel@gnu.org; Sun, 02 Oct 2016 22:41:49 -0400 Received: from mailservices.uwaterloo.ca ([129.97.128.141]:45326 helo=minos.uwaterloo.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqtCO-0004rH-Oq for guix-devel@gnu.org; Sun, 02 Oct 2016 22:41:48 -0400 Received: from jalisou.gateway.2wire.net (bas1-jockvale05-3096537756.dsl.bell.ca [184.145.106.156]) (authenticated bits=0) by minos.uwaterloo.ca (8.14.4/8.14.4) with ESMTP id u932fgFd020024 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Sun, 2 Oct 2016 22:41:48 -0400 In-Reply-To: <20160927041532.27097-1-ajpatter@uwaterloo.ca> 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: guix-devel@gnu.org Here's the next round of the series. In addition to the changes proposed = by =E5=AE=8B=E6=96=87=E6=AD=A6, I homogenized the phases of the compiled pac= kages, in order to simplify transformations. I also added a package transformer system simil= ar to package-with-python2. Finally, I decided to have all packages bundle a co= py of their source, and use it while building, rather than using the source pac= kages as a build input, which had some complications. Further comments are appreciated. Thanks, -- Andy