Skip to content

Commit

Permalink
Upgrade fplll and fpylll
Browse files Browse the repository at this point in the history
  • Loading branch information
jdemeyer committed Oct 17, 2017
1 parent a2e82e1 commit 2b0b4ab
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 395 deletions.
2 changes: 1 addition & 1 deletion COPYING.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ extcode GPLv2+
fflas_ffpack LGPLv2.1+
flint GPLv2+
flintqs GPLv2+
fplll LGPLv2.1+
freetype FreeType License (similar to BSD; see below)
gap GPLv2+
gcc GPLv3+
Expand All @@ -72,7 +73,6 @@ jinja2 Modified BSD
jmol LGPLv2.1+
jsonschema MIT License
lcalc GPLv2+
libfplll LGPLv2.1+
libgap GPLv3+
libpng Custom, very similar to zlib
linbox LGPLv2.1+
Expand Down
4 changes: 3 additions & 1 deletion build/pkgs/libfplll/SPKG.txt → build/pkgs/fplll/SPKG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

== Description ==

fplll contains implementations of several lattice algorithms. The implementation relies on floating-point orthogonalization, and LLL is central to the code, hence the name.
fplll contains implementations of several lattice algorithms. The
implementation relies on floating-point orthogonalization, and LLL is
central to the code, hence the name.

Website: https://github.com/fplll/fplll

Expand Down
4 changes: 4 additions & 0 deletions build/pkgs/fplll/checksums.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
tarball=fplll-VERSION.tar.gz
sha1=2c4ac07b0c60cb83df12f42c788b86e7b094eaa8
md5=d4ddbaa1b74508441de0790a4660502c
cksum=2577588673
File renamed without changes.
1 change: 1 addition & 0 deletions build/pkgs/fplll/package-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5.2.0
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ if [ $? -ne 0 ]; then
fi


# Pretend that the "fplll" package is not installed. This is needed to
# support renaming libfplll -> fplll in the future.
rm -f "$SAGE_SPKG_INST/"fplll-*
# Pretend that the "libfplll" package is not installed. This is needed to
# support renaming libfplll -> fplll done on Trac #24042
rm -f "$SAGE_SPKG_INST/"libfplll-*
File renamed without changes.
6 changes: 3 additions & 3 deletions build/pkgs/fpylll/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=fpylll-VERSION.tar.gz
sha1=b680356c142f290ee8010a1d40590e0d31acf1bc
md5=bd01c1bc85fa56537ff8575a9debe273
cksum=2204491672
sha1=ad8d7ac9d02d9bfa894bc7eb9ea2f41d870bed51
md5=8402e0e3e10ec5e11aef5dc8c6769464
cksum=1292939418
2 changes: 1 addition & 1 deletion build/pkgs/fpylll/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(PYTHON) cython cysignals numpy libfplll
$(PYTHON) cython cysignals numpy fplll

----------
All lines of this file are ignored except the first.
Expand Down
2 changes: 1 addition & 1 deletion build/pkgs/fpylll/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.4dev.p0
0.3.0dev
86 changes: 0 additions & 86 deletions build/pkgs/fpylll/patches/cygwin-long-double.patch

This file was deleted.

4 changes: 0 additions & 4 deletions build/pkgs/libfplll/checksums.ini

This file was deleted.

1 change: 0 additions & 1 deletion build/pkgs/libfplll/package-version.txt

This file was deleted.

84 changes: 0 additions & 84 deletions build/pkgs/libfplll/patches/01-tests-long-double.patch

This file was deleted.

139 changes: 0 additions & 139 deletions build/pkgs/libfplll/patches/02-test-prunner.patch

This file was deleted.

Loading

0 comments on commit 2b0b4ab

Please sign in to comment.