guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#32321] [PATCH] gnu: Add povray.


From: Efraim Flashner
Subject: [bug#32321] [PATCH] gnu: Add povray.
Date: Thu, 2 Aug 2018 18:25:01 +0300
User-agent: Mutt/1.10.1 (2018-07-13)

On Mon, Jul 30, 2018 at 10:36:00PM -0400, Kei Kebreau wrote:

> +    (version "3.7.0.8")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append 
> "https://github.com/POV-Ray/povray/archive/v";
> +                                  version ".tar.gz"))
> +              (file-name (string-append name "-" version ".tar.gz"))

Don't use the unstable tarball, download it using git-fetch.

> +              (sha256
> +               (base32
> +                "1r2xaym48gmnh577h41ccs3i7dpg7aw0x838y4m4bz3j56yixlak"))
<snip>
> +             (string-append "--with-boost-libdir="
> +                            (assoc-ref %build-inputs "boost") "/lib")
> +             "CXXFLAGS=-std=c++11"
> +             "--disable-optimiz-arch")

I have to ask, is 'optimiz' spelled correctly?

> +       #:phases
<snip>

It built without any problems for me on aarch64



-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]