LLNL / sundials

Official development repository for SUNDIALS - a SUite of Nonlinear and DIfferential/ALgebraic equation Solvers. Pull requests are welcome for bug fixes and minor changes.
https://computing.llnl.gov/projects/sundials
BSD 3-Clause "New" or "Revised" License
520 stars 129 forks source link

SundialsLapack.cmake: fix undefined `print_error()` call #570

Closed valgur closed 2 months ago

valgur commented 2 months ago

CMake configuration currently fails with

CMake Error at cmake/tpl/SundialsLapack.cmake:41 (print_error):
  Unknown CMake command "print_error".
Call Stack (most recent call first):
  cmake/SundialsSetupTPLs.cmake:122 (include)
  CMakeLists.txt:186 (include)

if ENABLE_LAPACK=TRUE and SUNDIALS_PRECISION=extended.


balos1 commented 2 months ago

This is fixed by #542.