# -*- 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 # $Id: Portfile 89384 2012-01-27 16:33:29Z hum@macports.org $ PortSystem 1.0 PortGroup github 1.0 github.setup chokkan liblbfgs 1.10 v categories math maintainers hum openmaintainer description A library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) long_description libLBFGS is a C port of the implementation of Limited-memory \ Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by \ Jorge Nocedal. homepage http://www.chokkan.org/software/liblbfgs/ platforms darwin license MIT checksums rmd160 2e4de03916e7b50443df1dcdbf48059dbbb54783 \ sha256 8d300c585e5726be735205cb86f8c5d0952b76f405e6289897df5a703aeb7b0b depends_build port:libtool patchfiles patch-autogen.sh.diff pre-configure { system -W ${worksrcpath} "./autogen.sh" } variant sse2 description {Enable SSE2} { configure.args-append --enable-sse2 } default_variants +sse2