You have a faulty trilinos installation, in particular the project
configuration file

  /usr/lib/x86_64-linux-gnu/cmake/Trilinos/TrilinosConfig.cmake

is broken (See lines 355 - 2432 of your output file). You can either

 * disable Trilinos for the time being by configuring with
   -DWITH_TRILINOS=OFF,

 * or compile and install a Trilinos version that has a sane
   configuration file and configure with
   -DWITH_TRILINOS=ONF -DTRILINOS_DIR="...",
   (where you replace "..." with a path to your trilinos installation.

Best,
Matthias
   


On Fri, Oct 12, 2018, at 17:36 CDT, Yuxiang Wang <yuxiang.shawn.w...@gmail.com> 
wrote:

> Thank you Prof. Bangerth for the response!
>
> Actually I kept that window open so I still have the original message. I
> looked into it and saw quite a few optional packages not found, but I
> thought that would be fine. Other than that, I wasn't able to pin-point
> where the problem is. I have attached the entire message sent from cmake as
> attached. I'd really appreciate any feedback!
>
> Best,
> Shawn
>
> On Fri, Oct 12, 2018 at 3:19 PM Wolfgang Bangerth <bange...@colostate.edu>
> wrote:
>
>> On 10/10/2018 03:33 PM, Yuxiang Wang wrote:
>> >
>> >     -- Configuring incomplete, errors occurred!
>> >     See also
>> "/mnt/e/dealii/abq1d/dealii/build/CMakeFiles/CMakeOutput.log".
>> >
>> >
>> >
>> > Is this OK and just indicating that there are external dependencies not
>> > met (which is OK for me)? My intent is not to build deal.ii with all
>> > dependencies (I have candi for that), but just to build a minimal build.
>> > I have also attached the CMakeOutput.log and CMakeError.log, just in
>> case.
>>
>> No, these errors are not good.
>>
>> I can't see from the files that you attached what the error really is.
>> But if you run the cmake command again and carefully scroll through the
>> output produced before the "Configuring incomplete" message, you should
>> be able to find which place produced the error message, and that should
>> help figure out why that happened.
>>
>> Best
>>   W.
>>
>>
>> --
>> ------------------------------------------------------------------------
>> Wolfgang Bangerth          email:                 bange...@colostate.edu
>>                             www: http://www.math.colostate.edu/~bangerth/
>>
>> --
>> 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 a topic in the
>> Google Groups "deal.II User Group" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/dealii/qfXQ8ZcM89Y/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> dealii+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> -- 
> Yuxiang "Shawn" Wang, PhD
> yw...@virginia.edu
> +1 (434) 284-0836

-- 
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