Page MenuHomeFreeBSD

New port: math/sundials: SUite of Nonlinear and DIfferential/ALgebraic Equation Solvers
ClosedPublic

Authored by yuri on Dec 27 2017, 3:33 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 1, 10:09 AM
Unknown Object (File)
Fri, Apr 19, 2:06 PM
Unknown Object (File)
Mar 11 2024, 9:30 PM
Unknown Object (File)
Mar 11 2024, 9:30 PM
Unknown Object (File)
Mar 11 2024, 9:30 PM
Unknown Object (File)
Mar 11 2024, 9:30 PM
Unknown Object (File)
Mar 11 2024, 9:30 PM
Unknown Object (File)
Mar 11 2024, 9:30 PM
Subscribers

Details

Summary

SUite of Nonlinear and DIfferential/ALgebraic Equation Solvers

This port was originally created by Pedro Giffuni. He offered me to take over it.
I updated it to 3.1.0, added all possible options, etc.

Diff Detail

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

Event Timeline

math/sundials/Makefile
25 ↗(On Diff #37079)

You'll want to add FCMIX_PREVENTS to enforce this.

math/sundials/pkg-descr
1 ↗(On Diff #37079)

Is this missing an 'S' at the beginning?

yuri marked 2 inline comments as done.Dec 27 2017, 6:03 AM
yuri added inline comments.
math/sundials/Makefile
25 ↗(On Diff #37079)

I removed the FCMIX altogether. It isn't too important, and has some unstream bugs in it. I reported this upstream.

math/sundials/pkg-descr
1 ↗(On Diff #37079)

Fixed this typo.

yuri marked 2 inline comments as done.

Replaced += with = in one place.

Approved, but before committing please try to make the OPTIONS descriptions a little more useful where feasible. Right now, the descriptions literally mirror the option names. Instead of "Enable libfoo support", use "Coffee brewing support via libfoo".

Or, if they're all just different solver backends, consider putting them into an OPTIONS_GROUP=SOLVER, with SOLVER_DESC=Optional solver backends or something.

This revision is now accepted and ready to land.Dec 27 2017, 7:06 AM
This revision was automatically updated to reflect the committed changes.