Jaekwang,

This is the problem:

Le dim. 24 févr. 2019 à 22:10, Jaekwang Kim <jaekwan...@gmail.com> a écrit :

> -- Include 
> /Users/jaekwangkim/Program/dealii-9.0.1/cmake/configure/configure_2_trilinos.cmake
>
> CMake Warning at /usr/local/lib/cmake/Trilinos/TrilinosConfig.cmake:156 
> (MESSAGE):
>
>   Component "Pike" NOT found.
>
> Call Stack (most recent call first):
>
>   cmake/macros/macro_find_package.cmake:27 (_FIND_PACKAGE)
>
>   cmake/modules/FindTRILINOS.cmake:41 (FIND_PACKAGE)
>
>   cmake/macros/macro_find_package.cmake:27 (_FIND_PACKAGE)
>
>   cmake/configure/configure_2_trilinos.cmake:22 (FIND_PACKAGE)
>
>   
> /Users/jaekwangkim/Program/dealii/CMakeFiles/CMakeTmp/evaluate_expression.tmp:1
>  (FEATURE_TRILINOS_FIND_EXTERNAL)
>
>   cmake/macros/macro_evaluate_expression.cmake:30 (INCLUDE)
>
>   cmake/macros/macro_configure_feature.cmake:237 (EVALUATE_EXPRESSION)
>
>   cmake/configure/configure_2_trilinos.cmake:219 (CONFIGURE_FEATURE)
>
>   cmake/macros/macro_verbose_include.cmake:19 (INCLUDE)
>
>   CMakeLists.txt:124 (VERBOSE_INCLUDE)
>
>
>
> CMake Error at /usr/local/lib/cmake/Trilinos/TrilinosConfig.cmake:219 
> (include):
>
>   include could not find load file:
>
>
>     /usr/local/lib/cmake/Trilinos/../Pike/PikeConfig.cmake

Basically what happens is that Trilinos says that Pike is installed
but when deal.II is trying to find the configuration file for Pike, it
can't find it. These kind of errors used to happen for the old
versions of Trilinos but I haven't seen that in a while. Try to
install a newer version of Trilinos and if you don't need Pike, don't
enable it.

Best,

Bruno

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to