From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: [PATCH 1/2] gnu: libgc: Enable C++ support. Date: Sun, 27 Dec 2015 05:38:04 -0600 Message-ID: <20151227053804.0cbd6437@member.fsf.org> References: <1451097632-3235-1-git-send-email-bavier@member.fsf.org> <1451097632-3235-2-git-send-email-bavier@member.fsf.org> <87fuynq43v.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDEFJ-0004CP-1O for guix-devel@gnu.org; Sun, 27 Dec 2015 11:32:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aDEFF-0004Iz-R2 for guix-devel@gnu.org; Sun, 27 Dec 2015 11:32:36 -0500 Received: from mail.centurylink.net ([205.219.233.9]:22948 helo=smtp.centurylink.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDEFF-0004Is-MJ for guix-devel@gnu.org; Sun, 27 Dec 2015 11:32:33 -0500 In-Reply-To: <87fuynq43v.fsf@netris.org> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org On Sun, 27 Dec 2015 10:54:28 -0500 Mark H Weaver wrote: > Hi Eric, > > Eric Bavier writes: > > * gnu/packages/bdw-gc.scm (libgc-7.2, libgc)[arguments]: Add > > --enable-cplusplus to #:configure-flags. > > This will need to be done in 'core-updates', because it will require a > full rebuild. If you want 'asymptote' before the next core-updates > cycle, we could temporarily add a 'libgc-for-c++' package. > > Thoughts? I don't need it really soon, so I would be fine putting both patches in core-updates, but the 'libgc-for-c++' would be nice for others who might like to use it. I'll send an updated patch. `~Eric