-
Notifications
You must be signed in to change notification settings - Fork 39
Description
I’m trying to install your parallel BEM solver at the moment and am running into some problems. I’d like to build it from source and got all the prerequisites (METIS, Trilinos, dealii and deal2lkit) already. However when running cmake in the build folder of pi-BEM, I get an error message.
This is my cmake call:
cmake -DDEAL_II_DIR=/home/christopher/software/deal9.0.0 -Ddeal2lkit_DIR=/home/christopher/repositories/deal2lkit/build/cmake/config ../
This is the error message:
-- Using the deal.II-9.0.0 installation found at /home/christopher/software/deal9.0.0
-- Include macro /home/christopher/software/deal9.0.0/share/deal.II/macros/macro_deal_ii_add_test.cmake
-- Include macro /home/christopher/software/deal9.0.0/share/deal.II/macros/macro_deal_ii_initialize_cached_variables.cmake
-- Include macro /home/christopher/software/deal9.0.0/share/deal.II/macros/macro_deal_ii_invoke_autopilot.cmake
-- Include macro /home/christopher/software/deal9.0.0/share/deal.II/macros/macro_deal_ii_pickup_tests.cmake
-- Include macro /home/christopher/software/deal9.0.0/share/deal.II/macros/macro_deal_ii_query_git_information.cmake
-- Include macro /home/christopher/software/deal9.0.0/share/deal.II/macros/macro_deal_ii_setup_target.cmake
-- Using the deal2lkit-9.0-pre installation found at /home/christopher/repositories/deal2lkit
CMake Error at CMakeLists.txt:64 (D2K_INITIALIZE_CACHED_VARIABLES):
Unknown CMake command "D2K_INITIALIZE_CACHED_VARIABLES".
-- Configuring incomplete, errors occurred!
See also "/home/christopher/repositories/pi-BEM/build/CMakeFiles/CMakeOutput.log".
I hope you can help me out on this. I’m not sure about the deal2lkit_DIR, but this It is the folder in which the deal2lkitConfig.cmake is stored. One additional note: My deal2lkit installation path is not the default one. Maybe this is an issue, too.