Hello,
I had FEniCS working on a cluster using Ubuntu 13.10 but now some updates have
been made and it is now using Ubuntu 14.04.
I tried to recompile FEniCS using ./dorsal.sh but it gives me the following
error:
-- The following optional packages were found:
-- -------------------------------------------
-- (OK) OPENMP
-- (OK) MPI
-- (OK) PETSC
-- (OK) SLEPC
-- (OK) TRILINOS
-- (OK) UMFPACK
-- (OK) CHOLMOD
-- (OK) SCOTCH
-- (OK) PARMETIS
-- (OK) ZLIB
-- (OK) PYTHON
-- (OK) QT
--
-- The following optional packages were not found:
-- -----------------------------------------------
-- (**) PETSC4PY
-- (**) PASTIX
-- (**) CGAL
-- (**) SPHINX
-- (**) HDF5
-- (**) VTK
--
CMake Warning at dolfin/CMakeLists.txt:318 (message):
UFC compiled with different version of SWIG. Please install SWIG version
2.0.10 or recompile UFC with present SWIG.
-- Found Qt4: /usr/bin/qmake (found version "4.8.6")
CMake Warning at demo/undocumented/plot-qt/cpp/CMakeLists.txt:39 (find_package):
Could not find a package configuration file provided by "VTK" with any of
the following names:
VTKConfig.cmake
vtk-config.cmake
Add the installation prefix of "VTK" to CMAKE_PREFIX_PATH or set "VTK_DIR"
to a directory containing one of the above files. If "VTK" provides a
separate development package or SDK, be sure it has been installed.
-- QT not found, or QT/VTK not enabled in DOLFIN. Not building demo_plot-qt
-- Disabling generation of documentation because Sphinx is missing.
-- Configuring incomplete, errors occurred!
See also
"/home/vyl/Work/FEniCS/src/dolfin-1.4.0/dorsal_build_dir/CMakeFiles/CMakeOutput.log".
See also
"/home/vyl/Work/FEniCS/src/dolfin-1.4.0/dorsal_build_dir/CMakeFiles/CMakeError.log".
Failure with exit status: 1
Exit message: There was a problem configuring dolfin-1.4.0.
I have looked into the CMakeOutput.log and CMakeError.log files but I can't
figure out what is wrong. Could that be due to the optional packages that were
not found? I saw this similar problem:
http://fenicsproject.org/pipermail/fenics-support/2014-June/000632.html
but the error was apparently related to SCOTCH which was found in my case.
Would you have any idea what the problem could be?
Thanks a lot!
Vincent
_______________________________________________
fenics-support mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics-support