unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* New package: FPLLL
@ 2012-12-11 22:23 Andreas Enge
  2012-12-12 13:28 ` Ludovic Courtès
  0 siblings, 1 reply; 12+ messages in thread
From: Andreas Enge @ 2012-12-11 22:23 UTC (permalink / raw
  To: bug-guix

[-- 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 --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-12-21 10:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-11 22:23 New package: FPLLL Andreas Enge
2012-12-12 13:28 ` 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

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).