Port details on branch 2024Q4 |
- nlopt Nonlinear optimization library
- 2.9.1 math =3 2.8.0Version of this port present on the latest quarterly branch.
- Maintainer: rhurlin@FreeBSD.org
- Port Added: 2014-10-11 18:47:10
- Last Update: 2024-11-27 04:54:14
- Commit Hash: 1f8c0a4
- People watching this port, also watch:: wmweather+, qgis, R, mdbtools, mpb
- License: LGPL21 MIT
- WWW:
- https://nlopt.readthedocs.io/en/latest/
- Description:
- NLopt is a free/open-source library for nonlinear optimization,
providing a common interface for a number of different free optimization
outines available online as well as original implementations of various
other algorithms. Its features include:
- Callable from C, C++, Fortran, Matlab or GNU Octave, Python,
GNU Guile, Julia, GNU R, Lua, and OCaml.
- A common interface for many different algorithms -- try a different
algorithm just by changing one parameter.
- Support for large-scale optimization (some algorithms scalable to
millions of parameters and thousands of constraints).
- Both global and local optimization algorithms.
- Algorithms using function values only (derivative-free) and also
algorithms exploiting user-supplied gradients.
- Algorithms for unconstrained optimization, bound-constrained
optimization, and general nonlinear inequality/equality constraints.
- Free/open-source software under the GNU LGPL
(and looser licenses for some portions of NLopt).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/math/nlopt/ && make install clean
- To add the package, run one of these commands:
- pkg install math/nlopt
- pkg install nlopt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nlopt
- Package flavors (<flavor>: <package>)
- full: nlopt
- minimal: nlopt-minimal
- distinfo:
- TIMESTAMP = 1732643048
SHA256 (stevengj-nlopt-v2.9.1_GH0.tar.gz) = 1e6c33f8cbdc4138d525f3326c231f14ed50d99345561e85285638c49b64ee93
SIZE (stevengj-nlopt-v2.9.1_GH0.tar.gz) = 2054775
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:
-
- swig : devel/swig
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libguile-3.0.so : lang/guile3
- libgc-threaded.so : devel/boehm-gc-threaded
- This port is required by:
- for Libraries
-
- astro/stellarium
- biology/bolt-lmm
- cad/PrusaSlicer
- devel/libnest2d-ultimaker
- devel/py-pynest2d
- math/R-cran-nloptr
- math/freefem++
Configuration Options:
- No options to configure
- Options name:
- math_nlopt
- USES:
- cmake:testing guile:3.0,alias localbase pkgconfig python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|