From: Andreas Enge <andreas@enge.fr>
To: bug-guix@gnu.org
Subject: New package: FPLLL
Date: Tue, 11 Dec 2012 23:23:53 +0100 [thread overview]
Message-ID: <201212112323.53992.andreas@enge.fr> (raw)
[-- Attachment #1: Type: text/plain, Size: 823 bytes --]
Here is a recipe:
(define-public fplll
(package
(name "fplll")
(version "4.0.1")
(source (origin
(method url-fetch)
(uri (string-append
"http://perso.ens-lyon.fr/damien.stehle/fplll/libfplll-"
version ".tar.gz"))
(sha256 (base32
"122bpqdlikshhd7nmq0l5qfc0agyk7x21gvplv1l9hb77l8cy9rw"))))
(build-system gnu-build-system)
(inputs `(("gmp" ,gmp)
("mpfr" ,mpfr)))
(synopsis "fplll, a library for LLL-reduction of euclidean lattices")
(description
"fplll LLL-reduces euclidean lattices. Since version 3, it can also
solve the shortest vector problem.")
(license "LGPLv2.1")
(home-page "http://perso.ens-lyon.fr/damien.stehle/fplll/")))
It could go into multiprecision.scm, or get its own file.
Andreas
[-- Attachment #2: Type: text/html, Size: 4841 bytes --]
next reply other threads:[~2012-12-11 22:24 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-11 22:23 Andreas Enge [this message]
2012-12-12 13:28 ` New package: FPLLL Ludovic Courtès
2012-12-12 16:13 ` Nikita Karetnikov
2012-12-12 19:27 ` Andreas Enge
2012-12-13 3:24 ` Nikita Karetnikov
2012-12-19 23:06 ` Andreas Enge
2012-12-20 0:46 ` Ludovic Courtès
2012-12-20 21:09 ` Andreas Enge
2012-12-20 23:13 ` Ludovic Courtès
2012-12-21 10:40 ` Andreas Enge
2012-12-21 10:51 ` Ludovic Courtès
2012-12-13 21:37 ` Ludovic Courtès
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=201212112323.53992.andreas@enge.fr \
--to=andreas@enge.fr \
--cc=bug-guix@gnu.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.