diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2010-08-25 14:42:48 +0800 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2010-08-25 14:42:48 +0800 |
commit | 6d5012866672d0cd02215091a4a3c47517a71828 (patch) | |
tree | 63586699fd3651cdca005898a90eaf168f2c7012 /math/Makefile | |
parent | c35386fc6137e058e470049b949f1d9bca50cd55 (diff) | |
download | freebsd-ports-gnome-6d5012866672d0cd02215091a4a3c47517a71828.tar.gz freebsd-ports-gnome-6d5012866672d0cd02215091a4a3c47517a71828.tar.zst freebsd-ports-gnome-6d5012866672d0cd02215091a4a3c47517a71828.zip |
Add levmar 2.5, a GPL-licensed library implementing the
Levenberg-Marquardt algorithm.
PR: ports/146683
Submitted by: Eijiro Shibusawa <ej-sib at ice.uec.ac.jp>
Approved by: makc (co-mentor)
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 5ff1f7c2ba96..f9736aa1c4fe 100644 --- a/math/Makefile +++ b/math/Makefile @@ -155,6 +155,7 @@ SUBDIR += laspack SUBDIR += ldouble SUBDIR += lensnns + SUBDIR += levmar SUBDIR += libRmath SUBDIR += libjbigi SUBDIR += liblbfgs |