bug-guix
[Top][All Lists]
Advanced

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

New package: FPLLL


From: Andreas Enge
Subject: New package: FPLLL
Date: Tue, 11 Dec 2012 23:23:53 +0100
User-agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; )

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

 


reply via email to

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