Mon, 11 Nov 2024 11:11:06 UTC | login

Information for build cddlib-0.94m-19.fc41

ID338676
Package Namecddlib
Version0.94m
Release19.fc41
Epoch1
Sourcegit+https://src.fedoraproject.org/rpms/cddlib.git#771228c95f7f749bb863ded774134ab991d81f9b
SummaryA library for generating all vertices in convex polyhedrons
DescriptionThe C-library cddlib is a C implementation of the Double Description Method of Motzkin et al. for generating all vertices (i.e. extreme points) and extreme rays of a general convex polyhedron in R^d given by a system of linear inequalities: P = { x=(x1, ..., xd)^T : b - A∙x ≥ 0 } where A is a given m×d real matrix, b is a given m-vector and 0 is the m-vector of all zeros. The program can be used for the reverse operation (i.e. convex hull computation). This means that one can move back and forth between an inequality representation and a generator (i.e. vertex and ray) representation of a polyhedron with cdd. Also, cdd can solve a linear programming problem, i.e. a problem of maximizing and minimizing a linear function over P.
git:https://github.com/cddlib/cddlib.git
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 12 Sep 2024 08:14:00 UTC
CompletedThu, 12 Sep 2024 09:50:45 UTC
Taskbuild (f41, /rpms/cddlib.git:771228c95f7f749bb863ded774134ab991d81f9b)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/cddlib.git#771228c95f7f749bb863ded774134ab991d81f9b'}}
Tags
f41
RPMs
src
cddlib-0.94m-19.fc41.src.rpm (info) (download)
riscv64
cddlib-0.94m-19.fc41.riscv64.rpm (info) (download)
cddlib-devel-0.94m-19.fc41.riscv64.rpm (info) (download)
cddlib-static-0.94m-19.fc41.riscv64.rpm (info) (download)
cddlib-tools-0.94m-19.fc41.riscv64.rpm (info) (download)
cddlib-debuginfo-0.94m-19.fc41.riscv64.rpm (info) (download)
cddlib-debugsource-0.94m-19.fc41.riscv64.rpm (info) (download)
cddlib-tools-debuginfo-0.94m-19.fc41.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
root.log
build.log
state.log
mock_output.log
Changelog * Mon Aug 19 2024 Jerry James <loganjerry@gmail.com> - 1:0.94m-19 - Drop thread-safe patch, which breaks sagemath (bz 2305344) * Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.94m-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Tue Jul 16 2024 Jerry James <loganjerry@gmail.com> - 1:0.94m-17 - Minor spec file simplifications * Thu Mar 21 2024 Jerry James <loganjerry@gmail.com> - 1:0.94m-16 - Add upstream thread safety patch * Tue Jan 23 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.94m-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.94m-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.94m-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.94m-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Nov 22 2022 Jerry James <loganjerry@gmail.com> - 1:0.94m-5 - Add patch to fix a segfault in blockelimination - Clarify documentation-related licenses