diff options
author | riggs <riggs@FreeBSD.org> | 2018-12-09 22:53:56 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2018-12-09 22:53:56 +0800 |
commit | 147da7703ab5a88aa9baf4a7a5d6ca5c20119c46 (patch) | |
tree | 232b23b51529938d921ed0a402168109e8931d62 /math/nlopt/distinfo | |
parent | 1156e11b7fabfc2260b0ecadcc0518a625d64777 (diff) | |
download | freebsd-ports-gnome-147da7703ab5a88aa9baf4a7a5d6ca5c20119c46.tar.gz freebsd-ports-gnome-147da7703ab5a88aa9baf4a7a5d6ca5c20119c46.tar.zst freebsd-ports-gnome-147da7703ab5a88aa9baf4a7a5d6ca5c20119c46.zip |
Update to upstream version 2.5.0
Detailed maintainer log:
- Update from 2.4.2 to 2.5.0
- Change sources from MASTER_SITES to GitHub
- Update version of Python dependency
- Remove CONFIGURE
- Add CFLAGS to find gmp.h
- Remov INSTALL_TARGET
- Update WWW in pkg-descr
- Update pkg-plist
The new version brings some enhancements and changes:
- New AGS global solver (#194), thanks to Vladislav Sovrasov
- New nlopt_get_numevals function providing a built-in evaluation
counter (#160)
- New nlopt_get_errmsg function for more descriptive error messages
- Build system is converted from autotools to cmake (#49), thanks
to Julien Schueller
- Plugins updated for recent Octave and Guile versions
- Various other build fixes and minor bug fixes
PR: 233497
Submitted by: rhurlin@gwdg.de (maintainer)
Diffstat (limited to 'math/nlopt/distinfo')
-rw-r--r-- | math/nlopt/distinfo | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/nlopt/distinfo b/math/nlopt/distinfo index 6fc468c0a303..f9b2fcf8c5a4 100644 --- a/math/nlopt/distinfo +++ b/math/nlopt/distinfo @@ -1,2 +1,3 @@ -SHA256 (nlopt-2.4.2.tar.gz) = 8099633de9d71cbc06cd435da993eb424bbcdbded8f803cdaa9fb8c6e09c8e89 -SIZE (nlopt-2.4.2.tar.gz) = 2361992 +TIMESTAMP = 1543131988 +SHA256 (stevengj-nlopt-v2.5.0_GH0.tar.gz) = c6dd7a5701fff8ad5ebb45a3dc8e757e61d52658de3918e38bab233e7fd3b4ae +SIZE (stevengj-nlopt-v2.5.0_GH0.tar.gz) = 2403609 |