Click here to visit the old openkoji buildsystem (Archived)

Information for build coin-or-HiGHS-1.7.0-1.fc40

ID20357
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.0
Release1.fc40
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/coin-or-HiGHS.git#331e5525022f03cbbba0fa581ef50b60bf98abbc
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.
https://github.com/ERGO-Code/HiGHS
Built bykojiadmin
State complete
Volume DEFAULT
StartedSun, 05 May 2024 02:03:06 CST
CompletedSun, 05 May 2024 05:02:19 CST
Taskbuild (f40, /rpms/coin-or-HiGHS.git:331e5525022f03cbbba0fa581ef50b60bf98abbc)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/coin-or-HiGHS.git#331e5525022f03cbbba0fa581ef50b60bf98abbc'}}
Tags
f40
RPMs
src
coin-or-HiGHS-1.7.0-1.fc40.src.rpm (info) (download)
riscv64
coin-or-HiGHS-1.7.0-1.fc40.riscv64.rpm (info) (download)
coin-or-HiGHS-devel-1.7.0-1.fc40.riscv64.rpm (info) (download)
python3-highspy-1.7.0-1.fc40.riscv64.rpm (info) (download)
coin-or-HiGHS-debuginfo-1.7.0-1.fc40.riscv64.rpm (info) (download)
coin-or-HiGHS-debugsource-1.7.0-1.fc40.riscv64.rpm (info) (download)
python3-highspy-debuginfo-1.7.0-1.fc40.riscv64.rpm (info) (download)
Logs
riscv64
installed_pkgs.log
root.log
state.log
build.log
hw_info.log
mock_output.log
Changelog * 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