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)
Wed, Apr 1, 6:30 PM
Unknown Object (File)
Wed, Apr 1, 3:07 AM
Unknown Object (File)
Thu, Mar 26, 8:47 PM
Unknown Object (File)
Thu, Mar 26, 2:16 AM
Unknown Object (File)
Tue, Mar 17, 1:53 PM
Unknown Object (File)
Sun, Mar 15, 2:49 PM
Unknown Object (File)
Sun, Mar 15, 1:31 AM
Unknown Object (File)
Thu, Mar 12, 1:36 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.