notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: math/nlopt/distinfo

Number of commits found: 10

Saturday, 1 Mar 2025
15:09 Rainer Hurling (rhurlin) search for other commits by this committer Author: Ã„lven
math/nlopt: Update from 2.9.1 to 2.10.0

- New Java bindings
- Allow disabling exceptions with set_exceptions_enabled
- Configurable tolg tolerance parameter for Luksan gradient
  stopping condition
- Restored LD_LBFGS_NOCEDAL enum value (dropped in 2.9) to ease
  backwards compatibility for wrappers in other languages
  (though this algorithm is currently unimplemented)

Changelog: https://github.com/stevengj/nlopt/blob/master/NEWS.md#nlopt-210

PR:		284934
Reported by:	portscout, Repology
commit hash: 11c19f031c208fe9e53c4d5953d28fb888962f12 commit hash: 11c19f031c208fe9e53c4d5953d28fb888962f12 commit hash: 11c19f031c208fe9e53c4d5953d28fb888962f12 commit hash: 11c19f031c208fe9e53c4d5953d28fb888962f12 11c19f0
Wednesday, 27 Nov 2024
04:54 Rainer Hurling (rhurlin) search for other commits by this committer
math/nlopt: Update to 2.9.1

Fixed PRAXIS box constraints.

Changelog: https://github.com/stevengj/nlopt/compare/v2.9.0...v2.9.1

Reported by:	portscout, Repology
commit hash: 1f8c0a4fbb3b9813eb0c2418975359283785d7e3 commit hash: 1f8c0a4fbb3b9813eb0c2418975359283785d7e3 commit hash: 1f8c0a4fbb3b9813eb0c2418975359283785d7e3 commit hash: 1f8c0a4fbb3b9813eb0c2418975359283785d7e3 1f8c0a4
Tuesday, 12 Nov 2024
15:34 Rainer Hurling (rhurlin) search for other commits by this committer
math/nlopt: Update to 2.9.0

- New NLOPT_LUKSAN cmake option to build without Luksan LGPL code
- Dropped unused LD_LBFGS_NOCEDAL enum value
- Python 3.13 support
- Fixed COBYLA not returning the optimum
- Fixed SLSQP returning infeasible optimum
- Fixed STOGO not registering new optimum
- Various minor bugfixes

Changelog: https://github.com/stevengj/nlopt/compare/v2.8.0...v2.9.0

Reported by:	portscout, Repology
commit hash: cdc0abb2c29b44034ff3b6ec96213e8b93240752 commit hash: cdc0abb2c29b44034ff3b6ec96213e8b93240752 commit hash: cdc0abb2c29b44034ff3b6ec96213e8b93240752 commit hash: cdc0abb2c29b44034ff3b6ec96213e8b93240752 cdc0abb
Sunday, 25 Aug 2024
13:19 Rainer Hurling (rhurlin) search for other commits by this committer
math/nlopt: Update to 2.8.0

- Switch from guile2 to guile3
- Pet portclippy

Since guile-config-3.0 crashes, nlopt avoids its use with some patches.

Changelog: https://github.com/stevengj/nlopt/releases/tag/v2.8.0

Reported by:	portscout, Repology
commit hash: b17b4e025cbce6e71c8a3451070a0eba738db6c1 commit hash: b17b4e025cbce6e71c8a3451070a0eba738db6c1 commit hash: b17b4e025cbce6e71c8a3451070a0eba738db6c1 commit hash: b17b4e025cbce6e71c8a3451070a0eba738db6c1 b17b4e0
Friday, 10 Dec 2021
19:43 Rainer Hurling (rhurlin) search for other commits by this committer
math/nlopt: Update to 2.7.1

Changelog: https://github.com/stevengj/nlopt/blob/master/NEWS.md#nlopt-271

Reported by:	portscout, Repology
MFH:		2021Q4
commit hash: 82a75635e9b74615f1dc23af560ce8b5340a6621 commit hash: 82a75635e9b74615f1dc23af560ce8b5340a6621 commit hash: 82a75635e9b74615f1dc23af560ce8b5340a6621 commit hash: 82a75635e9b74615f1dc23af560ce8b5340a6621 82a7563
Thursday, 19 Nov 2020
13:40 rhurlin search for other commits by this committer
math/nlopt: Update to 2.7.0

Minor release:
- New nlopt_set_param API for setting internal algorithm parameters
- Avoid library-symbol conflicts

Changelog: https://github.com/stevengj/nlopt/releases/tag/v2.7.0

Reported by:	portscout
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D27276
Original commitRevision:555702 
Saturday, 25 Apr 2020
07:29 yuri search for other commits by this committer
math/nlopt: Update 2.6.1 -> 2.6.2

PR:		245893
Approved by:	rhurlin@gwdg.de (maintainer)
Original commitRevision:532916 
Monday, 15 Apr 2019
11:35 swills search for other commits by this committer
math/nlopt: Update to version 2.6.1

PR:		237274
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Original commitRevision:499016 
Sunday, 9 Dec 2018
14:53 riggs search for other commits by this committer
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)
Original commitRevision:487051 
Saturday, 11 Oct 2014
18:46 riggs search for other commits by this committer
- Initial import of math/nlopt

PR:		193262
Submitted by:	rhurlin@gwdg.de (maintainer)
Reviewed by:	koobs, riggs
Original commitRevision:370660 

Number of commits found: 10