yizhang-yiz / fazang

Fazang is a Fortran library for reverse-mode automatic differentiation, inspired by Stan/Math library.
BSD 3-Clause "New" or "Revised" License
40 stars 3 forks source link

Build option to exclude Sundials #8

Closed Nicholaswogan closed 2 years ago

Nicholaswogan commented 2 years ago

Would be useful to have a build option that excludes the Sundials component of fazang. This might require some preprocessor directive to include/exclude the sundials stuff in the fazang module.

yizhang-yiz commented 2 years ago

Before this is addressed you can use branch https://github.com/yizhang-yiz/fazang/tree/build_wo_sundials.

yizhang-yiz commented 2 years ago

Added sundials option: