| Name: | coin-or-Ipopt |
|---|---|
| Version: | 3.12.13 |
| Release: | 5.0.2.el7 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 3031795 |
| License: | EPL-1.0 |
| RPM: | coin-or-Ipopt-3.12.13-5.0.2.el7.x86_64.rpm |
| Source RPM: | coin-or-Ipopt-3.12.13-5.0.2.el7.src.rpm |
| Build Date: | Mon May 11 2020 |
| Build Host: | x86-ol7-builder-01.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://coin-or.github.io/Ipopt/ |
| Summary: | Interior Point OPTimizer |
| Description: | Ipopt (Interior Point OPTimizer, pronounced eye-pea-Opt) is a software
package for large-scale nonlinear optimization. It is designed to find
(local) solutions of mathematical optimization problems of the form
min f(x)
x in R^n
s.t. g_L <= g(x) <= g_U
x_L <= x <= x_U
where f(x): R^n --> R is the objective function, and g(x): R^n --> R^m are
the constraint functions. The vectors g_L and g_U denote the lower and upper
bounds on the constraints, and the vectors x_L and x_U are the bounds on
the variables x. The functions f(x) and g(x) can be non-linear and non-convex,
but should be twice continuously differentiable. Note that equality
constraints can be formulated in the above formulation by setting the
corresponding components of g_L and g_U to the same value. |
- do not use %ldconfig_scriptlets - add necessary BuildRequires - add references to blacs - rebuild
- Use devtoolset-8 on EPEL-7
- Missing hwloc dependency - tex(newunicodechar.sty) unavailable on EPEL7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- New URLs on github - Drop "and GPLv2+" from License - Fix mixed tabs and spaces by changing to spaces everywhere - Remove unnecessary BuildRequires and Requires - Add BR on tex(newunicodechar.sty) to fix LaTeX formula generation - Remove ancient Obsoletes from -common - Drop references to blacs, not needed - Force libtool to not defeat -Wl,--as-needed - Be explicit about library versions as required by latest guidelines - Filter out unnecessary Libs values from pkgconfig files - Use cp instead of install to install library symlinks - Do not install contrib, example, or Visual Studio headers - Use help2man to generate man pages - Build the sIPOPT libraries and binaries - Package doxygen tag file to enable cross-linking
- Release 3.12.13
- Rebuild for openmpi 3.1.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Modify MPI link/compiler flags
- Update to Ipopt-3.12.11