Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include SUNDIALS 3.2.1 in ThirdParty/ subdir #79

Merged
merged 2 commits into from
Jun 7, 2021

Commits on Jun 5, 2021

  1. Include SUNDIALS 3.2.1 in ThirdParty/ subdir

    Includes the latest compatible SUNDIALS version (3.2.1) in the
    ThirdParty/ subdirectory. The packaged SUNDIALS code only contains
    IDAS, iterative linear solvers, and the serial vector implementation.
    The CMake build system is stripped down accordingly.
    
    The packaged SUNDIALS is selected and built by default. If a custom
    SUNDIALS installation is requested, the option ENABLE_PACKAGED_SUNDIALS
    has to be disabled upon CMake configuration. In this case, the standard
    search procedure is executed (set SUNDIALS_ROOT environment or CMake
    variable).
    sleweke committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    73c3025 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Update build instructions

    Updates the build instructions. SUNDIALS is marked as optional and it
    is described how a manually compiled version can be used.
    sleweke committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    0e7066f View commit details
    Browse the repository at this point in the history