On Tuesday, September 17, 2019 at 3:13:54 PM UTC-7, GaryR wrote: > > I keep getting the following error when running cmake-gui. > > > CMake Error at /home/gary/Deal.II/share/deal.II/macros/ > macro_deal_ii_setup_target.cmake:64 (INCLUDE): > INCLUDE could not find load file: > > > /home/gary/Deal.II/lib/cmake/deal.II/deal.IITargets.cmake > Call Stack (most recent call first): > /home/gary/Deal.II/share/deal.II/macros/macro_deal_ii_invoke_autopilot. > cmake:55 (DEAL_II_SETUP_TARGET) > CMakeLists.txt:39 (DEAL_II_INVOKE_AUTOPILOT) > > > I've tried mucking my way through the CMakeLists.txt. and the > setup_target_.cmake files. I can find the place where the error occurs > but > am not familiar enough with the coding to make sense of the problem. > > I am running Debian Buster with a KDE Desktop. > AMD 4 core processor with 16GB of ram. > Using Deal.II-9.1.1 > Using Cmake-GUI-3.13.2 > Using Eclipse 2019.6 (4.12.0) > > I have Cmake-GUI set up to produce an Eclipse compatible build. > > Any help will be sincerely appreciated. > > GaryR >
- show quoted text - Thanks for the reply. For your second question: I am installing Deal.II from dealii-9.1.1.tar.gz. I created a Deal.II directory in my home directory and unzipped the tar file there. I completely stripped out a previous installation because I thought I had misinstalled it. I've used the GUI successfully in the past and for the occasional cmake user it is great. I suspect that someone that uses cmake a lot, it might be cumbersome. For use with the tutorials I created a bash file that includes the complete command line entry. For you first question: The use of "cmake Eclipse CDT4 - Unix Makefiles ."on the command line throws an error, but different from the one thrown by cmake-GUI. From the CMakeError.log, I found "#error "__AVX__ flag not set, no support for AVX" error. Now my understanding that AVX is associated with the Intel Math Library but not needed for an AMD installation. Not sure why this is happening. I have attached the error log. Hope it helps. GaryR - show quoted text - Attachments (1) -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/37adadc9-c03d-4b29-84e2-1e477bbe5eab%40googlegroups.com.
