Dear all, I am trying to configure and build the dealii library on Ubuntu using Cmake. After typing cmake -DCMAKE_INSTALL_PREFIX=~/bin/deal.II../deal.II under the build folder, I got the following configured features:
<https://lh3.googleusercontent.com/-R2f9oLM8WGs/WlYEqfEYr_I/AAAAAAAAAJg/kUM2S4dB9XEQsocaWyZF6_KbjWCs1TMRwCLcBGAs/s1600/bundled.png> As can be seen, the DEAL_II_WITH_UMFPACK flag is set to be OFF, however, in the Readme file it is said: The interface will be enabled by default, either using a version installed on your system of using a version that comes bundled with deal.II. which means the UMFPACK should be enabled by default. I checked the bundled folder, there is a subfolder called umfpack in it. Has anyone met this before? Why cannot UMFPACK be aotomatically detected? Thanks in adcance. Jianan Zhang -- 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]. For more options, visit https://groups.google.com/d/optout.
