02ef4535f2
SUNDIALS is a SUite of Nonlinear and DIfferential/ALgebraic equation Solvers. It consists of the following six solvers: CVODE, solves initial value problems for ordinary differential equation (ODE) systems; CVODES, solves ODE systems and includes sensitivity analysis capabilities (forward and adjoint); ARKODE, solves initial value ODE problems with additive Runge-Kutta methods, include support for IMEX methods; IDA, solves initial value problems for differential-algebraic equation (DAE) systems; IDAS, solves DAE systems and includes sensitivity analysis capabilities (forward and adjoint); KINSOL, solves nonlinear algebraic systems.
12 lines
317 B
Makefile
12 lines
317 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2018/07/07 04:15:18 minskim Exp $
|
|
|
|
BUILDLINK_TREE+= sundials
|
|
|
|
.if !defined(SUNDIALS_BUILDLINK3_MK)
|
|
SUNDIALS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.sundials+= sundials>=3.1.1
|
|
BUILDLINK_PKGSRCDIR.sundials?= ../../math/sundials
|
|
.endif # SUNDIALS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -sundials
|