Path to this page:
./
math/liblbfgs,
Library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS)
Branch: CURRENT,
Version: 1.10,
Package name: liblbfgs-1.10,
Maintainer: cheusovThis 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
Required to build:[
pkgtools/cwrappers]
Package options: simd
Master sites:
Filesize: 311.269 KB
Version history: (Expand)
- (2014-10-30) Package added to pkgsrc.se, version liblbfgs-1.10 (created)
CVS history: (Expand)
2024-05-30 05:18:37 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
liblbfgs: remove patch missed in previous commit
|
2024-05-24 00:08:49 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
Rename non-standard option liblbfgs_sse2 to standard option simd and fix other \
pkglint warnings
|
2023-11-17 13:07:49 by Niclas Rosenvik | Files touched by this commit (1) |
Log message:
liblbfgs: only use sse2 on supported platforms
Make the sse2 option available only on i386 and
x86_64 where sse2 is possibly available.
Only make it the default option on x86_64 where
see2 is guaranteed to be available.
Should fix build on NetBSD arm.
|
2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Remove SHA1 hashes for distfiles
|
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
2015-11-04 00:33:46 by Alistair G. Crooks | Files touched by this commit (262) |
Log message:
Add SHA512 digests for distfiles for math category
Problems found locating distfiles:
Package dfftpack: missing distfile dfftpack-20001209.tar.gz
Package eispack: missing distfile eispack-20001130.tar.gz
Package fftpack: missing distfile fftpack-20001130.tar.gz
Package linpack: missing distfile linpack-20010510.tar.gz
Package minpack: missing distfile minpack-20001130.tar.gz
Package odepack: missing distfile odepack-20001130.tar.gz
Package py-networkx: missing distfile networkx-1.10.tar.gz
Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz
Package quadpack: missing distfile quadpack-20001130.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2014-11-03 00:09:31 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
Fix for build failure seen on Linux/gcc-4.7.
We have to enable -msse2 before checking for xmmintrin.h.
|