| Port details on branch 2026Q2 |
- levmar GPL-licensed library implementing the Levenberg-Marquardt algorithm
- 2.6_17 math
=0 2.6_17Version of this port present on the latest quarterly branch. - Maintainer: phd_kimberlite@yahoo.co.jp
 - Port Added: 2026-06-22 09:33:28
- Last Update: 2026-06-22 09:31:39
- Commit Hash: b74e18c
- License: GPLv2
- WWW:
- http://www.ics.forth.gr/~lourakis/levmar/
- Description:
- levmar is a GPL-licensed library written in C, that implements the
Levenberg-Marquardt (LM) optimization algorithm, one of the most
effective methods for solving nonlinear least squares problems.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/math/levmar/ && make install clean
- To add the package, run one of these commands:
- pkg install math/levmar
- pkg install levmar
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: levmar
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (levmar-2.6.tgz) = 3bf4ef1ea4475ded5315e8d8fc992a725f2e7940a74ca3b0f9029d9e6e94bad7
SIZE (levmar-2.6.tgz) = 81143
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:
-
- gfortran14 : lang/gcc14
- as : devel/binutils
- Runtime dependencies:
-
- gfortran14 : lang/gcc14
- Library dependencies:
-
- libblas.so : math/blas
- liblapack.so : math/lapack
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for levmar-2.6_17:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
PROFILE=off: Build a profiling library
====> Options available for the single BLASLIB: you have to select exactly one of them
ATLAS=off: ATLAS BLAS implementation
NETLIB=on: BLAS implementation from Netlib
OPENBLAS=off: OpenBLAS BLAS implementation
===> Use 'make config' to modify these settings
- Options name:
- math_levmar
- USES:
- fortran tar:tgz uidfix blaslapack:netlib
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.6_17 22 Jun 2026 09:31:39
    |
Robert Clausecker (fuz)  |
math/levmar: fix installation
Port uses <bsd.lib.mk>, which desires STRIP=${STRIP}, but we have
started to set STRIP=${STRIP_CMD} in MAKE_ENV a while ago.
Override this bogus setting in MAKE_ARGS to fix installation.
MFH: 2026Q2
See also: D55509
Approved by: portmgr (build fix blanket)
(cherry picked from commit 6128bc949139a0d000a3365465c9650a6fb5b2f9) |
Number of commits found: 1
|