From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLPrt-0005rp-Ts for guix-patches@gnu.org; Thu, 15 Jun 2017 04:11:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLPrp-0007xz-V3 for guix-patches@gnu.org; Thu, 15 Jun 2017 04:11:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45812) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dLPrp-0007xt-RY for guix-patches@gnu.org; Thu, 15 Jun 2017 04:11:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dLPrp-00034k-N1 for guix-patches@gnu.org; Thu, 15 Jun 2017 04:11:01 -0400 Subject: [bug#27366] [PATCH] gnu: gnuastro: Enable "----enable-bin-op-alltypes". Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170614214821.2688-1-dannym@scratchpost.org> Date: Thu, 15 Jun 2017 10:10:15 +0200 In-Reply-To: <20170614214821.2688-1-dannym@scratchpost.org> (Danny Milosavljevic's message of "Wed, 14 Jun 2017 23:48:21 +0200") Message-ID: <87lgot4qoo.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: Danny Milosavljevic Cc: 27366@debbugs.gnu.org Danny Milosavljevic skribis: > * gnu/packages/astronomy.scm (gnuastro)[arguments]: Enable > "--enable-bin-op-alltypes". > --- > gnu/packages/astronomy.scm | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm > index 879c6ba6a..ffa9f74db 100644 > --- a/gnu/packages/astronomy.scm > +++ b/gnu/packages/astronomy.scm > @@ -108,6 +108,8 @@ systems in a FITS image header.") > ("libjpeg" ,libjpeg-8) > ("wcslib" ,wcslib))) > (build-system gnu-build-system) > + (arguments > + `(#:configure-flags '("--enable-bin-op-alltypes"))) Could you add a comment above explaining why it matters, based on the explanation that Mohammad gave on guix-devel? OK with this change, thank you! Ludo=E2=80=99.