Skip to content

Instantly share code, notes, and snippets.

View blattms's full-sized avatar

Markus Blatt blattms

View GitHub Profile
@blattms
blattms / make.log
Last active December 22, 2015 03:58
cmake_compiler_issue
--- going to build dune-common dune-istl opm-core ---
----- using default flags $CONFIGURE_FLAGS from /home/mblatt/src/dune/opm-amg-opt/opm.opts -----
--- calling configure for dune-common ---
./configure CC=gcc-4.4 CXX=g++-4.4 F77=gfortran-4.4 FC=gfortran-4.4 --enable-static --disable-shared --with-agmg=/home/mblatt/src/3rdParty/AGMG_3.1.2/SRC CFLAGS='-O0 -g' CPPLAGS='-O0 -g -I/home/mblatt/src/dune/opm-amg-opt/dune-common -I/home/mblatt/src/dune/opm-amg-opt/dune-istl' FCFLAGS='-O0 -g' FFLAGS='-O0 -g' CXXFLAGS='-g -O0' ACLOCAL_AMFLAGS="-I . -I m4"
configure: WARNING: unrecognized options: --with-agmg
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
@blattms
blattms / log
Last active December 15, 2015 19:18
OPM: linker error with boost when using --disable-debug
/usr/bin/cmake -H/tmp/opm-core -B/tmp/opm-core --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /tmp/opm-core/CMakeFiles /tmp/opm-core/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory `/tmp/opm-core'
make -f CMakeFiles/opmcore.dir/build.make CMakeFiles/opmcore.dir/depend
make[2]: Entering directory `/tmp/opm-core'
cd /tmp/opm-core && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opm-core /tmp/opm-core /tmp/opm-core /tmp/opm-core /tmp/opm-core/CMakeFiles/opmcore.dir/DependInfo.cmake --color=
Dependee "/tmp/opm-core/CMakeFiles/opmcore.dir/DependInfo.cmake" is newer than depender "/tmp/opm-core/CMakeFiles/opmcore.dir/depend.internal".
Dependee "/tmp/opm-core/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/opm-core/CMakeFiles/opmcore.dir/depend.internal".
Scanning dependencies of target opmcore
@blattms
blattms / config.log.without-umpfpack
Created October 8, 2012 09:30
OPM-core: configure without umfpack succeeds but compilation fails
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by OPM Core Library configure 0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
@blattms
blattms / config.log
Created October 5, 2012 08:54
opm-core issue #46linking with boost-filesystem fails since commit e79dba271452721cc807b4d891ddbead1ed1ac78
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by OPM Core Library configure 0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure F77=gfortran-4.4 FC=gfortran-4.4 --with-agmg=/home/mblatt/src/3rdParty/AGMG_3.1.2/SRC CFLAGS=-DNDEBUG -O4 -Wall CXXFLAGS=-DNDEBUG -O4 -Wall -I/home/mblatt/src/dune/2.2/dune-common-2.2.0 -I/home/mblatt/src/dune/2.2/dune-istl-2.2.0 LDFLAGS=-L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs ACLOCAL_AMFLAGS=-I . -I m4
## --------- ##
## Platform. ##