Mon, 17 Jun 2024 21:17:30 UTC | login

Information for build libfplll-5.4.5-1.fc40

ID275169
Package Namelibfplll
Version5.4.5
Release1.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libfplll.git#1f2db3443f5b6df11252cdcf4e2a2875511e83dd
SummaryLattice algorithms using floating-point arithmetic
Descriptionfplll contains implementations of several lattice algorithms. The implementation relies on floating-point orthogonalization, and LLL is central to the code, hence the name. It includes implementations of floating-point LLL reduction algorithms, offering different speed/guarantees ratios. It contains a 'wrapper' choosing the estimated best sequence of variants in order to provide a guaranteed output as fast as possible. In the case of the wrapper, the succession of variants is oblivious to the user. It includes an implementation of the BKZ reduction algorithm, including the BKZ-2.0 improvements (extreme enumeration pruning, pre-processing of blocks, early termination). Additionally, Slide reduction and self dual BKZ are supported. It also includes a floating-point implementation of the Kannan-Fincke-Pohst algorithm that finds a shortest non-zero lattice vector. Finally, it contains a variant of the enumeration algorithm that computes a lattice vector closest to a given vector belonging to the real span of the lattice.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 07 Dec 2023 14:04:57 UTC
CompletedThu, 07 Dec 2023 20:43:21 UTC
Taskbuild (f40, /rpms/libfplll.git:1f2db3443f5b6df11252cdcf4e2a2875511e83dd)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libfplll.git#1f2db3443f5b6df11252cdcf4e2a2875511e83dd'}}
Tags
f40
RPMs
src
libfplll-5.4.5-1.fc40.src.rpm (info) (download)
riscv64
libfplll-5.4.5-1.fc40.riscv64.rpm (info) (download)
libfplll-devel-5.4.5-1.fc40.riscv64.rpm (info) (download)
libfplll-static-5.4.5-1.fc40.riscv64.rpm (info) (download)
libfplll-tools-5.4.5-1.fc40.riscv64.rpm (info) (download)
libfplll-debuginfo-5.4.5-1.fc40.riscv64.rpm (info) (download)
libfplll-debugsource-5.4.5-1.fc40.riscv64.rpm (info) (download)
libfplll-tools-debuginfo-5.4.5-1.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Thu Oct 19 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 5.4.5-1 - Update to 5.4.5 (close RHBZ#2244911) * Tue Aug 15 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 5.4.4-5 - Unbundle cr-marcstevens-snippets-thread_pool-devel * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jun 03 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 5.4.4-3 - Remove explicit %set_build_flags, not needed since F36 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jan 12 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 5.4.4-1 - Update to 5.4.4 (close RHBZ#2155414) - Bumps .so version to 8 * Thu Jan 12 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 5.4.2-5 - Improved, hand-written man pages * Tue Jan 10 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 5.4.2-4 - Update License to include header-only dependencies * Fri Aug 05 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 5.4.2-3 - Update License to SPDX * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu May 26 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 5.4.2-1 - Update to 5.4.2 (close RHBZ#2090122) - Better document licensing - Document bundled cr-marcstevens-snippets-thread_pool-devel, and prepare to unbundle it - Unbundle json-devel * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Dec 10 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 5.4.1-10 - More style tweaks according to personal preference * Fri Dec 10 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 5.4.1-9 - Stop patching the AC_CHECK_HEADER_STDBOOL test * Fri Dec 10 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 5.4.1-8 - Update summary and description from upstream * Fri Dec 10 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 5.4.1-7 - Stop adding LIBS=-lpthread * Fri Dec 10 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 5.4.1-6 - Style tweaks according to personal preference * Fri Dec 10 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 5.4.1-5 - Add comment justifying the static library * Fri Dec 10 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 5.4.1-4 - Re-enable LTO on armv7hl and s390x