[PATCH] gnu: gnuastro: Enable "----enable-bin-op-alltypes".

  • Done
  • quality assurance status badge
Details
2 participants
  • Danny Milosavljevic
  • Ludovic Courtès
Owner
unassigned
Submitted by
Danny Milosavljevic
Severity
normal

Debbugs page

Danny Milosavljevic wrote 8 years ago
(address . guix-patches@gnu.org)(name . Danny Milosavljevic)(address . dannym@scratchpost.org)
20170614214821.2688-1-dannym@scratchpost.org
* gnu/packages/astronomy.scm (gnuastro)[arguments]: Enable
"--enable-bin-op-alltypes".
---
gnu/packages/astronomy.scm | 2 ++
1 file changed, 2 insertions(+)

Toggle diff (13 lines)
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")))
(home-page "https://www.gnu.org/software/gnuastro/")
(synopsis "Astronomy utilities")
(description "The GNU Astronomy Utilities (Gnuastro) is a suite of
Ludovic Courtès wrote 8 years ago
(name . Danny Milosavljevic)(address . dannym@scratchpost.org)(address . 27366@debbugs.gnu.org)
87lgot4qoo.fsf@gnu.org
Danny Milosavljevic <dannym@scratchpost.org> skribis:

Toggle quote (17 lines)
> * 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’.
Ludovic Courtès wrote 8 years ago
(name . Danny Milosavljevic)(address . dannym@scratchpost.org)(address . 27366@debbugs.gnu.org)
87vannpyyy.fsf@gnu.org
ludo@gnu.org (Ludovic Courtès) skribis:

Toggle quote (24 lines)
> Danny Milosavljevic <dannym@scratchpost.org> 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’.
Danny Milosavljevic wrote 8 years ago
(no subject)
(address . control@debbugs.gnu.org)
20170624072743.3f6fe708@scratchpost.org
close 27366
?
Your comment

This issue is archived.

To comment on this conversation send an email to 27366@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 27366
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help