Port details |
- SCIP Solver for mixed integer, mixed integer nonlinear programming
- 9.2.0 math =2 9.1.1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2017-12-25 19:03:41
- Last Update: 2024-11-07 09:27:52
- Commit Hash: fe9c4cf
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: science
- License: APACHE20
- WWW:
- https://www.scipopt.org/
- Description:
- SCIP is currently one of the fastest non-commercial solvers for mixed integer
programming (MIP) and mixed integer nonlinear programming (MINLP). It is also
a framework for constraint integer programming and branch-cut-and-price. It
allows for total control of the solution process and the access of detailed
information down to the guts of the solver.
Features:
* very fast standalone solver for linear programming (LP), mixed integer
programming (MIP), and mixed integer nonlinear programming (MINLP)
* framework for branching, cutting plane separation, pricing, and propagation
* large C-API, C++ wrapper classes for user plugins
* interfaces to other applications and programming languages
* open LP solver support
* highly flexible through many possible user plugins
- ¦ ¦ ¦ ¦
- 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/SCIP/ && make install clean
- To add the package, run one of these commands:
- pkg install math/SCIP
- pkg install SCIP
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: SCIP
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1730956858
SHA256 (scip-9.2.0.tgz) = f2a1d568ba0801742df062df17b5a1ced9aec8647057050899e9017807280ff3
SIZE (scip-9.2.0.tgz) = 10078969
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
- gfortran13 : lang/gcc13
- pkgconf>=1.3.0_1 : devel/pkgconf
- as : devel/binutils
- Runtime dependencies:
-
- gfortran13 : lang/gcc13
- Library dependencies:
-
- libgmp.so : math/gmp
- libsoplex.so : math/SoPlex
- libipopt.so : math/ipopt
- libreadline.so.8 : devel/readline
- Patch dependencies:
-
- gtar : archivers/gtar
- This port is required by:
- for Libraries
-
- math/py-PySCIPOpt
Configuration Options:
- ===> The following configuration options are available for SCIP-9.2.0:
IPOPT=on: Non-linear optimization support via Ipopt
ZIMPL=off: Build with Zimpl to translate LP models
===> Use 'make config' to modify these settings
- Options name:
- math_SCIP
- USES:
- compiler:c11 cmake readline tar:tgz fortran pkgconfig
- 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 |
9.2.0 07 Nov 2024 09:27:52 |
Yuri Victorovich (yuri) |
math/SCIP: update 9.1.1 → 9.2.0; Update WWW
Reported by: portscout |
9.1.1 16 Sep 2024 07:48:21 |
Yuri Victorovich (yuri) |
math/SCIP: update 9.1.0 → 9.1.1
Reported by: portscout |
9.1.0 22 Jun 2024 07:22:26 |
Yuri Victorovich (yuri) |
math/SCIP: update 9.0.1 → 9.1.0
Reported by: portscout |
9.0.1 24 Apr 2024 21:25:49 |
Yuri Victorovich (yuri) |
math/SCIP: update 9.0.0 → 9.0.1 |
9.0.0 09 Mar 2024 07:34:10 |
Yuri Victorovich (yuri) |
math/SCIP: update 8.1.0 → 9.0.0
Reported by: portscout |
8.1.0_1 01 Jan 2024 11:49:51 |
Thierry Thomas (thierry) |
*/*: chase the upgrade of BLAS / LAPACK to 3.12.0
PR: 275860 |
8.1.0 25 Dec 2023 02:43:19 |
Yuri Victorovich (yuri) |
math/SCIP: update 8.0.4 → 8.1.0
Reported by: portscout |
8.0.4 10 Aug 2023 07:07:59 |
Yuri Victorovich (yuri) |
math/SCIP: Update 8.0.3 → 8.0.4
Reported by: portscout |
8.0.3_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
8.0.3 19 Mar 2023 21:49:42 |
Yuri Victorovich (yuri) Author: Philipp Ost |
math/SCIP: License changed to Apache 2.0
The official announcement: https://www.scipopt.org/index.php#license
PR: 270354 |
8.0.3 19 Mar 2023 07:46:55 |
Yuri Victorovich (yuri) |
math/SCIP: Update 8.0.0 → 8.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) |
8.0.0_1 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 ) |
8.0.0_1 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
8.0.0 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 ) |
8.0.0 08 May 2022 18:02:06 |
Yuri Victorovich (yuri) |
math/SCIP: Update 7.0.3 -> 8.0.0
Reported by: portscout |
7.0.3_2 24 Feb 2022 16:21:08 |
Yuri Victorovich (yuri) |
math/ipopt: Update 3.12.13 -> 3.14.4 |
7.0.3_1 01 Aug 2021 17:22:09 |
Yuri Victorovich (yuri) |
math/SCIP: Add the ZIMPL option |
7.0.3 01 Aug 2021 04:31:33 |
Yuri Victorovich (yuri) |
math/SCIP: Update 7.0.2 -> 7.0.3
Also add the IPOPT option.
IPOPT options submitted by: Philipp Ost <bsd@philippost.de> |
7.0.2_1 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. |
7.0.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
7.0.2 21 Dec 2020 08:39:52 |
yuri |
math/SCIP: Update 7.0.1 -> 7.0.2
Reported by: portscout |
7.0.1 10 Aug 2020 05:08:48 |
yuri |
math/SCIP: Fix MASTER_SITES and WWW URLs |
7.0.1 10 Aug 2020 05:05:55 |
yuri |
math/SCIP: Update 6.0.1 -> 7.0.1 |
6.0.1_2 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 |
6.0.1_1 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
6.0.1 21 Jan 2019 18:19:30 |
yuri |
math/SCIP: Update 6.0.0 -> 6.0.1
Reported by: portscout |
6.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 |
6.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 |
6.0.0 01 Dec 2018 21:06:48 |
yuri |
math/SCIP: fix build with GCC-based architectures
PR: 233702
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
6.0.0 04 Jul 2018 19:44:10 |
yuri |
math/SCIP: Update 5.0.1 -> 6.0.0; math/py-PySCIPOpt: Update 1.4.9 -> 2.0.0
SCIP and its python binding.
Reported by: portscout |
5.0.1_1 03 Jul 2018 09:57:52 |
yuri |
math/SoPlex: Update 3.1.1 -> 4.0.0
Also bump math/SCIP.
Reported by: portscout |
5.0.1 15 Apr 2018 07:54:29 |
yuri |
math/SCIP: Update 5.0.0 -> 5.0.1
Also added CONFLICTS_BUILD=Ipopt (reported upstream as a bug)
Reported by: portscout |
5.0.0 25 Dec 2017 19:03:30 |
yuri |
New port: math/SCIP: Solver for mixed integer, mixed integer nonlinear
programming
Submitted by: myself
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13614 |