all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Marius Bakke <mbakke@fastmail.com>
To: Danny Milosavljevic <dannym@scratchpost.org>, 26614@debbugs.gnu.org
Subject: bug#26614: [PATCH] gnu: Add volk.
Date: Mon, 24 Apr 2017 16:28:20 +0200	[thread overview]
Message-ID: <8760ht283f.fsf@fastmail.com> (raw)
In-Reply-To: <20170422213547.6460-1-dannym@scratchpost.org>

[-- Attachment #1: Type: text/plain, Size: 926 bytes --]

Danny Milosavljevic <dannym@scratchpost.org> writes:

> * gnu/packages/engineering.scm (volk): New variable.

[...]

> +    (source
> +      (origin
> +        (method url-fetch)
> +        (uri (string-append "http://libvolk.org/releases/volk-"
> +                            version
> +                            ".tar.gz"))
> +        (sha256
> +          (base32
> +            "1bz3ywc6y5wmz3i8p4z2wbzhns8bc0ywdkl9qnxpcvfcscarbdlh"))))

Indentation is off in this section.

> +    (build-system cmake-build-system)
> +    (inputs
> +     `(("boost" ,boost)))
> +    (native-inputs
> +     `(("python-2", python-2)
> +       ("python2-cheetah" ,python2-cheetah)))
> +    (home-page "http://libvolk.org/")
> +    (synopsis "Vector-Optimized Library of Kernels")
> +    (description
> +      "@code{volk} contains procedures with machine-specific optimizations
        ^^^
...and here (should align with the d).

Sorry! :D

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

  parent reply	other threads:[~2017-04-24 14:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-22 21:35 bug#26614: [PATCH] gnu: Add volk Danny Milosavljevic
2017-04-23  0:37 ` Leo Famulari
2017-04-24 14:28 ` Marius Bakke [this message]
2017-04-24 18:21 ` bug#26614: [PATCH v2] " Danny Milosavljevic
2017-04-24 20:45   ` Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8760ht283f.fsf@fastmail.com \
    --to=mbakke@fastmail.com \
    --cc=26614@debbugs.gnu.org \
    --cc=dannym@scratchpost.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.