Bug 147670 - [NEW PORT] math/liblbfgs: A library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno
Summary: [NEW PORT] math/liblbfgs: A library of Limited-memory Broyden-Fletcher-Goldfa...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-08 01:30 UTC by Hung-Yi Chen
Modified: 2010-06-22 03:00 UTC (History)
0 users

See Also:


Attachments
liblbfgs-1.9.shar (2.90 KB, text/plain)
2010-06-08 01:30 UTC, Hung-Yi Chen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hung-Yi Chen 2010-06-08 01:30:06 UTC
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/

Generated with FreeBSD Port Tools 0.99
Comment 1 Wesley Shields freebsd_committer freebsd_triage 2010-06-09 13:44:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 2 Wesley Shields freebsd_committer freebsd_triage 2010-06-13 14:42:30 UTC
This port does not install properly in two cases. The first is 6-STABLE
and the second is if NOPORTDOCS is defined.

http://people.freebsd.org/~wxs/6-STABLE-liblbfgs-1.9.log
http://people.freebsd.org/~wxs/9-NOPORTDOCS-liblbfgs-1.9.log

Can you please address these two problems and send a new shar file?

-- WXS
Comment 3 Wesley Shields freebsd_committer freebsd_triage 2010-06-22 02:55:10 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-06-22 02:55:12 UTC
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 <gaod@hychen.org>
  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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"