Changes between Initial Version and Version 1 of Ticket #65137


Ignore:
Timestamp:
May 8, 2022, 11:50:34 AM (2 years ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65137 – Description

    initial v1  
    22
    33{{{
    4 :info:configure -- Include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarba
    5 lls_ports_math_deal.ii/deal.ii/work/dealii-9.3.1/cmake/configure/configure_sundials.cmake
    6 :info:configure -- Found SUNDIALS_LIB_IDAS
    7 :info:configure -- Found SUNDIALS_LIB_IDA
    8 :info:configure -- Found SUNDIALS_LIB_ARKODE
    9 :info:configure -- Found SUNDIALS_LIB_KINSOL
    10 :info:configure -- Found SUNDIALS_LIB_SER
    11 :info:configure -- SUNDIALS_INCLUDE_DIR not found! The call was:
    12 :info:configure --     FIND_PATH(SUNDIALS_INCLUDE_DIR sundials/sundials_version.h HINTS PATH_SUFFIXES include)
    13 :info:configure -- SUNDIALS_CONFIG_H not found! The call was:
    14 :info:configure --     FIND_FILE(SUNDIALS_CONFIG_H NAMES sundials_config.h HINTS SUNDIALS_INCLUDE_DIR-NOTFOUND/sundials)
    15 :info:configure --   SUNDIALS_VERSION: 0.0.0
    16 :info:configure --   SUNDIALS_LIBRARIES: /opt/local/lib/libsundials_idas.dylib;/opt/local/lib/libsundials_arkode.dylib;/opt/local/lib/libsundials_kinsol.dylib;/opt/local/lib/libsundials_nvecserial.dylib
    17 :info:configure --   SUNDIALS_INCLUDE_DIRS: *** Required variable "SUNDIALS_INCLUDE_DIR" set to NOTFOUND ***
    18 :info:configure --   SUNDIALS_USER_INCLUDE_DIRS: *** Required variable "SUNDIALS_INCLUDE_DIR" set to NOTFOUND ***
    19 :info:configure -- Could NOT find SUNDIALS
    20 :info:configure -- Could not find a sufficient Sundials installation: deal.II requires at least version 3.0.0, but version 0.0.0 was found.
    21 :info:configure -- DEAL_II_WITH_SUNDIALS has unmet external dependencies.
     4--   SUNDIALS_VERSION: 0.0.0
     5--   SUNDIALS_LIBRARIES: /opt/local/lib/libsundials_idas.dylib;/opt/local/lib/libsundials_arkode.dylib;/opt/local/lib/libsundials_kinsol.dylib;/opt/local/lib/libsundials_nvecserial.dylib
     6--   SUNDIALS_INCLUDE_DIRS: *** Required variable "SUNDIALS_INCLUDE_DIR" set to NOTFOUND ***
     7--   SUNDIALS_USER_INCLUDE_DIRS: *** Required variable "SUNDIALS_INCLUDE_DIR" set to NOTFOUND ***
     8-- Could NOT find SUNDIALS
     9-- Could not find a sufficient Sundials installation: deal.II requires at least version 3.0.0, but version 0.0.0 was found.
     10-- DEAL_II_WITH_SUNDIALS has unmet external dependencies.
    2211}}}
     12
     13Switching to `sundials`, the configure phase does succeed:
     14
     15{{{
     16--   SUNDIALS_VERSION: 5.8.0
     17--   SUNDIALS_LIBRARIES: /opt/local/lib/libsundials_idas.dylib;/opt/local/lib/libsundials_arkode.dylib;/opt/local/lib/libsundials_kinsol.dylib;/opt/local/lib/libsundials_nvecserial.dylib
     18--   SUNDIALS_INCLUDE_DIRS: /opt/local/include
     19--   SUNDIALS_USER_INCLUDE_DIRS: /opt/local/include
     20-- Found SUNDIALS
     21-- DEAL_II_WITH_SUNDIALS successfully set up with external dependencies.
     22}}}
     23
     24However, the overall build still fails, due to issue:56106