On Tue, Jun 10, 2014 at 11:09 AM, Daniele Bigoni <[email protected]> wrote: > I'm trying to install FEniCS, but I'm getting stuck during the > compilation of Trilinos. > The error I'm getting is: > > make[2]: *** No rule to make target `/usr/lib/libumfpack.so', needed by > `packages/epetraext/src/libepetraext.so.11.4.1'. Stop. > make[1]: *** [packages/epetraext/src/CMakeFiles/epetraext.dir/all] Error 2 > make: *** [all] Error 2 > > I tried to look into the CMakeCache.txt and I see: > > TPL_ENABLE_UMFPACK:BOOL=ON > TPL_UMFPACK_INCLUDE_DIRS:PATH=/usr/include/suitesparse > TPL_UMFPACK_LIBRARIES:FILEPATH=/usr/lib/libumfpack.so;/usr/lib/libamd.so > > All of those files are in place. Also running make VERBOSE=1 doesn't > give me a lot of information.
Please remove the CMake cache completely and try again. Also note that Trilinos is an optional dependency and not needed for building DOLFIN. Johannes _______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
