Port details |
- SoPlex Optimization package for solving linear programming problems (LPs)
- 7.1.1.0_3 math
=2 7.1.1.0_2Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2017-12-25 18:47:59
- Last Update: 2025-02-14 03:17:22
- Commit Hash: fa53920
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: science
- License: APACHE20
- WWW:
- https://soplex.zib.de
- 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
* routines for an exact rational LU factorization and continued fraction
approximations in order to compute exact solutions.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/SoPlex/ && make install clean
- To add the package, run one of these commands:
- pkg install math/SoPlex
- pkg install SoPlex
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: SoPlex
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1726394443
SHA256 (soplex-7.1.1.0.tgz) = 3b992b2c1a7275ab67b738da70e9432e6d1fe24cd8adbba8e975c043288d078f
SIZE (soplex-7.1.1.0.tgz) = 1174156
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libboost_program_options.so : devel/boost-libs
- libgmp.so : math/gmp
- This port is required by:
- for Libraries
-
- math/SCIP
Configuration Options:
- ===> The following configuration options are available for SoPlex-7.1.1.0_3:
MPFR=off: Use MPFR for multiple-precision floating-point numbers
===> Use 'make config' to modify these settings
- Options name:
- math_SoPlex
- USES:
- cmake compiler:c++14-lang tar:tgz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.1.1.0_3 14 Feb 2025 03:17:22
    |
Dima Panov (fluffy)  |
devel/boost: bump consumers after Boost-1.87 update
Sponsored by: Future Crew, LLC |
7.1.1.0_2 20 Nov 2024 10:05:25
    |
Dima Panov (fluffy)  |
devel/boost: bump consu,ers after update Boost to 1.86 release
Sponsored by: Future Crew, LLC |
7.1.1.0_1 03 Oct 2024 10:25:14
    |
Dima Panov (fluffy)  |
*/*: bump consumers after devel/boost* update
With hat: office
Sponsored by: Future Crew, LLC |
7.1.1.0 15 Sep 2024 17:50:09
    |
Yuri Victorovich (yuri)  |
math/SoPlex: update 7.1.0.0 → 7.1.1.0
Reported by: portscout |
7.1.0.0 23 Jun 2024 10:07:28
    |
Yuri Victorovich (yuri)  |
math/SoPlex: update 7.0.1.0 → 7.1.0.0
Reported by: portscout |
7.0.1.0 26 May 2024 21:57:10
    |
Yuri Victorovich (yuri)  |
math/SoPlex: update 7.0.0.0 → 7.0.1.0 |
7.0.0.0 09 Mar 2024 07:34:08
    |
Yuri Victorovich (yuri)  |
math/SoPlex: update 6.0.4 → 7.0.0.0 |
6.0.4 10 Aug 2023 07:07:57
    |
Yuri Victorovich (yuri)  |
math/SoPlex: Update 6.0.3 → 6.0.4
Reported by: portscout |
6.0.3 19 Mar 2023 21:50:39
    |
Yuri Victorovich (yuri)  Author: Philipp Ost |
math/SoPlex: License changed to Apache 2.0
PR: 270353 |
6.0.3 19 Mar 2023 07:46:54
    |
Yuri Victorovich (yuri)  |
math/SoPlex: Update 6.0.0 → 6.0.3 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.0.0_2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.0.0_2 12 Aug 2022 14:46:53
    |
Dima Panov (fluffy)  |
*/*: bump all consumers after recent boost upgrade |
6.0.0_1 20 Jul 2022 14:22:24
    |
Tobias C. Berner (tcberner)  |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
6.0.0_1 22 May 2022 20:17:16
    |
Dima Panov (fluffy)  |
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106 |
6.0.0 08 May 2022 18:02:05
    |
Yuri Victorovich (yuri)  |
math/SoPlex: Update 5.0.2 -> 6.0.0
Reported by: portscout |
5.0.2 31 Jul 2021 21:19:37
    |
Yuri Victorovich (yuri)  |
math/SoPlex: Update 4.0.1 -> 5.0.2
Also:
* Add MPFR option.
* Add 'test' target. |
4.0.1_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
4.0.1_1 19 Aug 2019 08:32:08
  |
yuri  |
math/SoPlex: License permissions update
PR: 231230
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> |
4.0.1_1 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
4.0.1 21 Jan 2019 18:18:41
  |
yuri  |
math/SoPlex: Update 4.0.0 -> 4.0.1
Reported by: portscout |
4.0.0_1 25 Dec 2018 20:25:40
  |
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
4.0.0_1 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
4.0.0 22 Sep 2018 18:43:30
  |
yuri  |
math/SoPlex: fix build on GCC-based architectures
Add USES=compiler:c++11-lang
PR: 231598
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
4.0.0 03 Jul 2018 09:57:52
  |
yuri  |
math/SoPlex: Update 3.1.1 -> 4.0.0
Also bump math/SCIP.
Reported by: portscout |
3.1.1 07 May 2018 22:29:46
  |
jbeich  |
Drop FreeBSD 10.3 support
Reviewed by: yuri (SoPlex), sunpoet (nghttp2), cpm (chromium), brooks (llvm*)
Approved by: portmgr (rene)
Differential Revision: https://reviews.freebsd.org/D15238 |
3.1.1 12 Feb 2018 09:33:14
  |
yuri  |
math/SoPlex: Update to 3.1.1
Changelog:
http://soplex.zib.de/doc-3.1.1/html/CHANGELOG.php
Reported by: portscout
Approved by: tcberner (mentor, implicit) |
3.0.1 25 Dec 2017 18:47:48
  |
yuri  |
New port: math/SoPlex: Optimization package for solving linear programming
problems (LPs)
Submitted by: myself
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13613 |