From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVGR5-0005l7-Tc for guix-patches@gnu.org; Wed, 12 Jul 2017 08:08:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVGR0-0006ZQ-CP for guix-patches@gnu.org; Wed, 12 Jul 2017 08:08:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60374) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dVGR0-0006ZG-8v for guix-patches@gnu.org; Wed, 12 Jul 2017 08:08:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dVGR0-0008Sl-1I for guix-patches@gnu.org; Wed, 12 Jul 2017 08:08:02 -0400 Subject: [bug#27628] [PATCH 3/3] gnu: maxima: Ensure gcc and binutils available at runtime. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170709011634.12832-1-kei@openmailbox.org> <20170709011634.12832-3-kei@openmailbox.org> Date: Wed, 12 Jul 2017 14:07:15 +0200 In-Reply-To: <20170709011634.12832-3-kei@openmailbox.org> (Kei Kebreau's message of "Sat, 8 Jul 2017 21:16:34 -0400") Message-ID: <871splg8p8.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: Kei Kebreau Cc: 27628@debbugs.gnu.org Kei Kebreau skribis: > + ;; Ensure that Maxima will have access to GCC and its req= uired > + ;; components at runtime. In fact, if it=E2=80=99s an optional feature, it would be better to take GC= C & co. from $PATH, because GCC is a huge dependency. (Same for the gcl change.) Thoughts? Ludo=E2=80=99.