Information for build soplex-8.0.1-1.fc44

ID197481
Package Namesoplex
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version8.0.1
Release1.fc44
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/soplex.git#c2b9e54c775d287cdfde90508a3473d0e739a955
SummarySequential object-oriented simplex
Description SoPlex is an optimization package for solving linear programming problems (LPs) based on an advanced implementation of the primal and dual revised simplex algorithm. It provides special support for the exact solution of LPs with rational input data. It can be used as a standalone solver reading MPS or LP format files via a command line interface as well as embedded into other programs via a C++ class library. The main features of SoPlex are: - presolving, scaling, exploitation of sparsity, hot-starting from any regular basis, - column- and row-oriented form of the simplex algorithm, - an object-oriented software design written in C++, - a compile-time option to use 80bit extended ("quad") precision for numerically difficult LPs, - an LP iterative refinement procedure to compute high-precision solution, and - routines for an exact rational LU factorization and continued fraction approximations in order to compute exact solutions. SoPlex has been used in numerous research and industry projects and is the standard LP solver linked to the mixed-integer nonlinear programming and constraint integer programming solver SCIP. This package contains a command-line tool to access SoPlex functionality.
git:https://github.com/scipopt/soplex.git
Built byliuyang
State failed
Volume DEFAULT
StartedSun, 05 Apr 2026 11:43:24 CST
CompletedSun, 05 Apr 2026 18:06:27 CST
Taskbuild (f44, /rpms/soplex.git:c2b9e54c775d287cdfde90508a3473d0e739a955)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/soplex.git#c2b9e54c775d287cdfde90508a3473d0e739a955'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Feb 04 2026 Jerry James <loganjerry@gmail.com> - 8.0.1-1 - Version 8.0.1 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Wed Jan 14 2026 Jerry James <loganjerry@gmail.com> - 8.0.0-2 - Reflow the description text - Be more precise about globbing in %files * Wed Dec 03 2025 Jerry James <loganjerry@gmail.com> - 8.0.0-1 - Version 8.0.0 - Remove LGPL-2.1-or-later from the License field * Fri Nov 21 2025 Jerry James <loganjerry@gmail.com> - 7.1.6-1 - Version 7.1.6 * Tue Aug 19 2025 Jerry James <loganjerry@gmail.com> - 7.1.5-2 - Rebuild for tbb 2022.2.0 * Thu Aug 07 2025 Jerry James <loganjerry@gmail.com> - 7.1.5-1 - Version 7.1.5 * Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Fri Apr 25 2025 Jerry James <loganjerry@gmail.com> - 7.1.4-1 - Version 7.1.4 * Fri Feb 14 2025 Jerry James <loganjerry@gmail.com> - 7.1.3-1 - Version 7.1.3 * Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Wed Jan 15 2025 Jerry James <loganjerry@gmail.com> - 7.1.2-2 - Move configuration steps to %conf * Tue Dec 03 2024 Jerry James <loganjerry@gmail.com> - 7.1.2-1 - Version 7.1.2 * Mon Sep 23 2024 Jerry James <loganjerry@gmail.com> - 7.1.1-1 - Version 7.1.1 - Use zlib-ng directly instead of via the compatibility interface * Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jul 17 2024 Jerry James <loganjerry@gmail.com> - 7.1.0-2 - Fix the VCS field * Mon Jun 24 2024 Jerry James <loganjerry@gmail.com> - 7.1.0-1 - Version 7.1.0 - Drop upstreamed template-id patch * Wed Jun 19 2024 Jerry James <loganjerry@gmail.com> - 7.0.1-1 - Version 7.0.1 - Drop upstreamed nondefinition, python3, and segfault patches - Add patch for invalid C++ template IDs * Wed Mar 13 2024 Jerry James <loganjerry@gmail.com> - 7.0.0-1 - Version 7.0.0 - Note that fmt is now bundled - Add MIT to License for the bundled fmt - Drop upstreamed invalid-array-assignment patch - Add patch to avoid potential segfault * Fri Feb 23 2024 Jerry James <loganjerry@gmail.com> - 6.0.4-1 - Initial RPM