From 8b3c7f50323996c373249a74cae81487cfdb1099 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Thu, 2 Feb 2017 21:50:56 +0100 Subject: 3.0+dfsg.3-1: First git commit of already released Debian version. --- debian/control | 109 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..26278a0 --- /dev/null +++ b/debian/control @@ -0,0 +1,109 @@ +Source: lbfgsb +Maintainer: Gard Spreemann +Section: math +Priority: optional +Standards-Version: 3.9.8 +Build-Depends: debhelper (>= 9), gfortran, libblas-dev, liblapack-dev, dh-exec +Homepage: http://users.iems.northwestern.edu/~nocedal/lbfgsb.html + +Package: liblbfgsb0 +Section: libs +Architecture: any +Multi-Arch: same +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Limited-memory quasi-Newton bound-constrained optimization + Fortran library implementing limited-memory quasi-Newton + bound-constrained optimization as described in [1,2,3]. + . + This package contains the library itself. + . + [1] R. H. Byrd, P. Lu and J. Nocedal. A Limited Memory Algorithm for + Bound Constrained Optimization, (1995), SIAM Journal on Scientific + and Statistical Computing , 16, 5, pp. 1190-1208. + . + [2] C. Zhu, R. H. Byrd and J. Nocedal. L-BFGS-B: Algorithm 778: + L-BFGS-B, FORTRAN routines for large scale bound constrained + optimization (1997), ACM Transactions on Mathematical Software, Vol + 23, Num. 4, pp. 550 - 560. + . + [3] J.L. Morales and J. Nocedal. L-BFGS-B: Remark on Algorithm 778: + L-BFGS-B, FORTRAN routines for large scale bound constrained + optimization (2011), to appear in ACM Transactions on Mathematical + Software. + +Package: liblbfgsb-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, liblbfgsb0 (= ${binary:Version}) +Suggests: liblbfgsb-doc, liblbfgsb-examples +Description: Limited-memory quasi-Newton bound-constrained optimization (static library) + Fortran library implementing limited-memory quasi-Newton + bound-constrained optimization as described in [1,2,3]. + . + This package contains the static library. + . + [1] R. H. Byrd, P. Lu and J. Nocedal. A Limited Memory Algorithm for + Bound Constrained Optimization, (1995), SIAM Journal on Scientific + and Statistical Computing , 16, 5, pp. 1190-1208. + . + [2] C. Zhu, R. H. Byrd and J. Nocedal. L-BFGS-B: Algorithm 778: + L-BFGS-B, FORTRAN routines for large scale bound constrained + optimization (1997), ACM Transactions on Mathematical Software, Vol + 23, Num. 4, pp. 550 - 560. + . + [3] J.L. Morales and J. Nocedal. L-BFGS-B: Remark on Algorithm 778: + L-BFGS-B, FORTRAN routines for large scale bound constrained + optimization (2011), to appear in ACM Transactions on Mathematical + Software. + +Package: liblbfgsb-doc +Section: doc +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends} +Description: Limited-memory quasi-Newton bound-constrained optimization (documentation) + Fortran library implementing limited-memory quasi-Newton + bound-constrained optimization as described in [1,2,3]. + . + This package contains the documentation describing the library and + algorithm. + . + [1] R. H. Byrd, P. Lu and J. Nocedal. A Limited Memory Algorithm for + Bound Constrained Optimization, (1995), SIAM Journal on Scientific + and Statistical Computing , 16, 5, pp. 1190-1208. + . + [2] C. Zhu, R. H. Byrd and J. Nocedal. L-BFGS-B: Algorithm 778: + L-BFGS-B, FORTRAN routines for large scale bound constrained + optimization (1997), ACM Transactions on Mathematical Software, Vol + 23, Num. 4, pp. 550 - 560. + . + [3] J.L. Morales and J. Nocedal. L-BFGS-B: Remark on Algorithm 778: + L-BFGS-B, FORTRAN routines for large scale bound constrained + optimization (2011), to appear in ACM Transactions on Mathematical + Software. + +Package: liblbfgsb-examples +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Limited-memory quasi-Newton bound-constrained optimization (examples) + Fortran library implementing limited-memory quasi-Newton + bound-constrained optimization as described in [1,2,3]. + . + This package contains some example programs, their source code and + example output as provided by upstream. + . + [1] R. H. Byrd, P. Lu and J. Nocedal. A Limited Memory Algorithm for + Bound Constrained Optimization, (1995), SIAM Journal on Scientific + and Statistical Computing , 16, 5, pp. 1190-1208. + . + [2] C. Zhu, R. H. Byrd and J. Nocedal. L-BFGS-B: Algorithm 778: + L-BFGS-B, FORTRAN routines for large scale bound constrained + optimization (1997), ACM Transactions on Mathematical Software, Vol + 23, Num. 4, pp. 550 - 560. + . + [3] J.L. Morales and J. Nocedal. L-BFGS-B: Remark on Algorithm 778: + L-BFGS-B, FORTRAN routines for large scale bound constrained + optimization (2011), to appear in ACM Transactions on Mathematical + Software. \ No newline at end of file -- cgit v1.2.3