Sundials
From charlesreid1
Sundials is a C library of nonlinear and differential equation solvers. It was created and is maintained by a group at Lawrence Livermore National Lab.
Installation
Configuration
Sundials is a straightforward library to install. You can use the following configure line:
#!/bin/sh
#
# run configure
# make
# make install
./configure \
--prefix=/path/to/sundials
Resources
Sundials home page - https://computation.llnl.gov/casc/sundials/main.html