From owner-cvs-ports@FreeBSD.ORG Tue Jun 22 01:55:03 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB746106564A; Tue, 22 Jun 2010 01:55:03 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A5CD58FC0C; Tue, 22 Jun 2010 01:55:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o5M1t0BX023418; Tue, 22 Jun 2010 01:55:00 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o5M1t0Nk023417; Tue, 22 Jun 2010 01:55:00 GMT (envelope-from wxs) Message-Id: <201006220155.o5M1t0Nk023417@repoman.freebsd.org> From: Wesley Shields Date: Tue, 22 Jun 2010 01:55:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/liblbfgs Makefile distinfo pkg-descr ports/math/liblbfgs/files patch-lib_arithmetic_sse_double.h X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2010 01:55:03 -0000 wxs 2010-06-22 01:55:00 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/liblbfgs Makefile distinfo pkg-descr math/liblbfgs/files patch-lib_arithmetic_sse_double.h Log: This library is a C port of the implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by Jorge Nocedal. The original FORTRAN source code is available at: http://www.ece.northwestern.edu/~nocedal/lbfgs.html WWW: http://www.chokkan.org/software/liblbfgs/ PR: ports/147670 Submitted by: Hung-Yi Chen Feature safe: yes Revision Changes Path 1.659 +1 -0 ports/math/Makefile 1.1 +42 -0 ports/math/liblbfgs/Makefile (new) 1.1 +3 -0 ports/math/liblbfgs/distinfo (new) 1.1 +19 -0 ports/math/liblbfgs/files/patch-lib_arithmetic_sse_double.h (new) 1.1 +6 -0 ports/math/liblbfgs/pkg-descr (new)