Hi all,
I'm trying to build and install dealii with SEACAS to use the read_exodusii() function in GridIn, but I don't seem to be having much luck.
Build info:
Trilinos v13.2 and dealii v9.6
Using candi with the following amended trilinos.package cmake installation instructions:
-D Trilinos_ENABLE_SEACAS=ON \
-D Trilinos_ENABLE_SEACASExodus=ON \
Error on the dealii side:
-- Performing Test TRILINOS_SEACAS_IS_FUNCTIONAL
-- Performing Test TRILINOS_SEACAS_IS_FUNCTIONAL - Failed
-- SEACAS was found but doesn't seem to include ExodusII. Disabling SEACAS support.
However Trilinos builds just fine, however I think SEACAS_ENABLE_TESTS='''""". Unsure if dealii checks this or if there is linker missing in the dealii cmake file.
Best,
Greg