From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dO8Pa-0005Ob-RF for guix-patches@gnu.org; Thu, 22 Jun 2017 16:09:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dO8PW-0003rL-JD for guix-patches@gnu.org; Thu, 22 Jun 2017 16:09:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59075) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dO8PW-0003rH-G5 for guix-patches@gnu.org; Thu, 22 Jun 2017 16:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dO8PW-0005Ol-81 for guix-patches@gnu.org; Thu, 22 Jun 2017 16:09:02 -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> <87lgot4qoo.fsf@gnu.org> Date: Thu, 22 Jun 2017 22:08:21 +0200 In-Reply-To: <87lgot4qoo.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 15 Jun 2017 10:10:15 +0200") Message-ID: <87vannpyyy.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 ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > 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! Ping! :-) Ludo=E2=80=99.