Page MenuHomeFreeBSD

math/nlopt: Update to 2.7.0
ClosedPublic

Authored by rhurlin on Nov 19 2020, 1:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 6, 11:02 PM
Unknown Object (File)
Thu, Nov 6, 4:01 AM
Unknown Object (File)
Thu, Oct 30, 3:51 AM
Unknown Object (File)
Thu, Oct 30, 12:45 AM
Unknown Object (File)
Wed, Oct 29, 11:09 PM
Unknown Object (File)
Wed, Oct 29, 11:07 PM
Unknown Object (File)
Wed, Oct 29, 9:11 PM
Unknown Object (File)
Wed, Oct 29, 6:13 PM
Subscribers

Details

Summary

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

Tested on Poudriere (amd64, i386). 'portlint -AC' is fine.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

math/nlopt/Makefile
21 ↗(On Diff #79750)

There is PYNUMPY variable, that can be used here. See Mk/Uses/python.mk.

Use PYNUMPY in dependencies. Remove excess tab indents.

Thanks, Gleb, for the hint. I had overlooked PYNUMPY.

This revision is now accepted and ready to land.Nov 19 2020, 1:37 PM
This revision was automatically updated to reflect the committed changes.