Files

28 lines
1.1 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup cmake 1.1
PortGroup github 1.0
github.setup yixuan LBFGSpp 0.4.0 v
revision 0
categories math
license MIT
platforms any
maintainers nomaintainer
description Header-only C++ library for L-BFGS and L-BFGS-B algorithms
long_description LBFGS++ is a header-only C++ library that implements \
the Limited-memory BFGS algorithm (L-BFGS) for unconstrained \
minimization problems, and a modified version \
of the L-BFGS-B algorithm for box-constrained ones.
homepage https://lbfgspp.statr.me
checksums rmd160 abc2f970b1e10d7bd8210533c72d409b6228ed17 \
sha256 39c4aaebd8b94ccdc98191d51913a31cddd618cc0869d99f07a4b6da83ca6254 \
size 68202
github.tarball_from archive
supported_archs noarch
depends_lib-append path:share/pkgconfig/eigen3.pc:eigen3
compiler.cxx_standard 2014