Hello,

i installed the dolfin-tools (ufl/ufc/ffc/instant) into a virtualenv.
On running an example i get the following error

  -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    CMake Error at CMakeLists.txt:12 (INCLUDE):
      include could not find load file:

        /usr/local/share/ufc/UseUFC.cmake

which corresponds to a Debian Bugreport (see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782317)

I installed everything via pip for example with

pip install 
https://bitbucket.org/fenics-project/instant/downloads/instant-1.5.0.tar.gz

Dolfin is installed via

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$VIRTUAL_ENV ..
make -j5 install

I cannot build the current git versions (master branches) because
dolfin compilation fails with
In file included from
/home/****/dev/fenics/fenics-project-dolfin-7ca3fda8087c/dolfin/multistage/PointIntegralSolver.cpp:38:0:
/home/atomic/dev/fenics/fenics-project-dolfin-7ca3fda8087c/dolfin/fem/UFC.h:130:33:
error: ‘vertex_integral’ is not a member of ‘ufc’
_______________________________________________
fenics-support mailing list
fenics-support@fenicsproject.org
http://fenicsproject.org/mailman/listinfo/fenics-support

Reply via email to