Name: | coin-or-Ipopt |
---|---|
Version: | 3.13.0 |
Release: | 10.el7 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 3054512 |
License: | EPL-1.0 |
RPM: | coin-or-Ipopt-3.13.0-10.el7.x86_64.rpm |
Source RPM: | coin-or-Ipopt-3.13.0-10.el7.src.rpm |
Build Date: | Mon Mar 01 2021 |
Build Host: | host-100-100-224-18.blddevtest1iad.osdevelopmeniad.oraclevcn.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. |
- Fix cflags
- Rebuild for MUMPS-5.3.5 on EPEL7 - Remove blas/lapack BR dependencies - Use devtoolset-9 on EPEL7
- Enable MPI tests on Fedora 34+
- https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager - Disable MPI tests on Fedora 34+
- Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Fix include directory in pkgconfig file (bz 1833734)
- Rebuilt for MUMPS 5.3
- Rebuild for MUMPS-5.3.0
- Release 3.13.0 - Drop upstreamed -sipopt patch - Drop unnecessary -underlink patch