From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:33302) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5uRD-0008GF-T0 for guix-patches@gnu.org; Sun, 23 Feb 2020 11:49:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5uRD-0000iG-10 for guix-patches@gnu.org; Sun, 23 Feb 2020 11:49:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45571) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j5uRC-0000iC-UU for guix-patches@gnu.org; Sun, 23 Feb 2020 11:49:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j5uRB-0000S3-Sr for guix-patches@gnu.org; Sun, 23 Feb 2020 11:49:01 -0500 Subject: [bug#39754] [PATCH v2] gnu: z3: Build the Python bindings Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200223151410.30739-1-kuba@kadziolka.net> <20200223163245.10253-1-kuba@kadziolka.net> Date: Sun, 23 Feb 2020 17:48:48 +0100 In-Reply-To: <20200223163245.10253-1-kuba@kadziolka.net> ("Jakub \=\?utf-8\?B\?S8SFZHppb8WCa2EiJ3M\=\?\= message of "Sun, 23 Feb 2020 17:32:45 +0100") Message-ID: <871rqls0zz.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?= Cc: 39754@debbugs.gnu.org Hi! Jakub K=C4=85dzio=C5=82ka skribis: > * gnu/packages/maths.scm (z3)[arguments]: Add the --python and > --pypkgdir flags to configure. Could you also mention the addition of #:modules and #:imported-modules? > Changed the #:modules argument to only import site-packages from (guix > build python-build-system) as, as Ludo' pointed out on IRC, it also > exports %standard-phases, which could conflict with (guix build > gnu-build-system). > > I considered putting the Python bindings in a separate output; I decided = not to > do so as this change increases `guix size z3' from 116.4 MiB to 117.5 > MiB, which is barely noticeable. Makes sense to me. LGTM, thanks! Ludo=E2=80=99.