[Dune] Problem in building dumux project

Siroos Azizmohammadi siroos.azizmohammadi at unileoben.ac.at
Wed Jul 15 11:39:47 CEST 2015


Dear Sir,

I have checked out dumux and dune folders (attached file, 1.jpg). then I
used the command to build DuMux project as you said in your homepage as:
./dune-common/bin/dunecontrol --use-cmake --opts=dumux/debug.opts all

unfortunately it comes to end with an error says
"CMake Error at
/home/siroos/Development/dune-common/cmake/modules/DuneMacros.cmake:207
(message):
  Could not find dune.module file for module dune-istl in ,
  /lib/dunecontrol/dune-istl/"

I have also attached "CMakeOutput.log" file and Terminal output which shows
the error message here.

It would be appreciated if have a look on this issue and let me know how
can I build DuMux projet in this case?


Best regards,

_____________________________________

*Siroos Azizmohammadi, PhD*

Reservoir Engineering Institute

Department of Petroleum Engineering

Montan University of Leoben

Max-Tendler Strasse 4

8700 Leoben, Austria

http://www.linkedin.com/in/siroosazizmohammadi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.dune-project.org/pipermail/dune/attachments/20150715/dc177289/attachment.htm>
-------------- next part --------------
--- calling make for dune-geometry ---
build directory: build-cmake
cmake --build . -- 
Scanning dependencies of target dunegeometry
[ 14%] Building CXX object lib/CMakeFiles/dunegeometry.dir/__/dune/geometry/genericgeometry/referencedomain.cc.o
[ 28%] Building CXX object lib/CMakeFiles/dunegeometry.dir/__/dune/geometry/genericgeometry/subtopologies.cc.o
[ 42%] Building CXX object lib/CMakeFiles/dunegeometry.dir/__/dune/geometry/quadraturerules/gauss.cc.o
[ 57%] Building CXX object lib/CMakeFiles/dunegeometry.dir/__/dune/geometry/quadraturerules/jacobi_1_0.cc.o
[ 71%] Building CXX object lib/CMakeFiles/dunegeometry.dir/__/dune/geometry/quadraturerules/jacobi_2_0.cc.o
[ 85%] Building CXX object lib/CMakeFiles/dunegeometry.dir/__/dune/geometry/quadraturerules/quadraturerules.cc.o
[100%] Building CXX object lib/CMakeFiles/dunegeometry.dir/__/dune/geometry/quadraturerules/gausslobatto.cc.o
Linking CXX static library libdunegeometry.a
[100%] Built target dunegeometry
--- dune-geometry done ---
--- calling all for dune-grid ---
--- calling vcsetup for dune-grid ---
--- calling autogen for dune-grid ---
Skipping dune-autogen because of CMake
--- calling configure for dune-grid ---
/home/siroos/Development/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  "-Ddune-common_DIR=/home/siroos/Development/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/siroos/Development/dune-geometry/build-cmake" -DCMAKE_CXX_FLAGS=" -Wall -Wunused -Wmissing-include-dirs -Wcast-align -Wno-sign-compare -Wno-unused-parameter -fno-strict-aliasing -fstrict-overflow -g" "/home/siroos/Development/dune-grid"
-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is GNU 4.8.4
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Dependencies for dune-grid: dune-common (>= 2.4);dune-geometry (>= 2.4)
-- Dependencies for dune-geometry: dune-common (>= 2.4)
-- The Fortran compiler identification is unknown
-- Checking to see if CXX compiler accepts flag -std=c++11
-- Checking to see if CXX compiler accepts flag -std=c++11 - yes
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - Success
-- Performing Test HAVE_NULLPTR_T
-- Performing Test HAVE_NULLPTR_T - Success
-- Performing Test HAS_ATTRIBUTE_UNUSED
-- Performing Test HAS_ATTRIBUTE_UNUSED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED
-- Performing Test HAS_ATTRIBUTE_DEPRECATED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG - Success
-- Performing Test HAVE_CONSTEXPR
-- Performing Test HAVE_CONSTEXPR - Success
-- Performing Test HAVE_KEYWORD_FINAL
-- Performing Test HAVE_KEYWORD_FINAL - Success
-- Performing Test HAVE_RANGE_BASED_FOR
-- Performing Test HAVE_RANGE_BASED_FOR - Success
-- Performing Test HAVE_NOEXCEPT_SPECIFIER
-- Performing Test HAVE_NOEXCEPT_SPECIFIER - Success
-- Performing Test HAVE_STD_DECLVAL
-- Performing Test HAVE_STD_DECLVAL - Success
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT - Success
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE  
-- Performing Test STDTHREAD_WORKS
-- Performing Test STDTHREAD_WORKS - Success
-- Performing Test HAVE_CXA_DEMANGLE
-- Performing Test HAVE_CXA_DEMANGLE - Success
-- Could NOT find MPI_C (missing:  MPI_C_LIBRARIES MPI_C_INCLUDE_PATH) 
-- Could NOT find MPI_CXX (missing:  MPI_CXX_LIBRARIES MPI_CXX_INCLUDE_PATH) 
CMake Warning at /home/siroos/Development/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/siroos/Development/dune-common/cmake/modules/DuneMacros.cmake:653 (include)
  CMakeLists.txt:22 (dune_project)


CMake Warning at /home/siroos/Development/dune-common/cmake/modules/DuneDoc.cmake:31 (message):
   Need bibtex to create documentation!
Call Stack (most recent call first):
  /home/siroos/Development/dune-common/cmake/modules/DuneMacros.cmake:653 (include)
  CMakeLists.txt:22 (dune_project)


CMake Warning at /home/siroos/Development/dune-common/cmake/modules/DuneDoc.cmake:35 (message):
   Need makeindex to create documentation!
Call Stack (most recent call first):
  /home/siroos/Development/dune-common/cmake/modules/DuneMacros.cmake:653 (include)
  CMakeLists.txt:22 (dune_project)


CMake Warning at /home/siroos/Development/dune-common/cmake/modules/DuneDoc.cmake:39 (message):
   Need imagemagick to create latex documentation!
Call Stack (most recent call first):
  /home/siroos/Development/dune-common/cmake/modules/DuneMacros.cmake:653 (include)
  CMakeLists.txt:22 (dune_project)


-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- Performing tests specific to dune-common from file /home/siroos/Development/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- Looking for C++ include gmpxx.h
-- Looking for C++ include gmpxx.h - not found
-- Could NOT find GMP (missing:  GMP_INCLUDE_DIR GMP_LIB GMPXX_LIB GMP_HEADER_WORKS GMPXX_LIB_WORKS) 
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Performing Test HAVE_MPROTECT
-- Performing Test HAVE_MPROTECT - Success
-- Setting dune-common_INCLUDE_DIRS=/home/siroos/Development/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/siroos/Development/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-grid from file /home/siroos/Development/dune-grid/cmake/modules/DuneGridMacros.cmake.
-- Looking for mkstemp
-- Looking for mkstemp - found
-- Looking for metis.h
-- Looking for metis.h - not found
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Looking for parmetis.h
-- Looking for parmetis.h - not found
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- checking for module 'alugrid'
--   package 'alugrid' not found
-- checking for module 'alugrid'
--   package 'alugrid' not found
-- Could NOT find ALUGrid (missing:  ALUGRID_VERSION ALUGRID_INCLUDE_PATH ALUGRID_LIB ALUGRID_LIB_PATH ALULIB_FUNCTIONAL HAVE_ALUGRID_SERIAL_H) 
CMake Warning at cmake/modules/UseUG.cmake:27 (find_package):
  Could not find a package configuration file provided by "UG" (requested
  version 3.11.0) with any of the following names:

    UGConfig.cmake
    ug-config.cmake

  Add the installation prefix of "UG" to CMAKE_PREFIX_PATH or set "UG_DIR" to
  a directory containing one of the above files.  If "UG" provides a separate
  development package or SDK, be sure it has been installed.
Call Stack (most recent call first):
  cmake/modules/DuneGridMacros.cmake:16 (include)
  /home/siroos/Development/dune-common/cmake/modules/DuneMacros.cmake:521 (include)
  /home/siroos/Development/dune-common/cmake/modules/DuneMacros.cmake:662 (dune_process_dependency_macros)
  CMakeLists.txt:22 (dune_project)


-- Could NOT find UG (missing:  UG_DIR HAVE_UG) 
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so  
-- Looking for include file grape.h
-- Looking for include file grape.h - not found
-- Looking for grape in gr
-- Looking for grape in gr - not found
-- Could NOT find Grape (missing:  GRAPE_INCLUDE_DIR GRAPE_LIBRARY _GRAPE_LIB_FUNCTIONAL _GRAPE_HEADER_USABLE) 
-- checking for one of the modules 'psurface'
-- checking for module 'psurface'
--   package 'psurface' not found
-- Could NOT find psurface (missing:  PSURFACE_INCLUDE_DIR PSURFACE_LIBRARY) 
-- Could NOT find AmiraMesh (missing:  AMIRAMESH_INCLUDE_DIR AMIRAMESH_LIBRARY) 
-- Using scripts from /home/siroos/Development/dune-common/cmake/scripts for creating doxygen stuff.
-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * Threads
 * PkgConfig
 * X11
 * OpenGL

-- The following REQUIRED packages have been found:

 * dune-common
 * dune-geometry

-- The following features have been disabled:

 * Experimental grid extensions , Enables additional grid features.

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * MPI
 * LATEX
 * Doxygen
 * GMP
 * Inkscape
 * METIS
 * ParMETIS
 * ALUGrid
 * Alberta
 * UG (required version >= 3.11.0)
 * Grape
 * Psurface
 * AmiraMesh

-- Configuring done
-- Generating done
-- Build files have been written to: /home/siroos/Development/dune-grid/build-cmake
--- calling make for dune-grid ---
build directory: build-cmake
cmake --build . -- 
Scanning dependencies of target dunegrid
[  5%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/onedgrid/onedgrid.cc.o
[ 11%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/onedgrid/onedgridfactory.cc.o
[ 16%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/onedgrid/nulliteratorfactory.cc.o
[ 22%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/dgfparser.cc.o
[ 27%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/dgfug.cc.o
[ 33%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/blocks/basic.cc.o
[ 38%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/blocks/boundarydom.cc.o
[ 44%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/blocks/boundaryseg.cc.o
[ 50%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/blocks/cube.cc.o
[ 55%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/blocks/dim.cc.o
[ 61%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/blocks/general.cc.o
[ 66%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/blocks/gridparameter.cc.o
[ 72%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/blocks/interval.cc.o
[ 77%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/blocks/periodicfacetrans.cc.o
[ 83%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/blocks/projection.cc.o
[ 88%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/blocks/simplex.cc.o
[ 94%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/blocks/simplexgeneration.cc.o
[100%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/blocks/vertex.cc.o
Linking CXX static library libdunegrid.a
[100%] Built target dunegrid
--- dune-grid done ---
--- calling all for dune-localfunctions ---
--- calling vcsetup for dune-localfunctions ---
--- calling autogen for dune-localfunctions ---
Skipping dune-autogen because of CMake
--- calling configure for dune-localfunctions ---
/home/siroos/Development/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
/home/siroos/Development/dune-localfunctions/lib/dunelocalfunctionsam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  "-Ddune-common_DIR=/home/siroos/Development/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/siroos/Development/dune-geometry/build-cmake" -DCMAKE_CXX_FLAGS=" -Wall -Wunused -Wmissing-include-dirs -Wcast-align -Wno-sign-compare -Wno-unused-parameter -fno-strict-aliasing -fstrict-overflow -g" "/home/siroos/Development/dune-localfunctions"
-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is GNU 4.8.4
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Dependencies for dune-localfunctions: dune-geometry (>= 2.4)
-- Dependencies for dune-geometry: dune-common (>= 2.4)
-- The Fortran compiler identification is unknown
-- Checking to see if CXX compiler accepts flag -std=c++11
-- Checking to see if CXX compiler accepts flag -std=c++11 - yes
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - Success
-- Performing Test HAVE_NULLPTR_T
-- Performing Test HAVE_NULLPTR_T - Success
-- Performing Test HAS_ATTRIBUTE_UNUSED
-- Performing Test HAS_ATTRIBUTE_UNUSED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED
-- Performing Test HAS_ATTRIBUTE_DEPRECATED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG - Success
-- Performing Test HAVE_CONSTEXPR
-- Performing Test HAVE_CONSTEXPR - Success
-- Performing Test HAVE_KEYWORD_FINAL
-- Performing Test HAVE_KEYWORD_FINAL - Success
-- Performing Test HAVE_RANGE_BASED_FOR
-- Performing Test HAVE_RANGE_BASED_FOR - Success
-- Performing Test HAVE_NOEXCEPT_SPECIFIER
-- Performing Test HAVE_NOEXCEPT_SPECIFIER - Success
-- Performing Test HAVE_STD_DECLVAL
-- Performing Test HAVE_STD_DECLVAL - Success
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT - Success
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE  
-- Performing Test STDTHREAD_WORKS
-- Performing Test STDTHREAD_WORKS - Success
-- Performing Test HAVE_CXA_DEMANGLE
-- Performing Test HAVE_CXA_DEMANGLE - Success
-- Could NOT find MPI_C (missing:  MPI_C_LIBRARIES MPI_C_INCLUDE_PATH) 
-- Could NOT find MPI_CXX (missing:  MPI_CXX_LIBRARIES MPI_CXX_INCLUDE_PATH) 
CMake Warning at /home/siroos/Development/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/siroos/Development/dune-common/cmake/modules/DuneMacros.cmake:653 (include)
  CMakeLists.txt:23 (dune_project)


CMake Warning at /home/siroos/Development/dune-common/cmake/modules/DuneDoc.cmake:31 (message):
   Need bibtex to create documentation!
Call Stack (most recent call first):
  /home/siroos/Development/dune-common/cmake/modules/DuneMacros.cmake:653 (include)
  CMakeLists.txt:23 (dune_project)


CMake Warning at /home/siroos/Development/dune-common/cmake/modules/DuneDoc.cmake:35 (message):
   Need makeindex to create documentation!
Call Stack (most recent call first):
  /home/siroos/Development/dune-common/cmake/modules/DuneMacros.cmake:653 (include)
  CMakeLists.txt:23 (dune_project)


CMake Warning at /home/siroos/Development/dune-common/cmake/modules/DuneDoc.cmake:39 (message):
   Need imagemagick to create latex documentation!
Call Stack (most recent call first):
  /home/siroos/Development/dune-common/cmake/modules/DuneMacros.cmake:653 (include)
  CMakeLists.txt:23 (dune_project)


-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- Performing tests specific to dune-common from file /home/siroos/Development/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- Looking for C++ include gmpxx.h
-- Looking for C++ include gmpxx.h - not found
-- Could NOT find GMP (missing:  GMP_INCLUDE_DIR GMP_LIB GMPXX_LIB GMP_HEADER_WORKS GMPXX_LIB_WORKS) 
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Performing Test HAVE_MPROTECT
-- Performing Test HAVE_MPROTECT - Success
-- Setting dune-common_INCLUDE_DIRS=/home/siroos/Development/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/siroos/Development/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-localfunctions from file /home/siroos/Development/dune-localfunctions/cmake/modules/DuneLocalfunctionsMacros.cmake.
-- Using scripts from /home/siroos/Development/dune-common/cmake/scripts for creating doxygen stuff.
CMake Warning at /home/siroos/Development/dune-common/cmake/modules/DuneDoc.cmake:91 (message):
  Not adding rule to create dune-localfunctions-manual.pdf as LaTeX is not
  usable!
Call Stack (most recent call first):
  doc/CMakeLists.txt:3 (dune_add_latex_document)


-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * Threads
 * PkgConfig

-- The following REQUIRED packages have been found:

 * dune-common
 * dune-geometry

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * MPI
 * LATEX
 * Doxygen
 * GMP
 * Inkscape

-- Configuring done
-- Generating done
-- Build files have been written to: /home/siroos/Development/dune-localfunctions/build-cmake
--- calling make for dune-localfunctions ---
build directory: build-cmake
cmake --build . -- 
--- dune-localfunctions done ---
--- calling all for dumux ---
--- calling vcsetup for dumux ---
--- calling autogen for dumux ---
Skipping dune-autogen because of CMake
--- calling configure for dumux ---
WARNING: could not find module dune-alugrid,
       module is also unknown to pkg-config.
       Maybe you need to adjust PKG_CONFIG_PATH!
       dune-alugrid is suggested by dumux
Skipping dune-alugrid!
WARNING: could not find module dune-pdelab,
       module is also unknown to pkg-config.
       Maybe you need to adjust PKG_CONFIG_PATH!
       dune-pdelab is suggested by dumux
Skipping dune-pdelab!
WARNING: could not find module dune-multidomain,
       module is also unknown to pkg-config.
       Maybe you need to adjust PKG_CONFIG_PATH!
       dune-multidomain is suggested by dumux
Skipping dune-multidomain!
/home/siroos/Development/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
/home/siroos/Development/dune-localfunctions/lib/dunelocalfunctionsam2cmake.lib for converting options does not exist
/home/siroos/Development/dumux/lib/dumuxam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  "-Ddune-common_DIR=/home/siroos/Development/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/siroos/Development/dune-geometry/build-cmake" "-Ddune-grid_DIR=/home/siroos/Development/dune-grid/build-cmake" "-Ddune-localfunctions_DIR=/home/siroos/Development/dune-localfunctions/build-cmake" "-Ddune-istl_DIR=/home/siroos/Development/dune-istl/build-cmake" -DCMAKE_CXX_FLAGS=" -Wall -Wunused -Wmissing-include-dirs -Wcast-align -Wno-sign-compare -Wno-unused-parameter -fno-strict-aliasing -fstrict-overflow -g" "/home/siroos/Development/dumux"
-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is GNU 4.8.4
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Dependencies for dumux: dune-grid (>= 2.3);dune-localfunctions (>= 2.3);dune-istl (>= 2.3)
-- Suggestions for dumux: dune-alugrid (>=2.4);dune-pdelab (>=2.0);dune-multidomain
-- Dependencies for dune-grid: dune-common (>= 2.4);dune-geometry (>= 2.4)
-- Dependencies for dune-localfunctions: dune-geometry (>= 2.4)
CMake Error at /home/siroos/Development/dune-common/cmake/modules/DuneMacros.cmake:207 (message):
  Could not find dune.module file for module dune-istl in ,
  /lib/dunecontrol/dune-istl/
Call Stack (most recent call first):
  /home/siroos/Development/dune-common/cmake/modules/DuneMacros.cmake:365 (find_dune_package)
  /home/siroos/Development/dune-common/cmake/modules/DuneMacros.cmake:408 (dune_process_dependency_leafs)
  /home/siroos/Development/dune-common/cmake/modules/DuneMacros.cmake:432 (dune_create_dependency_leafs)
  /home/siroos/Development/dune-common/cmake/modules/DuneMacros.cmake:578 (dune_create_dependency_tree)
  CMakeLists.txt:23 (dune_project)


-- Configuring incomplete, errors occurred!
See also "/home/siroos/Development/dumux/build-cmake/CMakeFiles/CMakeOutput.log".
--- Failed to build dumux ---
Terminating dunecontrol due to previous errors!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1.jpg
Type: image/jpeg
Size: 97036 bytes
Desc: not available
URL: <https://lists.dune-project.org/pipermail/dune/attachments/20150715/dc177289/attachment.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CMakeOutput.log
Type: application/octet-stream
Size: 26869 bytes
Desc: not available
URL: <https://lists.dune-project.org/pipermail/dune/attachments/20150715/dc177289/attachment.obj>


More information about the Dune mailing list