Dear Sir,

I have been successfully using fenics for a little while on my laptop Ubuntu, for which the install process was straightforward. Now, I want to install it on the Suse Linux Enterprise Server SLES 11 SP3 platform of the computing center I manage. I tried both dorsal (based on the "platforms/supported/opensuse11.3.platform" file) and manual install. In both cases, installing FFC, FIAT, INSTANT and UFL works fine, but the DOLFIN installation fails. I had to install several packages (boost_1_56_0, Eigen3, ScientificPython-2.8.1, ply-3.4, swig-3.0.2, Sphinx, VTK) and adjust PATH, PYTHON_PATH and several *_DIR environment variables to overcome the errors that came in the way.
However, whatever I do, I get to a point like this one :

--------
[...]
-- The following optional packages were found:
-- -------------------------------------------
-- (OK) OPENMP
-- (OK) MPI
-- (OK) PETSC
-- (OK) CGAL
-- (OK) ZLIB
-- (OK) PYTHON
-- (OK) SPHINX
-- (OK) VTK
-- (OK) QT
--
-- The following optional packages were not found:
-- -----------------------------------------------
-- (**) PETSC4PY
-- (**) SLEPC
-- (**) TRILINOS
-- (**) UMFPACK
-- (**) CHOLMOD
-- (**) PASTIX
-- (**) SCOTCH
-- (**) PARMETIS
-- (**) HDF5
--
--
-- Generating SWIG interface.
-- --------------------------
-- Found Qt4: /usr/bin/qmake (found version "4.6.3")
-- Enabling generation of documentation.
-- Initializing sphinx projects
-- Enabling generation of html-documentation
-- Configuring incomplete, errors occurred!
See also "/home/zatopek/Fenics/TRIALS/ManualInstall/fenics-project-dolfin-dc57a0b75a2e/build./CMakeFiles/CMakeOutput.log". See also "/home/zatopek/Fenics/TRIALS/ManualInstall/fenics-project-dolfin-dc57a0b75a2e/build./CMakeFiles/CMakeError.log".
-------

And at this point, I do not see any error message giving me a hint of how to overcome the "Configuring incomplete, errors occurred!" problem. In CMakeError.log, the error messages concern optional packages (typically ParMetis), and Qt ("Q_WS_WIN / Q_WS_QWS / Q_WS_MAC not declared in this scope") which I guess should not be a problem since Q_WS_X11 was found.

So, I don't know where to go from there.
Any hint?

Thank you very much for Fenics anyway.
With best regards,
Serge Van Criekingen

_______________________________________________
fenics-support mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics-support

Reply via email to