[dune-fem] Problems with the installation of dune-fem version 2.4

Christian Power power at na.uni-tuebingen.de
Tue Dec 22 15:19:33 CET 2015


Dear dune fem community,

I face problems with the installation of dune-fem.  I could successfully
install dune-{common, geometry, grid, istl, localfunctions} version 2.4
with no problems.  However on your support website I could not open the
DUNE-FEM-HOWTO examples for installing dune-fem.

If I simply run dunecontrol with the config file attached, then I get
when running make install the error

CMake Error at dune/fem/space/combinedspace/cmake_install.cmake:36 (file):
  file INSTALL cannot find
 
"/home/power/cpp/dune_v24_2/dune-fem/dune/fem/space/combinedspace/tuplerestrictprolong.hh".

Does someone have a clue what to do next?

Best regards and happy Christmas

-- 

Christian Power

Mathematisches Institut
Universitaet Tuebingen

Auf der Morgenstelle 10
72076 Tuebingen
Germany

Room C03P13
Phone +49 7071 29-78584
http://na.uni-tuebingen.de/~power
power at na.uni-tuebingen.de

-------------- next part --------------
USE_CMAKE=yes

# CC=mpicc-openmpi-mp CXX=mpicxx-openmpi-mp\
# CC=gcc CXX=g++ MPI_CXX=mpicxx-openmpi-mp \
# MPI_CXX_LIBRARIES=/opts/local/lib MPI_CXX_INCLUDE_PATH=/opts/local/include \

CONFIGURE_FLAGS="\
--enable-parallel --enable-experimental-grid-extensions \
" 

CMAKE_PREFIX_PATH="/opt/local "
CMAKE_INCLUDE_PATH="/opts/local/include"

## Debug opts
GXX_WARNING_OPTS="-Wall -Wextra" 
GXX_OPTS="-O3 -g3 -I/opts/local/include"

## Release opts
## GXX_WARNING_OPTS=""
## GXX_OPTS="-O2"

## -DCMAKE_CXX_COMPILER=g++

CMAKE_FLAGS=" \
-DCMAKE_CXX_FLAGS=\"$GXX_WARNING_OPTS $GXX_OPTS \" \
-DCMAKE_INSTALL_PREFIX=\"/Users/christianpower/cpp/dune_ho/build\" \
-DHADES_FLAGS=\"-DHAVE_DEBUG -DHAVE_PARMETIS -DHAVE_CURVGRID\" \
-DMETIS_ROOT=\"/opt/local\" \
-DPARMETIS_ROOT=\"/opt/local\" \
-DCMAKE_PREFIX_PATH=\"$CMAKE_PREFIX_PATH\" \
-DDUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS:BOOL=TRUE \
-DCMAKE_SHARED_LINKER_FLAGS=\"-lzlib\" \
" 


More information about the dune-fem mailing list