Click here to visit the old openkoji buildsystem (Archived)

Information for build coin-or-HiGHS-1.7.2-4.fc41

ID88088
Package Namecoin-or-HiGHS
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version1.7.2
Release4.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/coin-or-HiGHS.git#0b7668cd57bfe6c0b62bc718ddca1e0eed4ac23b
SummaryLinear optimization software
DescriptionHiGHS is a high performance serial and parallel solver for large scale sparse linear optimization problems of the form Minimize (1/2) x^TQx + c^Tx subject to L <= Ax <= U; l <= x <= u where Q must be positive semi-definite and, if Q is zero, there may be a requirement that some of the variables take integer values. Thus HiGHS can solve linear programming (LP) problems, convex quadratic programming (QP) problems, and mixed integer programming (MIP) problems. It is mainly written in C++, but also has some C. HiGHS has primal and dual revised simplex solvers, originally written by Qi Huangfu and further developed by Julian Hall. It also has an interior point solver for LP written by Lukas Schork, an active set solver for QP written by Michael Feldmeier, and a MIP solver written by Leona Gottwald. Other features have been added by Julian Hall and Ivet Galabova, who manages the software engineering of HiGHS and interfaces to C, C#, FORTRAN, Julia and Python. Although HiGHS is freely available under the MIT license, we would be pleased to learn about users' experience and give advice via email sent to highsopt@gmail.com.
git:https://github.com/ERGO-Code/HiGHS.git
Built bylichengxi
State failed
Volume DEFAULT
StartedSat, 19 Oct 2024 21:14:51 CST
CompletedSat, 19 Oct 2024 21:24:20 CST
Taskbuild (f41-build-side-1, /rpms/coin-or-HiGHS.git:0b7668cd57bfe6c0b62bc718ddca1e0eed4ac23b)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/coin-or-HiGHS.git#0b7668cd57bfe6c0b62bc718ddca1e0eed4ac23b'}}
Tags No tags
RPMs No RPMs
Changelog * Mon Sep 23 2024 Jerry James <loganjerry@gmail.com> - 1.7.2-4 - Unbundle pdqsort and zstr more thoroughly - Use zlib-ng directly instead of via the compatibility interface - Run pytest in verbose mode * Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Tue Jul 16 2024 Jerry James <loganjerry@gmail.com> - 1.7.2-2 - Minor spec file simplifications * Wed Jul 03 2024 Jerry James <loganjerry@gmail.com> - 1.7.2-1 - Version 1.7.2 * Wed Jun 19 2024 Jerry James <loganjerry@gmail.com> - 1.7.1-1 - Version 1.7.1 - Drop upstreamed pybind11 and examples patches - Generate a man page for the highs binary * Sat Jun 08 2024 Python Maint <python-maint@redhat.com> - 1.7.0-2 - Rebuilt for Python 3.13 * Tue Mar 19 2024 Jerry James <loganjerry@gmail.com> - 1.7.0-1 - Version 1.7.0 - Drop unnecessary githash patch - Add patch to avoid downloading pybind11 at build time - Add patch to fix building examples - Test with pytest * Fri Feb 23 2024 Jerry James <loganjerry@gmail.com> - 1.6.0-1 - Initial RPM