Skip to content

Instantly share code, notes, and snippets.

@anriseth
Created March 14, 2017 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anriseth/9e36e0b6f2e209670ecb357ee4b300c1 to your computer and use it in GitHub Desktop.
Save anriseth/9e36e0b6f2e209670ecb357ee4b300c1 to your computer and use it in GitHub Desktop.
opm-material cmake error
Script started on Tue 14 Mar 2017 16:49:45 GMT
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- 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
-- Detecting C compile features
-- Detecting C compile features - 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
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- CMake version: 3.5.1
-- Linux distribution: Ubuntu 16.04.2 LTS
-- Target architecture: x86_64
-- Found Git: /usr/bin/git (found version "2.7.4")
-- Source code repository: git 4fe44ca%
-- GNU C++ compiler version: 5.4.0 20160609
-- Linker: ld 2.26.1
-- Checking to see if CXX compiler accepts flag -Wl,--enable-new-dtags
-- Checking to see if CXX compiler accepts flag -Wl,--enable-new-dtags - yes
-- Precompiled headers: disabled
-- Build type: Debug
-- Checking to see if CXX compiler accepts flag -mtune=native
-- Checking to see if CXX compiler accepts flag -mtune=native - yes
-- All warnings enabled: -Wall
-- OpenMP: disabled
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Checking to see if CXX compiler accepts flag -pthread
-- Checking to see if CXX compiler accepts flag -pthread - yes
-- Finding package C99 using module mode
-- Performing Test HAVE_C99
-- Performing Test HAVE_C99 - Success
-- Found C99: -std=c99
-- Finding package CXX11Features using module mode
-- Performing Test HAVE_FINAL
-- Performing Test HAVE_FINAL - Success
-- Performing Test HAVE_TYPE_TRAITS
-- Performing Test HAVE_TYPE_TRAITS - Success
-- Performing Test HAVE_SHARED_PTR
-- Performing Test HAVE_SHARED_PTR - Success
-- Performing Test HAVE_UNIQUE_PTR
-- Performing Test HAVE_UNIQUE_PTR - Success
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - Success
-- Performing Test HAVE_CONSTEXPR
-- Performing Test HAVE_CONSTEXPR - Success
-- Performing Test HAVE_ARRAY
-- Performing Test HAVE_ARRAY - Success
-- Performing Test HAVE_INTEGRAL_CONSTANT
-- Performing Test HAVE_INTEGRAL_CONSTANT - Success
-- Looking for C++ include tuple
-- Looking for C++ include tuple - found
-- Looking for C++ include tr1/tuple
-- Looking for C++ include tr1/tuple - found
-- Performing Test HAVE_ATTRIBUTE_ALWAYS_INLINE
-- Performing Test HAVE_ATTRIBUTE_ALWAYS_INLINE - 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_STATIC_ASSERT
-- Performing Test HAVE_STATIC_ASSERT - Success
-- Performing Test HAVE_AUTO
-- Performing Test HAVE_AUTO - Success
-- Performing Test HAVE_VARIADIC_TEMPLATES
-- Performing Test HAVE_VARIADIC_TEMPLATES - Success
-- Performing Test HAVE_VARIADIC_CONSTRUCTOR_SFINAE
-- Performing Test HAVE_VARIADIC_CONSTRUCTOR_SFINAE - Success
-- Performing Test HAVE_RVALUE_REFERENCES
-- Performing Test HAVE_RVALUE_REFERENCES - Success
-- Looking for C++ include tr1/type_traits
-- Looking for C++ include tr1/type_traits - found
-- Finding package opm-parser using module mode
-- OpenMP: disabled
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
-- Looking for dgemm_
-- Looking for dgemm_ - found
-- A library with BLAS API found.
-- A library with BLAS API found.
-- Looking for cheev_
-- Looking for cheev_ - found
-- A library with LAPACK API found.
-- Performing Test HAVE_ERT
-- Performing Test HAVE_ERT - Success
-- Found ERT: /scratch/riseth/opm-project/opm-20170314/ert/libecl/include;/scratch/riseth/opm-project/opm-20170314/ert/libecl_well/include;/scratch/riseth/opm-project/opm-20170314/ert/libeclxx/include;/scratch/riseth/opm-project/opm-20170314/ert/libert_util/include;/scratch/riseth/opm-project/opm-20170314/ert/libert_utilxx/include;/scratch/riseth/opm-project/opm-20170314/ert/build/libert_util/include
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- filesystem
-- date_time
-- system
-- unit_test_framework
-- regex
-- Could NOT find CJSON (missing: CJSON_INCLUDE_DIRS HAVE_CJSON)
-- Performing Test HAVE_OPM_PARSER
-- Performing Test HAVE_OPM_PARSER - Success
-- Found opm-parser: /scratch/riseth/opm-project/opm-20170314/opm-parser;/scratch/riseth/opm-project/opm-20170314/opm-parser/build/generated-source/include;/usr/include;/scratch/riseth/opm-project/opm-20170314/ert/libecl/include;/scratch/riseth/opm-project/opm-20170314/ert/libecl_well/include;/scratch/riseth/opm-project/opm-20170314/ert/libeclxx/include;/scratch/riseth/opm-project/opm-20170314/ert/libert_util/include;/scratch/riseth/opm-project/opm-20170314/ert/libert_utilxx/include;/scratch/riseth/opm-project/opm-20170314/ert/build/libert_util/include;/usr/include
-- Finding package opm-common using module mode
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Performing Test HAVE_OPM_COMMON
-- Performing Test HAVE_OPM_COMMON - Success
-- Found opm-common: /scratch/riseth/opm-project/opm-20170314/opm-common
-- Performing Test HAVE_DYNAMIC_BOOST_TEST
-- Performing Test HAVE_DYNAMIC_BOOST_TEST - Success
-- Finding package dune-common using module mode
-- Failed to find library "dunecommon" for module dune-common
-- Finding package CxaDemangle using module mode
-- Performing Test HAVE_CXA_DEMANGLE
-- Performing Test HAVE_CXA_DEMANGLE - Success
-- Performing Test HAVE_DUNE_COMMON
-- Performing Test HAVE_DUNE_COMMON - Success
CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
Could NOT find dune-common (missing: dune-common_LIBRARY)
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
/scratch/riseth/opm-project/opm-20170314/opm-common/cmake/Modules/OpmPackage.cmake:368 (find_package_handle_standard_args)
/scratch/riseth/opm-project/opm-20170314/opm-common/cmake/Modules/Finddune-common.cmake:14 (find_opm_package)
/scratch/riseth/opm-project/opm-20170314/opm-common/cmake/Modules/OpmFind.cmake:147 (find_package)
/scratch/riseth/opm-project/opm-20170314/opm-common/cmake/Modules/OpmFind.cmake:211 (find_and_append_package_to)
/scratch/riseth/opm-project/opm-20170314/opm-common/cmake/Modules/OpmLibMain.cmake:112 (find_and_append_package_list_to)
CMakeLists.txt:95 (include)
-- Configuring incomplete, errors occurred!
See also "/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeOutput.log".
See also "/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeError.log".
# This is the CMakeCache file.
# For build in directory: /scratch/riseth/opm-project/opm-20170314/opm-material/build
# It was generated by CMake: /usr/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
//Path to a library.
BLAS_atlas_LIBRARY:FILEPATH=/usr/lib/libatlas.so
//Path to a library.
BLAS_f77blas_LIBRARY:FILEPATH=/usr/lib/libf77blas.so
//Path to a library.
BLAS_goto2_LIBRARY:FILEPATH=BLAS_goto2_LIBRARY-NOTFOUND
//Boost date_time library (debug)
Boost_DATE_TIME_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_date_time.so
//Boost date_time library (release)
Boost_DATE_TIME_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_date_time.so
//Boost filesystem library (debug)
Boost_FILESYSTEM_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_filesystem.so
//Boost filesystem library (release)
Boost_FILESYSTEM_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_filesystem.so
//Path to a file.
Boost_INCLUDE_DIR:PATH=/usr/include
//Boost library directory DEBUG
Boost_LIBRARY_DIR_DEBUG:PATH=/usr/lib/x86_64-linux-gnu
//Boost library directory RELEASE
Boost_LIBRARY_DIR_RELEASE:PATH=/usr/lib/x86_64-linux-gnu
//Boost regex library (debug)
Boost_REGEX_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_regex.so
//Boost regex library (release)
Boost_REGEX_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_regex.so
//Boost system library (debug)
Boost_SYSTEM_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_system.so
//Boost system library (release)
Boost_SYSTEM_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_system.so
//Boost unit_test_framework library (debug)
Boost_UNIT_TEST_FRAMEWORK_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.so
//Boost unit_test_framework library (release)
Boost_UNIT_TEST_FRAMEWORK_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.so
//Path to cjson library header files
CJSON_INCLUDE_DIR:PATH=CJSON_INCLUDE_DIR-NOTFOUND
//Path to cjson library archive/shared object files
CJSON_LIBRARY:FILEPATH=CJSON_LIBRARY-NOTFOUND
//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar
//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
CMAKE_BUILD_TYPE:STRING=Debug
//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON
//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING=
//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
//Flags used by the compiler during release builds for minimum
// size.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the compiler during release builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the compiler during release builds with debug info.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//C compiler
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
//Flags used by the compiler during all build types.
CMAKE_C_FLAGS:STRING=
//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g
//Flags used by the compiler during release builds for minimum
// size.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the compiler during release builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the compiler during release builds with debug info.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//Flags used by the linker.
CMAKE_EXE_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local
//Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld
//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_NM:FILEPATH=/usr/bin/nm
//Path to a program.
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
//Path to a program.
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=opm-material
//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO
//Flags used by the linker during the creation of static libraries.
CMAKE_STATIC_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip
//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make. This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
//Path to ERT Eclipse C++ library header files
ERT_ECLXX_INCLUDE_DIR:PATH=/scratch/riseth/opm-project/opm-20170314/ert/libeclxx/include
//Path to ERT Eclipse library header files
ERT_ECL_INCLUDE_DIR:PATH=/scratch/riseth/opm-project/opm-20170314/ert/libecl/include
//Path to ERT Eclipse library header files
ERT_ECL_WELL_INCLUDE_DIR:PATH=/scratch/riseth/opm-project/opm-20170314/ert/libecl_well/include
//Path to ERT generated library header files
ERT_GEN_INCLUDE_DIR:PATH=/scratch/riseth/opm-project/opm-20170314/ert/build/libert_util/include
//Path to ERT Eclipse library archive/shared object files
ERT_LIBRARY_ECL:FILEPATH=/scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libecl.so
//Path to ERT Eclipse C++ library archive/shared object files
ERT_LIBRARY_ECLXX:FILEPATH=/scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libeclxx.so
//Path to ERT Eclipse library archive/shared object files
ERT_LIBRARY_ECL_WELL:FILEPATH=/scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libecl_well.so
//Path to ERT Geometry library archive/shared object files
ERT_LIBRARY_GEOMETRY:FILEPATH=/scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libert_geometry.so
//Path to ERT Utilities library archive/shared object files
ERT_LIBRARY_UTIL:FILEPATH=/scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libert_util.so
//Path to ERT Utilities library archive/shared object files
ERT_LIBRARY_UTILXX:FILEPATH=/scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libert_utilxx.so
//Path to ERT Eclipse C++ library header files
ERT_UTILXX_INCLUDE_DIR:PATH=/scratch/riseth/opm-project/opm-20170314/ert/libert_utilxx/include
//Path to ERT Eclipse library header files
ERT_UTIL_INCLUDE_DIR:PATH=/scratch/riseth/opm-project/opm-20170314/ert/libert_util/include
//Git command line client
GIT_EXECUTABLE:FILEPATH=/usr/bin/git
//Path to a library.
LAPACK_Accelerate_LIBRARY:FILEPATH=LAPACK_Accelerate_LIBRARY-NOTFOUND
//Path to a library.
LAPACK_goto2_LIBRARY:FILEPATH=LAPACK_goto2_LIBRARY-NOTFOUND
//Path to a library.
LAPACK_lapack_LIBRARY:FILEPATH=/usr/lib/liblapack.so
//Path to a library.
LAPACK_vecLib_LIBRARY:FILEPATH=LAPACK_vecLib_LIBRARY-NOTFOUND
//Path to a library.
MATH_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libm.so
//Root directory containing OPM related cmake modules
OPM_COMMON_ROOT:PATH=
//Path to OPM JSON library archive/shared object files
OPM_JSON_LIBRARY:FILEPATH=/scratch/riseth/opm-project/opm-20170314/opm-parser/build/lib/x86_64-linux-gnu/libopmjson.so
//Path to OPM parser generated header files
OPM_PARSER_GEN_INCLUDE_DIR:PATH=/scratch/riseth/opm-project/opm-20170314/opm-parser/build/generated-source/include
//Path to OPM parser header files
OPM_PARSER_INCLUDE_DIR:PATH=/scratch/riseth/opm-project/opm-20170314/opm-parser
//Path to OPM parser library archive/shared object files
OPM_PARSER_LIBRARY:FILEPATH=/scratch/riseth/opm-project/opm-20170314/opm-parser/build/lib/x86_64-linux-gnu/libopmparser.so
//pkg-config executable
PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
//Precompile common headers for speed.
PRECOMPILE_HEADERS:BOOL=OFF
//Value Computed by CMake
Project_BINARY_DIR:STATIC=/scratch/riseth/opm-project/opm-20170314/opm-material/build
//Value Computed by CMake
Project_SOURCE_DIR:STATIC=/scratch/riseth/opm-project/opm-20170314/opm-material
//Search sibling directories before system paths
SIBLING_SEARCH:BOOL=ON
//Disable some warnings from external packages (requires GCC 4.6
// or newer)
SILENCE_EXTERNAL_WARNINGS:BOOL=OFF
//Use Message Passing Interface for parallel computing
USE_MPI:BOOL=OFF
//Enable OpenMP for parallelization
USE_OPENMP:BOOL=OFF
//Use pthreads
USE_PTHREAD:BOOL=ON
//Embed original dependency paths in installed library
USE_RUNPATH:BOOL=ON
//Put files in release-specific directories
USE_VERSIONED_DIR:BOOL=OFF
//Whole program optimization (lto)
WHOLE_PROG_OPTIM:BOOL=OFF
//Use native instruction set
WITH_NATIVE:BOOL=ON
//Path to a file.
ZLIB_INCLUDE_DIR:PATH=/usr/include
//Path to a library.
ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND
//Path to a library.
ZLIB_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libz.so
//Path to a file.
dune-common_INCLUDE_DIR:PATH=/scratch/riseth/opm-project/opm-20170314/dune-common
//Path to a library.
dune-common_LIBRARY:FILEPATH=dune-common_LIBRARY-NOTFOUND
//The directory containing a CMake configuration file for opm-common.
opm-common_DIR:PATH=opm-common_DIR-NOTFOUND
//Path to a file.
opm-common_INCLUDE_DIR:PATH=/scratch/riseth/opm-project/opm-20170314/opm-common
//Path to a library.
opm-common_LIBRARY:FILEPATH=/scratch/riseth/opm-project/opm-20170314/opm-common/build/lib/libopmcommon.a
//Value Computed by CMake
opm-material_BINARY_DIR:STATIC=/scratch/riseth/opm-project/opm-20170314/opm-material/build
//Value Computed by CMake
opm-material_SOURCE_DIR:STATIC=/scratch/riseth/opm-project/opm-20170314/opm-material
########################
# INTERNAL cache entries
########################
//ADVANCED property for variable: BLAS_atlas_LIBRARY
BLAS_atlas_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BLAS_f77blas_LIBRARY
BLAS_f77blas_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BLAS_f77blas_atlas_WORKS
BLAS_f77blas_atlas_WORKS-ADVANCED:INTERNAL=1
//Have function dgemm_
BLAS_f77blas_atlas_WORKS:INTERNAL=1
//ADVANCED property for variable: BLAS_goto2_LIBRARY
BLAS_goto2_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_DATE_TIME_LIBRARY_DEBUG
Boost_DATE_TIME_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_DATE_TIME_LIBRARY_RELEASE
Boost_DATE_TIME_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_FILESYSTEM_LIBRARY_DEBUG
Boost_FILESYSTEM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_FILESYSTEM_LIBRARY_RELEASE
Boost_FILESYSTEM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_INCLUDE_DIR
Boost_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_LIBRARY_DIR_DEBUG
Boost_LIBRARY_DIR_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_LIBRARY_DIR_RELEASE
Boost_LIBRARY_DIR_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_REGEX_LIBRARY_DEBUG
Boost_REGEX_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_REGEX_LIBRARY_RELEASE
Boost_REGEX_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_SYSTEM_LIBRARY_DEBUG
Boost_SYSTEM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_SYSTEM_LIBRARY_RELEASE
Boost_SYSTEM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_UNIT_TEST_FRAMEWORK_LIBRARY_DEBUG
Boost_UNIT_TEST_FRAMEWORK_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_UNIT_TEST_FRAMEWORK_LIBRARY_RELEASE
Boost_UNIT_TEST_FRAMEWORK_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/scratch/riseth/opm-project/opm-20170314/opm-material/build
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=5
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Have symbol pthread_create
CMAKE_HAVE_LIBC_CREATE:INTERNAL=
//Have library pthreads
CMAKE_HAVE_PTHREADS_CREATE:INTERNAL=
//Have library pthread
CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1
//Have include pthread.h
CMAKE_HAVE_PTHREAD_H:INTERNAL=1
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/scratch/riseth/opm-project/opm-20170314/opm-material
//Install .so files without execute permission.
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.5
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/bin/uname
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//Details about finding C99
FIND_PACKAGE_MESSAGE_DETAILS_C99:INTERNAL=[-std=c99][v()]
//Details about finding CxaDemangle
FIND_PACKAGE_MESSAGE_DETAILS_CxaDemangle:INTERNAL=[1][v()]
//Details about finding ERT
FIND_PACKAGE_MESSAGE_DETAILS_ERT:INTERNAL=[/scratch/riseth/opm-project/opm-20170314/ert/libecl/include;/scratch/riseth/opm-project/opm-20170314/ert/libecl_well/include;/scratch/riseth/opm-project/opm-20170314/ert/libeclxx/include;/scratch/riseth/opm-project/opm-20170314/ert/libert_util/include;/scratch/riseth/opm-project/opm-20170314/ert/libert_utilxx/include;/scratch/riseth/opm-project/opm-20170314/ert/build/libert_util/include][/scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libecl.so;/scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libeclxx.so;/scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libecl_well.so;/scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libert_geometry.so;/scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libert_util.so;/scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libert_utilxx.so][1][v()]
//Details about finding Git
FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/usr/bin/git][v2.7.4()]
//Details about finding PkgConfig
FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/bin/pkg-config][v0.29.1()]
//Details about finding Threads
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
//Details about finding ZLIB
FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[/usr/lib/x86_64-linux-gnu/libz.so][/usr/include][v1.2.8()]
//Details about finding opm-common
FIND_PACKAGE_MESSAGE_DETAILS_opm-common:INTERNAL=[/scratch/riseth/opm-project/opm-20170314/opm-common][/scratch/riseth/opm-project/opm-20170314/opm-common/build/lib/libopmcommon.a][1][.][v()]
//Details about finding opm-parser
FIND_PACKAGE_MESSAGE_DETAILS_opm-parser:INTERNAL=[/scratch/riseth/opm-project/opm-20170314/opm-parser;/scratch/riseth/opm-project/opm-20170314/opm-parser/build/generated-source/include;/usr/include;/scratch/riseth/opm-project/opm-20170314/ert/libecl/include;/scratch/riseth/opm-project/opm-20170314/ert/libecl_well/include;/scratch/riseth/opm-project/opm-20170314/ert/libeclxx/include;/scratch/riseth/opm-project/opm-20170314/ert/libert_util/include;/scratch/riseth/opm-project/opm-20170314/ert/libert_utilxx/include;/scratch/riseth/opm-project/opm-20170314/ert/build/libert_util/include;/usr/include][/scratch/riseth/opm-project/opm-20170314/opm-parser/build/lib/x86_64-linux-gnu/libopmparser.so;/scratch/riseth/opm-project/opm-20170314/opm-parser/build/lib/x86_64-linux-gnu/libopmjson.so;/usr/lib/x86_64-linux-gnu/libboost_filesystem.so;/usr/lib/x86_64-linux-gnu/libboost_date_time.so;/usr/lib/x86_64-linux-gnu/libboost_system.so;/usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.so;/usr/lib/x86_64-linux-gnu/libboost_regex.so;/scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libecl.so;/scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libeclxx.so;/scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libecl_well.so;/scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libert_geometry.so;/scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libert_util.so;/scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libert_utilxx.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/liblapack.so;/usr/lib/libf77blas.so;/usr/lib/libatlas.so;/usr/lib/x86_64-linux-gnu/libm.so;-lpthread;dl][1][v()]
//ADVANCED property for variable: GIT_EXECUTABLE
GIT_EXECUTABLE-ADVANCED:INTERNAL=1
//Test HAS_ATTRIBUTE_DEPRECATED
HAS_ATTRIBUTE_DEPRECATED:INTERNAL=1
//Test HAS_ATTRIBUTE_DEPRECATED_MSG
HAS_ATTRIBUTE_DEPRECATED_MSG:INTERNAL=1
//Test HAS_ATTRIBUTE_UNUSED
HAS_ATTRIBUTE_UNUSED:INTERNAL=1
//Test HAVE_ARRAY
HAVE_ARRAY:INTERNAL=1
//Test HAVE_ATTRIBUTE_ALWAYS_INLINE
HAVE_ATTRIBUTE_ALWAYS_INLINE:INTERNAL=1
//Test HAVE_AUTO
HAVE_AUTO:INTERNAL=1
//Test HAVE_C99
HAVE_C99:INTERNAL=1
//Test HAVE_CONSTEXPR
HAVE_CONSTEXPR:INTERNAL=1
//Test HAVE_CXA_DEMANGLE
HAVE_CXA_DEMANGLE:INTERNAL=1
//Test HAVE_DUNE_COMMON
HAVE_DUNE_COMMON:INTERNAL=1
//Test HAVE_DYNAMIC_BOOST_TEST
HAVE_DYNAMIC_BOOST_TEST:INTERNAL=1
//Test HAVE_ERT
HAVE_ERT:INTERNAL=1
//Test HAVE_FINAL
HAVE_FINAL:INTERNAL=1
//Test HAVE_INTEGRAL_CONSTANT
HAVE_INTEGRAL_CONSTANT:INTERNAL=1
//Result of TRY_COMPILE
HAVE_MTUNE:INTERNAL=TRUE
//Test HAVE_NULLPTR
HAVE_NULLPTR:INTERNAL=1
//Test HAVE_OPM_COMMON
HAVE_OPM_COMMON:INTERNAL=1
//Test HAVE_OPM_PARSER
HAVE_OPM_PARSER:INTERNAL=1
//Result of TRY_COMPILE
HAVE_PTHREAD:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_RUNPATH:INTERNAL=TRUE
//Test HAVE_RVALUE_REFERENCES
HAVE_RVALUE_REFERENCES:INTERNAL=1
//Test HAVE_SHARED_PTR
HAVE_SHARED_PTR:INTERNAL=1
//Test HAVE_STATIC_ASSERT
HAVE_STATIC_ASSERT:INTERNAL=1
//Have include tr1/tuple
HAVE_TR1_TUPLE:INTERNAL=1
//Have include tr1/type_traits
HAVE_TR1_TYPE_TRAITS:INTERNAL=1
//Have include tuple
HAVE_TUPLE:INTERNAL=1
//Test HAVE_TYPE_TRAITS
HAVE_TYPE_TRAITS:INTERNAL=1
//Test HAVE_UNIQUE_PTR
HAVE_UNIQUE_PTR:INTERNAL=1
//Test HAVE_VARIADIC_CONSTRUCTOR_SFINAE
HAVE_VARIADIC_CONSTRUCTOR_SFINAE:INTERNAL=1
//Test HAVE_VARIADIC_TEMPLATES
HAVE_VARIADIC_TEMPLATES:INTERNAL=1
//ADVANCED property for variable: LAPACK_Accelerate_LIBRARY
LAPACK_Accelerate_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LAPACK_goto2_LIBRARY
LAPACK_goto2_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LAPACK_lapack_LIBRARY
LAPACK_lapack_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LAPACK_lapack_WORKS
LAPACK_lapack_WORKS-ADVANCED:INTERNAL=1
//Have function cheev_
LAPACK_lapack_WORKS:INTERNAL=1
//ADVANCED property for variable: LAPACK_vecLib_LIBRARY
LAPACK_vecLib_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PRECOMPILE_HEADERS
PRECOMPILE_HEADERS-ADVANCED:INTERNAL=1
PkgConf_dune-common_CFLAGS:INTERNAL=
PkgConf_dune-common_CFLAGS_I:INTERNAL=
PkgConf_dune-common_CFLAGS_OTHER:INTERNAL=
PkgConf_dune-common_FOUND:INTERNAL=
PkgConf_dune-common_INCLUDEDIR:INTERNAL=
PkgConf_dune-common_LIBDIR:INTERNAL=
PkgConf_dune-common_LIBS:INTERNAL=
PkgConf_dune-common_LIBS_L:INTERNAL=
PkgConf_dune-common_LIBS_OTHER:INTERNAL=
PkgConf_dune-common_LIBS_PATHS:INTERNAL=
PkgConf_dune-common_PREFIX:INTERNAL=
PkgConf_dune-common_STATIC_CFLAGS:INTERNAL=
PkgConf_dune-common_STATIC_CFLAGS_I:INTERNAL=
PkgConf_dune-common_STATIC_CFLAGS_OTHER:INTERNAL=
PkgConf_dune-common_STATIC_LIBDIR:INTERNAL=
PkgConf_dune-common_STATIC_LIBS:INTERNAL=
PkgConf_dune-common_STATIC_LIBS_L:INTERNAL=
PkgConf_dune-common_STATIC_LIBS_OTHER:INTERNAL=
PkgConf_dune-common_STATIC_LIBS_PATHS:INTERNAL=
PkgConf_dune-common_VERSION:INTERNAL=
PkgConf_dune-common_dune-common_INCLUDEDIR:INTERNAL=
PkgConf_dune-common_dune-common_LIBDIR:INTERNAL=
PkgConf_dune-common_dune-common_PREFIX:INTERNAL=
PkgConf_dune-common_dune-common_VERSION:INTERNAL=
PkgConf_opm-common_CFLAGS:INTERNAL=
PkgConf_opm-common_CFLAGS_I:INTERNAL=
PkgConf_opm-common_CFLAGS_OTHER:INTERNAL=
PkgConf_opm-common_FOUND:INTERNAL=
PkgConf_opm-common_INCLUDEDIR:INTERNAL=
PkgConf_opm-common_LIBDIR:INTERNAL=
PkgConf_opm-common_LIBS:INTERNAL=
PkgConf_opm-common_LIBS_L:INTERNAL=
PkgConf_opm-common_LIBS_OTHER:INTERNAL=
PkgConf_opm-common_LIBS_PATHS:INTERNAL=
PkgConf_opm-common_PREFIX:INTERNAL=
PkgConf_opm-common_STATIC_CFLAGS:INTERNAL=
PkgConf_opm-common_STATIC_CFLAGS_I:INTERNAL=
PkgConf_opm-common_STATIC_CFLAGS_OTHER:INTERNAL=
PkgConf_opm-common_STATIC_LIBDIR:INTERNAL=
PkgConf_opm-common_STATIC_LIBS:INTERNAL=
PkgConf_opm-common_STATIC_LIBS_L:INTERNAL=
PkgConf_opm-common_STATIC_LIBS_OTHER:INTERNAL=
PkgConf_opm-common_STATIC_LIBS_PATHS:INTERNAL=
PkgConf_opm-common_VERSION:INTERNAL=
PkgConf_opm-common_opm-common_INCLUDEDIR:INTERNAL=
PkgConf_opm-common_opm-common_LIBDIR:INTERNAL=
PkgConf_opm-common_opm-common_PREFIX:INTERNAL=
PkgConf_opm-common_opm-common_VERSION:INTERNAL=
//ADVANCED property for variable: SIBLING_SEARCH
SIBLING_SEARCH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZLIB_INCLUDE_DIR
ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZLIB_LIBRARY_DEBUG
ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZLIB_LIBRARY_RELEASE
ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//Components requested for this build tree.
_Boost_COMPONENTS_SEARCHED:INTERNAL=date_time;filesystem;regex;system;unit_test_framework
//Last used Boost_INCLUDE_DIR value.
_Boost_INCLUDE_DIR_LAST:INTERNAL=/usr/include
//Last used Boost_LIBRARY_DIR_DEBUG value.
_Boost_LIBRARY_DIR_DEBUG_LAST:INTERNAL=/usr/lib/x86_64-linux-gnu
//Last used Boost_LIBRARY_DIR_RELEASE value.
_Boost_LIBRARY_DIR_RELEASE_LAST:INTERNAL=/usr/lib/x86_64-linux-gnu
//Last used Boost_NAMESPACE value.
_Boost_NAMESPACE_LAST:INTERNAL=boost
//Last used Boost_USE_MULTITHREADED value.
_Boost_USE_MULTITHREADED_LAST:INTERNAL=TRUE
__pkg_config_checked_PkgConf_dune-common:INTERNAL=1
__pkg_config_checked_PkgConf_opm-common:INTERNAL=1
//Result of TRY_COMPILE
compile_result_unused:INTERNAL=FALSE
//ADVANCED property for variable: opm-common_INCLUDE_DIR
opm-common_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: opm-common_LIBRARY
opm-common_LIBRARY-ADVANCED:INTERNAL=1
Determining if the pthread_create exist failed with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_bc9a1/fast"
/usr/bin/make -f CMakeFiles/cmTC_bc9a1.dir/build.make CMakeFiles/cmTC_bc9a1.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_bc9a1.dir/CheckSymbolExists.c.o
/usr/bin/cc -pipe -Wall -Wno-unknown-pragmas -o CMakeFiles/cmTC_bc9a1.dir/CheckSymbolExists.c.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_bc9a1
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bc9a1.dir/link.txt --verbose=1
/usr/bin/cc -pipe -Wall -Wno-unknown-pragmas CMakeFiles/cmTC_bc9a1.dir/CheckSymbolExists.c.o -o cmTC_bc9a1 -rdynamic
CMakeFiles/cmTC_bc9a1.dir/CheckSymbolExists.c.o: In function `main':
CheckSymbolExists.c:(.text+0x16): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_bc9a1.dir/build.make:97: recipe for target 'cmTC_bc9a1' failed
make[1]: *** [cmTC_bc9a1] Error 1
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_bc9a1/fast' failed
make: *** [cmTC_bc9a1/fast] Error 2
File /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef pthread_create
return ((int*)(&pthread_create))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_199ff/fast"
/usr/bin/make -f CMakeFiles/cmTC_199ff.dir/build.make CMakeFiles/cmTC_199ff.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_199ff.dir/CheckFunctionExists.c.o
/usr/bin/cc -pipe -Wall -Wno-unknown-pragmas -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_199ff.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_199ff
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_199ff.dir/link.txt --verbose=1
/usr/bin/cc -pipe -Wall -Wno-unknown-pragmas -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_199ff.dir/CheckFunctionExists.c.o -o cmTC_199ff -rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_199ff.dir/build.make:97: recipe for target 'cmTC_199ff' failed
make[1]: *** [cmTC_199ff] Error 1
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_199ff/fast' failed
make: *** [cmTC_199ff/fast] Error 2
The system is: Linux - 4.4.0-66-generic - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/cc
Build flags:
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
The C compiler identification is GNU, found in "/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/3.5.1/CompilerIdC/a.out"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/bin/c++
Build flags:
Id flags:
The output was:
0
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
The CXX compiler identification is GNU, found in "/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/3.5.1/CompilerIdCXX/a.out"
Determining if the C compiler works passed with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_5c45a/fast"
/usr/bin/make -f CMakeFiles/cmTC_5c45a.dir/build.make CMakeFiles/cmTC_5c45a.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5c45a.dir/testCCompiler.c.o
/usr/bin/cc -o CMakeFiles/cmTC_5c45a.dir/testCCompiler.c.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_5c45a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5c45a.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_5c45a.dir/testCCompiler.c.o -o cmTC_5c45a -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Detecting C compiler ABI info compiled with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f6a81/fast"
/usr/bin/make -f CMakeFiles/cmTC_f6a81.dir/build.make CMakeFiles/cmTC_f6a81.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f6a81.dir/CMakeCCompilerABI.c.o
/usr/bin/cc -o CMakeFiles/cmTC_f6a81.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_f6a81
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f6a81.dir/link.txt --verbose=1
/usr/bin/cc -v CMakeFiles/cmTC_f6a81.dir/CMakeCCompilerABI.c.o -o cmTC_f6a81 -rdynamic
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/home/riseth/local/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/home/riseth/local/lib/:./:/usr/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_f6a81' '-rdynamic' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccmEcfOH.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTC_f6a81 /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/home/riseth/local/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/home/riseth/local/lib -L. -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. CMakeFiles/cmTC_f6a81.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_f6a81/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_f6a81.dir/build.make CMakeFiles/cmTC_f6a81.dir/build]
ignore line: [make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp']
ignore line: [Building C object CMakeFiles/cmTC_f6a81.dir/CMakeCCompilerABI.c.o]
ignore line: [/usr/bin/cc -o CMakeFiles/cmTC_f6a81.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
ignore line: [Linking C executable cmTC_f6a81]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f6a81.dir/link.txt --verbose=1]
ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_f6a81.dir/CMakeCCompilerABI.c.o -o cmTC_f6a81 -rdynamic ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/cc]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper]
ignore line: [Target: x86_64-linux-gnu]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/]
ignore line: [LIBRARY_PATH=/home/riseth/local/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/home/riseth/local/lib/:./:/usr/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_f6a81' '-rdynamic' '-mtune=generic' '-march=x86-64']
link line: [ /usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccmEcfOH.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTC_f6a81 /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/home/riseth/local/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/home/riseth/local/lib -L. -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. CMakeFiles/cmTC_f6a81.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o]
arg [/usr/lib/gcc/x86_64-linux-gnu/5/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/ccmEcfOH.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [--sysroot=/] ==> ignore
arg [--build-id] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [--hash-style=gnu] ==> ignore
arg [--as-needed] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-zrelro] ==> ignore
arg [-o] ==> ignore
arg [cmTC_f6a81] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o] ==> ignore
arg [-L/home/riseth/local/lib/../lib] ==> dir [/home/riseth/local/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib]
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/home/riseth/local/lib] ==> dir [/home/riseth/local/lib]
arg [-L.] ==> ignore
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../..]
arg [CMakeFiles/cmTC_f6a81.dir/CMakeCCompilerABI.c.o] ==> ignore
arg [-lgcc] ==> lib [gcc]
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--no-as-needed] ==> ignore
arg [-lc] ==> lib [c]
arg [-lgcc] ==> lib [gcc]
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--no-as-needed] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/crtend.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o] ==> ignore
remove lib [gcc]
remove lib [gcc_s]
remove lib [gcc]
remove lib [gcc_s]
collapse library dir [/home/riseth/local/lib/../lib] ==> [/home/riseth/local/lib]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5] ==> [/usr/lib/gcc/x86_64-linux-gnu/5]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib] ==> [/usr/lib]
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
collapse library dir [/lib/../lib] ==> [/lib]
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
collapse library dir [/home/riseth/local/lib] ==> [/home/riseth/local/lib]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../..] ==> [/usr/lib]
implicit libs: [c]
implicit dirs: [/home/riseth/local/lib;/usr/lib/gcc/x86_64-linux-gnu/5;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
implicit fwks: []
Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_17065/fast"
/usr/bin/make -f CMakeFiles/cmTC_17065.dir/build.make CMakeFiles/cmTC_17065.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_17065.dir/feature_tests.c.o
/usr/bin/cc -std=c11 -o CMakeFiles/cmTC_17065.dir/feature_tests.c.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_17065
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_17065.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_17065.dir/feature_tests.c.o -o cmTC_17065 -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:1c_restrict
Feature record: C_FEATURE:1c_static_assert
Feature record: C_FEATURE:1c_variadic_macros
Detecting C [-std=c99] compiler features compiled with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_e4278/fast"
/usr/bin/make -f CMakeFiles/cmTC_e4278.dir/build.make CMakeFiles/cmTC_e4278.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e4278.dir/feature_tests.c.o
/usr/bin/cc -std=c99 -o CMakeFiles/cmTC_e4278.dir/feature_tests.c.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_e4278
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e4278.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_e4278.dir/feature_tests.c.o -o cmTC_e4278 -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:1c_restrict
Feature record: C_FEATURE:0c_static_assert
Feature record: C_FEATURE:1c_variadic_macros
Detecting C [-std=c90] compiler features compiled with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f5a68/fast"
/usr/bin/make -f CMakeFiles/cmTC_f5a68.dir/build.make CMakeFiles/cmTC_f5a68.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f5a68.dir/feature_tests.c.o
/usr/bin/cc -std=c90 -o CMakeFiles/cmTC_f5a68.dir/feature_tests.c.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_f5a68
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f5a68.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_f5a68.dir/feature_tests.c.o -o cmTC_f5a68 -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:0c_restrict
Feature record: C_FEATURE:0c_static_assert
Feature record: C_FEATURE:0c_variadic_macros
Determining if the CXX compiler works passed with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_987f6/fast"
/usr/bin/make -f CMakeFiles/cmTC_987f6.dir/build.make CMakeFiles/cmTC_987f6.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_987f6.dir/testCXXCompiler.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_987f6.dir/testCXXCompiler.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_987f6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_987f6.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_987f6.dir/testCXXCompiler.cxx.o -o cmTC_987f6 -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_29730/fast"
/usr/bin/make -f CMakeFiles/cmTC_29730.dir/build.make CMakeFiles/cmTC_29730.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_29730.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++ -o CMakeFiles/cmTC_29730.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTC_29730
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_29730.dir/link.txt --verbose=1
/usr/bin/c++ -v CMakeFiles/cmTC_29730.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_29730 -rdynamic
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/home/riseth/local/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/home/riseth/local/lib/:./:/usr/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_29730' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccIfFFxc.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTC_29730 /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/home/riseth/local/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/home/riseth/local/lib -L. -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. CMakeFiles/cmTC_29730.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_29730/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_29730.dir/build.make CMakeFiles/cmTC_29730.dir/build]
ignore line: [make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp']
ignore line: [Building CXX object CMakeFiles/cmTC_29730.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/usr/bin/c++ -o CMakeFiles/cmTC_29730.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Linking CXX executable cmTC_29730]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_29730.dir/link.txt --verbose=1]
ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_29730.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_29730 -rdynamic ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/c++]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper]
ignore line: [Target: x86_64-linux-gnu]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/]
ignore line: [LIBRARY_PATH=/home/riseth/local/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/home/riseth/local/lib/:./:/usr/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_29730' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
link line: [ /usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccIfFFxc.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTC_29730 /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/home/riseth/local/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/home/riseth/local/lib -L. -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. CMakeFiles/cmTC_29730.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o]
arg [/usr/lib/gcc/x86_64-linux-gnu/5/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/ccIfFFxc.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [--sysroot=/] ==> ignore
arg [--build-id] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [--hash-style=gnu] ==> ignore
arg [--as-needed] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-zrelro] ==> ignore
arg [-o] ==> ignore
arg [cmTC_29730] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o] ==> ignore
arg [-L/home/riseth/local/lib/../lib] ==> dir [/home/riseth/local/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib]
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/home/riseth/local/lib] ==> dir [/home/riseth/local/lib]
arg [-L.] ==> ignore
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../..]
arg [CMakeFiles/cmTC_29730.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
arg [-lstdc++] ==> lib [stdc++]
arg [-lm] ==> lib [m]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [-lc] ==> lib [c]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [/usr/lib/gcc/x86_64-linux-gnu/5/crtend.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o] ==> ignore
remove lib [gcc_s]
remove lib [gcc]
remove lib [gcc_s]
remove lib [gcc]
collapse library dir [/home/riseth/local/lib/../lib] ==> [/home/riseth/local/lib]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5] ==> [/usr/lib/gcc/x86_64-linux-gnu/5]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib] ==> [/usr/lib]
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
collapse library dir [/lib/../lib] ==> [/lib]
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
collapse library dir [/home/riseth/local/lib] ==> [/home/riseth/local/lib]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../..] ==> [/usr/lib]
implicit libs: [stdc++;m;c]
implicit dirs: [/home/riseth/local/lib;/usr/lib/gcc/x86_64-linux-gnu/5;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
implicit fwks: []
Detecting CXX [-std=c++14] compiler features compiled with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_72c46/fast"
/usr/bin/make -f CMakeFiles/cmTC_72c46.dir/build.make CMakeFiles/cmTC_72c46.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_72c46.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_72c46.dir/feature_tests.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_72c46
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_72c46.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_72c46.dir/feature_tests.cxx.o -o cmTC_72c46 -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [-std=c++11] compiler features compiled with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_bad02/fast"
/usr/bin/make -f CMakeFiles/cmTC_bad02.dir/build.make CMakeFiles/cmTC_bad02.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_bad02.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_bad02.dir/feature_tests.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_bad02
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bad02.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_bad02.dir/feature_tests.cxx.o -o cmTC_bad02 -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [-std=c++98] compiler features compiled with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_367ad/fast"
/usr/bin/make -f CMakeFiles/cmTC_367ad.dir/build.make CMakeFiles/cmTC_367ad.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_367ad.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_367ad.dir/feature_tests.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_367ad
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_367ad.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_367ad.dir/feature_tests.cxx.o -o cmTC_367ad -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:0cxx_alias_templates
Feature record: CXX_FEATURE:0cxx_alignas
Feature record: CXX_FEATURE:0cxx_alignof
Feature record: CXX_FEATURE:0cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:0cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:0cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:0cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:0cxx_default_function_template_args
Feature record: CXX_FEATURE:0cxx_defaulted_functions
Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:0cxx_delegating_constructors
Feature record: CXX_FEATURE:0cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
Feature record: CXX_FEATURE:0cxx_explicit_conversions
Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
Feature record: CXX_FEATURE:0cxx_extern_templates
Feature record: CXX_FEATURE:0cxx_final
Feature record: CXX_FEATURE:0cxx_func_identifier
Feature record: CXX_FEATURE:0cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:0cxx_inheriting_constructors
Feature record: CXX_FEATURE:0cxx_inline_namespaces
Feature record: CXX_FEATURE:0cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:0cxx_local_type_template_args
Feature record: CXX_FEATURE:0cxx_long_long_type
Feature record: CXX_FEATURE:0cxx_noexcept
Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
Feature record: CXX_FEATURE:0cxx_nullptr
Feature record: CXX_FEATURE:0cxx_override
Feature record: CXX_FEATURE:0cxx_range_for
Feature record: CXX_FEATURE:0cxx_raw_string_literals
Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:0cxx_right_angle_brackets
Feature record: CXX_FEATURE:0cxx_rvalue_references
Feature record: CXX_FEATURE:0cxx_sizeof_member
Feature record: CXX_FEATURE:0cxx_static_assert
Feature record: CXX_FEATURE:0cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:0cxx_thread_local
Feature record: CXX_FEATURE:0cxx_trailing_return_types
Feature record: CXX_FEATURE:0cxx_unicode_literals
Feature record: CXX_FEATURE:0cxx_uniform_initialization
Feature record: CXX_FEATURE:0cxx_unrestricted_unions
Feature record: CXX_FEATURE:0cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:0cxx_variadic_macros
Feature record: CXX_FEATURE:0cxx_variadic_templates
Determining if the CXX compiler accepts the flag -Wl,--enable-new-dtags passed with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f4dcd/fast"
/usr/bin/make -f CMakeFiles/cmTC_f4dcd.dir/build.make CMakeFiles/cmTC_f4dcd.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_f4dcd.dir/DummyCXXFile.cxx.o
/usr/bin/c++ -Wl,--enable-new-dtags -o CMakeFiles/cmTC_f4dcd.dir/DummyCXXFile.cxx.o -c /usr/share/cmake-3.5/Modules/DummyCXXFile.cxx
Linking CXX executable cmTC_f4dcd
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f4dcd.dir/link.txt --verbose=1
/usr/bin/c++ -Wl,--enable-new-dtags CMakeFiles/cmTC_f4dcd.dir/DummyCXXFile.cxx.o -o cmTC_f4dcd -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Determining if the CXX compiler accepts the flag -mtune=native passed with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_e26ab/fast"
/usr/bin/make -f CMakeFiles/cmTC_e26ab.dir/build.make CMakeFiles/cmTC_e26ab.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_e26ab.dir/DummyCXXFile.cxx.o
/usr/bin/c++ -pipe -mtune=native -o CMakeFiles/cmTC_e26ab.dir/DummyCXXFile.cxx.o -c /usr/share/cmake-3.5/Modules/DummyCXXFile.cxx
Linking CXX executable cmTC_e26ab
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e26ab.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -mtune=native CMakeFiles/cmTC_e26ab.dir/DummyCXXFile.cxx.o -o cmTC_e26ab -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Determining if the include file pthread.h exists passed with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_89176/fast"
/usr/bin/make -f CMakeFiles/cmTC_89176.dir/build.make CMakeFiles/cmTC_89176.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_89176.dir/CheckIncludeFile.c.o
/usr/bin/cc -pipe -Wall -Wno-unknown-pragmas -o CMakeFiles/cmTC_89176.dir/CheckIncludeFile.c.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_89176
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_89176.dir/link.txt --verbose=1
/usr/bin/cc -pipe -Wall -Wno-unknown-pragmas CMakeFiles/cmTC_89176.dir/CheckIncludeFile.c.o -o cmTC_89176 -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Determining if the function pthread_create exists in the pthread passed with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_99048/fast"
/usr/bin/make -f CMakeFiles/cmTC_99048.dir/build.make CMakeFiles/cmTC_99048.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_99048.dir/CheckFunctionExists.c.o
/usr/bin/cc -pipe -Wall -Wno-unknown-pragmas -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_99048.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_99048
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_99048.dir/link.txt --verbose=1
/usr/bin/cc -pipe -Wall -Wno-unknown-pragmas -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_99048.dir/CheckFunctionExists.c.o -o cmTC_99048 -rdynamic -lpthread
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Determining if the CXX compiler accepts the flag -pthread passed with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_d39f9/fast"
/usr/bin/make -f CMakeFiles/cmTC_d39f9.dir/build.make CMakeFiles/cmTC_d39f9.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_d39f9.dir/DummyCXXFile.cxx.o
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -o CMakeFiles/cmTC_d39f9.dir/DummyCXXFile.cxx.o -c /usr/share/cmake-3.5/Modules/DummyCXXFile.cxx
Linking CXX executable cmTC_d39f9
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d39f9.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread CMakeFiles/cmTC_d39f9.dir/DummyCXXFile.cxx.o -o cmTC_d39f9 -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Performing C SOURCE FILE Test HAVE_C99 succeeded with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_e5ecd/fast"
/usr/bin/make -f CMakeFiles/cmTC_e5ecd.dir/build.make CMakeFiles/cmTC_e5ecd.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e5ecd.dir/src.c.o
/usr/bin/cc -pipe -Wall -Wno-unknown-pragmas -pthread -DHAVE_C99 -std=c99 -o CMakeFiles/cmTC_e5ecd.dir/src.c.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTC_e5ecd
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e5ecd.dir/link.txt --verbose=1
/usr/bin/cc -pipe -Wall -Wno-unknown-pragmas -pthread -DHAVE_C99 CMakeFiles/cmTC_e5ecd.dir/src.c.o -o cmTC_e5ecd -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test HAVE_FINAL succeeded with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_5512f/fast"
/usr/bin/make -f CMakeFiles/cmTC_5512f.dir/build.make CMakeFiles/cmTC_5512f.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_5512f.dir/src.cxx.o
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_FINAL -o CMakeFiles/cmTC_5512f.dir/src.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_5512f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5512f.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_FINAL CMakeFiles/cmTC_5512f.dir/src.cxx.o -o cmTC_5512f -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Source file was:
struct Base {
virtual void foo() = 0;
};
struct Derived : public Base {
virtual void foo() final {};
};
int main()
{
return 0;
}
Performing C++ SOURCE FILE Test HAVE_TYPE_TRAITS succeeded with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_4f6a8/fast"
/usr/bin/make -f CMakeFiles/cmTC_4f6a8.dir/build.make CMakeFiles/cmTC_4f6a8.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_4f6a8.dir/src.cxx.o
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_TYPE_TRAITS -o CMakeFiles/cmTC_4f6a8.dir/src.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx
/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’:
/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx:9:10: warning: unused variable ‘foo’ [-Wunused-variable]
bool foo = std::is_convertible<int, double>::value;
^
/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx:10:10: warning: unused variable ‘bar’ [-Wunused-variable]
bool bar = std::is_base_of<Base, Derived>::value;
^
/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx:11:10: warning: unused variable ‘foobar’ [-Wunused-variable]
bool foobar = std::is_integral<double>::value;
^
Linking CXX executable cmTC_4f6a8
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4f6a8.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_TYPE_TRAITS CMakeFiles/cmTC_4f6a8.dir/src.cxx.o -o cmTC_4f6a8 -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Source file was:
#include <type_traits>
class Base {};
class Derived : public Base {};
int main()
{
bool foo = std::is_convertible<int, double>::value;
bool bar = std::is_base_of<Base, Derived>::value;
bool foobar = std::is_integral<double>::value;
return 0;
}
Performing C++ SOURCE FILE Test HAVE_SHARED_PTR succeeded with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_45e3f/fast"
/usr/bin/make -f CMakeFiles/cmTC_45e3f.dir/build.make CMakeFiles/cmTC_45e3f.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_45e3f.dir/src.cxx.o
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_SHARED_PTR -o CMakeFiles/cmTC_45e3f.dir/src.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_45e3f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_45e3f.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_SHARED_PTR CMakeFiles/cmTC_45e3f.dir/src.cxx.o -o cmTC_45e3f -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Source file was:
#include <memory>
int main(void)
{
std::shared_ptr<int> foo(new int(123));
return 0;
}
Performing C++ SOURCE FILE Test HAVE_UNIQUE_PTR succeeded with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_07948/fast"
/usr/bin/make -f CMakeFiles/cmTC_07948.dir/build.make CMakeFiles/cmTC_07948.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_07948.dir/src.cxx.o
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_UNIQUE_PTR -o CMakeFiles/cmTC_07948.dir/src.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_07948
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_07948.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_UNIQUE_PTR CMakeFiles/cmTC_07948.dir/src.cxx.o -o cmTC_07948 -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Source file was:
#include <memory>
int main(void)
{
std::unique_ptr<int> foo(new int(123));
return 0;
}
Performing C++ SOURCE FILE Test HAVE_NULLPTR succeeded with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_886d2/fast"
/usr/bin/make -f CMakeFiles/cmTC_886d2.dir/build.make CMakeFiles/cmTC_886d2.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_886d2.dir/src.cxx.o
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_NULLPTR -o CMakeFiles/cmTC_886d2.dir/src.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx
/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’:
/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx:4:13: warning: unused variable ‘ch’ [-Wunused-variable]
char* ch = nullptr;
^
Linking CXX executable cmTC_886d2
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_886d2.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_NULLPTR CMakeFiles/cmTC_886d2.dir/src.cxx.o -o cmTC_886d2 -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Source file was:
int main(void)
{
char* ch = nullptr;
return 0;
}
Performing C++ SOURCE FILE Test HAVE_CONSTEXPR succeeded with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f57f5/fast"
/usr/bin/make -f CMakeFiles/cmTC_f57f5.dir/build.make CMakeFiles/cmTC_f57f5.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_f57f5.dir/src.cxx.o
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_CONSTEXPR -o CMakeFiles/cmTC_f57f5.dir/src.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx
/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’:
/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx:6:21: warning: unused variable ‘foobar’ [-Wunused-variable]
constexpr int foobar = foo(100);
^
Linking CXX executable cmTC_f57f5
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f57f5.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_CONSTEXPR CMakeFiles/cmTC_f57f5.dir/src.cxx.o -o cmTC_f57f5 -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Source file was:
template <class T>
inline constexpr int foo(T bar) { return bar*2; }
int main(void)
{
constexpr int foobar = foo(100);
return 0;
}
Performing C++ SOURCE FILE Test HAVE_ARRAY succeeded with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_821fd/fast"
/usr/bin/make -f CMakeFiles/cmTC_821fd.dir/build.make CMakeFiles/cmTC_821fd.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_821fd.dir/src.cxx.o
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_ARRAY -o CMakeFiles/cmTC_821fd.dir/src.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_821fd
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_821fd.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_ARRAY CMakeFiles/cmTC_821fd.dir/src.cxx.o -o cmTC_821fd -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Source file was:
#include <array>
int main(void)
{
std::array<int,2> a;
a.fill(9);
return 0;
}
Performing C++ SOURCE FILE Test HAVE_INTEGRAL_CONSTANT succeeded with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_5f4df/fast"
/usr/bin/make -f CMakeFiles/cmTC_5f4df.dir/build.make CMakeFiles/cmTC_5f4df.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_5f4df.dir/src.cxx.o
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_INTEGRAL_CONSTANT -o CMakeFiles/cmTC_5f4df.dir/src.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_5f4df
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5f4df.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_INTEGRAL_CONSTANT CMakeFiles/cmTC_5f4df.dir/src.cxx.o -o cmTC_5f4df -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Source file was:
#include <type_traits>
void f( int ){}
int main(void){
f( std::integral_constant< int, 42 >() );
}
Determining if the include file tuple exists passed with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_9c041/fast"
/usr/bin/make -f CMakeFiles/cmTC_9c041.dir/build.make CMakeFiles/cmTC_9c041.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_9c041.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -o CMakeFiles/cmTC_9c041.dir/CheckIncludeFile.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_9c041
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9c041.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 CMakeFiles/cmTC_9c041.dir/CheckIncludeFile.cxx.o -o cmTC_9c041 -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Determining if the include file tr1/tuple exists passed with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_57707/fast"
/usr/bin/make -f CMakeFiles/cmTC_57707.dir/build.make CMakeFiles/cmTC_57707.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_57707.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -o CMakeFiles/cmTC_57707.dir/CheckIncludeFile.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_57707
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_57707.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 CMakeFiles/cmTC_57707.dir/CheckIncludeFile.cxx.o -o cmTC_57707 -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Performing C++ SOURCE FILE Test HAVE_ATTRIBUTE_ALWAYS_INLINE succeeded with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_21bbe/fast"
/usr/bin/make -f CMakeFiles/cmTC_21bbe.dir/build.make CMakeFiles/cmTC_21bbe.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_21bbe.dir/src.cxx.o
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_ATTRIBUTE_ALWAYS_INLINE -o CMakeFiles/cmTC_21bbe.dir/src.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx
/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx:2:40: warning: always_inline function might not be inlinable [-Wattributes]
void __attribute__((always_inline)) foo(void) {}
^
Linking CXX executable cmTC_21bbe
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_21bbe.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_ATTRIBUTE_ALWAYS_INLINE CMakeFiles/cmTC_21bbe.dir/src.cxx.o -o cmTC_21bbe -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Source file was:
void __attribute__((always_inline)) foo(void) {}
int main(void)
{
foo();
return 0;
};
Performing C++ SOURCE FILE Test HAS_ATTRIBUTE_UNUSED succeeded with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_93bfd/fast"
/usr/bin/make -f CMakeFiles/cmTC_93bfd.dir/build.make CMakeFiles/cmTC_93bfd.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_93bfd.dir/src.cxx.o
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAS_ATTRIBUTE_UNUSED -o CMakeFiles/cmTC_93bfd.dir/src.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_93bfd
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_93bfd.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAS_ATTRIBUTE_UNUSED CMakeFiles/cmTC_93bfd.dir/src.cxx.o -o cmTC_93bfd -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Source file was:
int main(void)
{
int __attribute__((unused)) foo;
return 0;
};
Performing C++ SOURCE FILE Test HAS_ATTRIBUTE_DEPRECATED succeeded with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_7ac5f/fast"
/usr/bin/make -f CMakeFiles/cmTC_7ac5f.dir/build.make CMakeFiles/cmTC_7ac5f.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_7ac5f.dir/src.cxx.o
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAS_ATTRIBUTE_DEPRECATED -o CMakeFiles/cmTC_7ac5f.dir/src.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_7ac5f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7ac5f.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAS_ATTRIBUTE_DEPRECATED CMakeFiles/cmTC_7ac5f.dir/src.cxx.o -o cmTC_7ac5f -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Source file was:
#define DEP __attribute__((deprecated))
class bar
{
bar() DEP;
};
class peng { } DEP;
template <class T>
class t_bar
{
t_bar() DEP;
};
template <class T>
class t_peng {
t_peng() {};
} DEP;
void foo() DEP;
void foo() {};
int main(void)
{
return 0;
};
Performing C++ SOURCE FILE Test HAS_ATTRIBUTE_DEPRECATED_MSG succeeded with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_92e8c/fast"
/usr/bin/make -f CMakeFiles/cmTC_92e8c.dir/build.make CMakeFiles/cmTC_92e8c.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_92e8c.dir/src.cxx.o
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAS_ATTRIBUTE_DEPRECATED_MSG -o CMakeFiles/cmTC_92e8c.dir/src.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_92e8c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_92e8c.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAS_ATTRIBUTE_DEPRECATED_MSG CMakeFiles/cmTC_92e8c.dir/src.cxx.o -o cmTC_92e8c -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Source file was:
#define DEP __attribute__((deprecated("message")))
class bar {
bar() DEP;
};
class peng { } DEP;
template <class T>
class t_bar
{
t_bar() DEP;
};
template <class T>
class t_peng
{
t_peng() {};
} DEP;
void foo() DEP;
void foo() {};
int main(void)
{
return 0;
};
Performing C++ SOURCE FILE Test HAVE_STATIC_ASSERT succeeded with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_48150/fast"
/usr/bin/make -f CMakeFiles/cmTC_48150.dir/build.make CMakeFiles/cmTC_48150.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_48150.dir/src.cxx.o
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_STATIC_ASSERT -o CMakeFiles/cmTC_48150.dir/src.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_48150
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_48150.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_STATIC_ASSERT CMakeFiles/cmTC_48150.dir/src.cxx.o -o cmTC_48150 -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Source file was:
int main(void)
{
static_assert(true,"MSG");
return 0;
}
Performing C++ SOURCE FILE Test HAVE_AUTO succeeded with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a94f5/fast"
/usr/bin/make -f CMakeFiles/cmTC_a94f5.dir/build.make CMakeFiles/cmTC_a94f5.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_a94f5.dir/src.cxx.o
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_AUTO -o CMakeFiles/cmTC_a94f5.dir/src.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx
/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’:
/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx:4:11: warning: unused variable ‘foo’ [-Wunused-variable]
auto foo = 1.23;
^
Linking CXX executable cmTC_a94f5
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a94f5.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_AUTO CMakeFiles/cmTC_a94f5.dir/src.cxx.o -o cmTC_a94f5 -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Source file was:
int main(void)
{
auto foo = 1.23;
return 0;
}
Performing C++ SOURCE FILE Test HAVE_VARIADIC_TEMPLATES succeeded with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_7c9d6/fast"
/usr/bin/make -f CMakeFiles/cmTC_7c9d6.dir/build.make CMakeFiles/cmTC_7c9d6.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_7c9d6.dir/src.cxx.o
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_VARIADIC_TEMPLATES -o CMakeFiles/cmTC_7c9d6.dir/src.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_7c9d6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7c9d6.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_VARIADIC_TEMPLATES CMakeFiles/cmTC_7c9d6.dir/src.cxx.o -o cmTC_7c9d6 -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Source file was:
#include <cassert>
template<typename... T>
int addints(T... x);
int add_ints()
{
return 0;
}
template<typename T1, typename... T>
int add_ints(T1 t1, T... t)
{
return t1 + add_ints(t...);
}
int main(void)
{
assert( 5 == add_ints(9,3,-5,-2) );
return 0;
}
Performing C++ SOURCE FILE Test HAVE_VARIADIC_CONSTRUCTOR_SFINAE succeeded with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_1f2a9/fast"
/usr/bin/make -f CMakeFiles/cmTC_1f2a9.dir/build.make CMakeFiles/cmTC_1f2a9.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_1f2a9.dir/src.cxx.o
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_VARIADIC_CONSTRUCTOR_SFINAE -o CMakeFiles/cmTC_1f2a9.dir/src.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_1f2a9
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1f2a9.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_VARIADIC_CONSTRUCTOR_SFINAE CMakeFiles/cmTC_1f2a9.dir/src.cxx.o -o cmTC_1f2a9 -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Source file was:
#include <functional>
template<typename... U>
struct A
{
template<typename... T,
typename = typename std::enable_if<(sizeof...(T) < 2)>::type
>
A(T... t)
: i(1)
{}
template<typename... T,
typename = typename std::enable_if<(sizeof...(T) >= 2)>::type,
typename = void
>
A(T... t)
: i(-1)
{}
A()
: i(1)
{}
int i;
};
int main(void)
{
return (A<int>().i + A<int>(2).i + A<int>("foo",3.4).i + A<int>(8,'a',A<int>()).i == 0 ? 0 : 1);
}
Performing C++ SOURCE FILE Test HAVE_RVALUE_REFERENCES succeeded with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_fe36d/fast"
/usr/bin/make -f CMakeFiles/cmTC_fe36d.dir/build.make CMakeFiles/cmTC_fe36d.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_fe36d.dir/src.cxx.o
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_RVALUE_REFERENCES -o CMakeFiles/cmTC_fe36d.dir/src.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_fe36d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fe36d.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_RVALUE_REFERENCES CMakeFiles/cmTC_fe36d.dir/src.cxx.o -o cmTC_fe36d -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Source file was:
#include <cassert>
#include <utility>
int foo(int&& x) { return 1; }
int foo(const int& x) { return -1; }
template<typename T>
int forward(T&& x)
{
return foo(std::forward<T>(x));
}
int main(void)
{
int i = 0;
assert( forward(i) + forward(int(2)) == 0);
return 0;
}
Determining if the include file tr1/type_traits exists passed with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_13636/fast"
/usr/bin/make -f CMakeFiles/cmTC_13636.dir/build.make CMakeFiles/cmTC_13636.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_13636.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -o CMakeFiles/cmTC_13636.dir/CheckIncludeFile.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_13636
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_13636.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 CMakeFiles/cmTC_13636.dir/CheckIncludeFile.cxx.o -o cmTC_13636 -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Determining if the function dgemm_ exists passed with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_703d5/fast"
/usr/bin/make -f CMakeFiles/cmTC_703d5.dir/build.make CMakeFiles/cmTC_703d5.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_703d5.dir/CheckFunctionExists.c.o
/usr/bin/cc -pipe -Wall -Wno-unknown-pragmas -pthread -std=c99 -DCHECK_FUNCTION_EXISTS=dgemm_ -o CMakeFiles/cmTC_703d5.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_703d5
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_703d5.dir/link.txt --verbose=1
/usr/bin/cc -pipe -Wall -Wno-unknown-pragmas -pthread -std=c99 -DCHECK_FUNCTION_EXISTS=dgemm_ CMakeFiles/cmTC_703d5.dir/CheckFunctionExists.c.o -o cmTC_703d5 -rdynamic /usr/lib/libf77blas.so /usr/lib/libatlas.so
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Determining if the function cheev_ exists passed with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_3ba93/fast"
/usr/bin/make -f CMakeFiles/cmTC_3ba93.dir/build.make CMakeFiles/cmTC_3ba93.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3ba93.dir/CheckFunctionExists.c.o
/usr/bin/cc -pipe -Wall -Wno-unknown-pragmas -pthread -std=c99 -DCHECK_FUNCTION_EXISTS=cheev_ -o CMakeFiles/cmTC_3ba93.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_3ba93
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3ba93.dir/link.txt --verbose=1
/usr/bin/cc -pipe -Wall -Wno-unknown-pragmas -pthread -std=c99 -DCHECK_FUNCTION_EXISTS=cheev_ CMakeFiles/cmTC_3ba93.dir/CheckFunctionExists.c.o -o cmTC_3ba93 -rdynamic /usr/lib/liblapack.so /usr/lib/libf77blas.so /usr/lib/libatlas.so
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Performing C++ SOURCE FILE Test HAVE_ERT succeeded with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_c5591/fast"
/usr/bin/make -f CMakeFiles/cmTC_c5591.dir/build.make CMakeFiles/cmTC_c5591.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_c5591.dir/src.cxx.o
/usr/bin/c++ -I/scratch/riseth/opm-project/opm-20170314/ert/libecl/include -I/scratch/riseth/opm-project/opm-20170314/ert/libecl_well/include -I/scratch/riseth/opm-project/opm-20170314/ert/libeclxx/include -I/scratch/riseth/opm-project/opm-20170314/ert/libert_util/include -I/scratch/riseth/opm-project/opm-20170314/ert/libert_utilxx/include -I/scratch/riseth/opm-project/opm-20170314/ert/build/libert_util/include -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_ERT -o CMakeFiles/cmTC_c5591.dir/src.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_c5591
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c5591.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_ERT CMakeFiles/cmTC_c5591.dir/src.cxx.o -o cmTC_c5591 -rdynamic /scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libecl.so /scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libeclxx.so /scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libecl_well.so /scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libert_geometry.so /scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libert_util.so /scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libert_utilxx.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/liblapack.so /usr/lib/libf77blas.so /usr/lib/libatlas.so -lm -lpthread -ldl -Wl,-rpath,/scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Source file was:
#include <ert/ecl/EclKW.hpp>
int main ( ) {
ERT::EclKW< int > kw( ecl_kw_alloc( "SATNUM", 0, ECL_INT_TYPE ) );
return 0;
}
Performing C++ SOURCE FILE Test HAVE_OPM_PARSER succeeded with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_1a9bd/fast"
/usr/bin/make -f CMakeFiles/cmTC_1a9bd.dir/build.make CMakeFiles/cmTC_1a9bd.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_1a9bd.dir/src.cxx.o
/usr/bin/c++ -I/scratch/riseth/opm-project/opm-20170314/opm-parser -I/scratch/riseth/opm-project/opm-20170314/opm-parser/build/generated-source/include -I/scratch/riseth/opm-project/opm-20170314/ert/libecl/include -I/scratch/riseth/opm-project/opm-20170314/ert/libecl_well/include -I/scratch/riseth/opm-project/opm-20170314/ert/libeclxx/include -I/scratch/riseth/opm-project/opm-20170314/ert/libert_util/include -I/scratch/riseth/opm-project/opm-20170314/ert/libert_utilxx/include -I/scratch/riseth/opm-project/opm-20170314/ert/build/libert_util/include -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_OPM_PARSER -o CMakeFiles/cmTC_1a9bd.dir/src.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_1a9bd
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1a9bd.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_OPM_PARSER CMakeFiles/cmTC_1a9bd.dir/src.cxx.o -o cmTC_1a9bd -rdynamic /scratch/riseth/opm-project/opm-20170314/opm-parser/build/lib/x86_64-linux-gnu/libopmparser.so /scratch/riseth/opm-project/opm-20170314/opm-parser/build/lib/x86_64-linux-gnu/libopmjson.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.so /usr/lib/x86_64-linux-gnu/libboost_regex.so /scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libecl.so /scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libeclxx.so /scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libecl_well.so /scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libert_geometry.so /scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libert_util.so /scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu/libert_utilxx.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/liblapack.so /usr/lib/libf77blas.so /usr/lib/libatlas.so -lm -lpthread -ldl -Wl,-rpath,/scratch/riseth/opm-project/opm-20170314/opm-parser/build/lib/x86_64-linux-gnu:/scratch/riseth/opm-project/opm-20170314/ert/build/lib/x86_64-linux-gnu
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Source file was:
#include <cstdlib>
#include <opm/parser/eclipse/Deck/Deck.hpp>
int main (void) {
return EXIT_SUCCESS;
}
Performing C++ SOURCE FILE Test HAVE_OPM_COMMON succeeded with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_74d79/fast"
/usr/bin/make -f CMakeFiles/cmTC_74d79.dir/build.make CMakeFiles/cmTC_74d79.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_74d79.dir/src.cxx.o
/usr/bin/c++ -DHAS_ATTRIBUTE_UNUSED=1 -I/scratch/riseth/opm-project/opm-20170314/opm-common -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_OPM_COMMON -o CMakeFiles/cmTC_74d79.dir/src.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_74d79
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_74d79.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_OPM_COMMON CMakeFiles/cmTC_74d79.dir/src.cxx.o -o cmTC_74d79 -rdynamic /scratch/riseth/opm-project/opm-20170314/opm-common/build/lib/libopmcommon.a /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.so /usr/lib/x86_64-linux-gnu/libboost_regex.so
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Source file was:
#include <opm/common/utility/platform_dependent/disable_warnings.h>
int main (void) {
return 0;
}
Performing C++ SOURCE FILE Test HAVE_DYNAMIC_BOOST_TEST succeeded with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a76f7/fast"
/usr/bin/make -f CMakeFiles/cmTC_a76f7.dir/build.make CMakeFiles/cmTC_a76f7.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_a76f7.dir/src.cxx.o
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_DYNAMIC_BOOST_TEST -o CMakeFiles/cmTC_a76f7.dir/src.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_a76f7
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a76f7.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_DYNAMIC_BOOST_TEST CMakeFiles/cmTC_a76f7.dir/src.cxx.o -o cmTC_a76f7 -rdynamic /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libboost_date_time.so /usr/lib/x86_64-linux-gnu/libboost_system.so /usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.so /usr/lib/x86_64-linux-gnu/libboost_regex.so
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Source file was:
#define BOOST_TEST_DYN_LINK
#define BOOST_TEST_MODULE DYNLINK_TEST
#include <boost/test/unit_test.hpp>
int f(int x) { return 2 * x; }
BOOST_AUTO_TEST_CASE(DynlinkConfigureTest) {
BOOST_CHECK_MESSAGE(f(2) == 4,
"Apparently, multiplication doesn't "
"work: f(2) = " << f(2));
}
Performing C++ SOURCE FILE Test HAVE_CXA_DEMANGLE succeeded with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_d6baa/fast"
/usr/bin/make -f CMakeFiles/cmTC_d6baa.dir/build.make CMakeFiles/cmTC_d6baa.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_d6baa.dir/src.cxx.o
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_CXA_DEMANGLE -o CMakeFiles/cmTC_d6baa.dir/src.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx
/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’:
/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx:6:11: warning: unused variable ‘demangled’ [-Wunused-variable]
char *demangled = abi::__cxa_demangle( foo, 0, 0, &status );
^
Linking CXX executable cmTC_d6baa
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d6baa.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_CXA_DEMANGLE CMakeFiles/cmTC_d6baa.dir/src.cxx.o -o cmTC_d6baa -rdynamic
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Source file was:
#include <cxxabi.h>
int main(void){
int foobar = 0;
const char *foo = typeid(foobar).name();
int status;
char *demangled = abi::__cxa_demangle( foo, 0, 0, &status );
}
Performing C++ SOURCE FILE Test HAVE_DUNE_COMMON succeeded with the following output:
Change Dir: /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_43936/fast"
/usr/bin/make -f CMakeFiles/cmTC_43936.dir/build.make CMakeFiles/cmTC_43936.dir/build
make[1]: Entering directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_43936.dir/src.cxx.o
/usr/bin/c++ -DDUNE_COMMON_FIELDVECTOR_SIZE_IS_METHOD=1 -DHAS_ATTRIBUTE_DEPRECATED=1 -DHAS_ATTRIBUTE_DEPRECATED_MSG=1 -DHAS_ATTRIBUTE_UNUSED=1 -DHAVE_ARRAY=1 -DHAVE_CXA_DEMANGLE=1 -DHAVE_MAKE_SHARED=1 -DHAVE_NULLPTR=1 -DHAVE_SHARED_PTR=1 -DHAVE_STATIC_ASSERT=1 -DHAVE_TR1_TUPLE=1 -DHAVE_TUPLE=1 -DHAVE_TYPE_TRAITS=1 -DSHARED_PTR_HEADER="<memory>" -DSHARED_PTR_NAMESPACE=std -I/scratch/riseth/opm-project/opm-20170314/dune-common -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_DUNE_COMMON -o CMakeFiles/cmTC_43936.dir/src.cxx.o -c /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx
In file included from /scratch/riseth/opm-project/opm-20170314/dune-common/dune/common/fvector.hh:16:0,
from /scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx:1:
/scratch/riseth/opm-project/opm-20170314/dune-common/dune/common/typetraits.hh:399:10: warning: ‘template<bool first, class T1, class T2> struct Dune::SelectType’ is deprecated [-Wdeprecated-declarations]
struct SelectType<false,T1,T2>
^
/scratch/riseth/opm-project/opm-20170314/dune-common/dune/common/typetraits.hh:387:10: note: declared here
struct SelectType
^
/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’:
/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp/src.cxx:8:31: warning: variable ‘w’ set but not used [-Wunused-but-set-variable]
Dune::FieldVector<double,1> w = m*v;
^
Linking CXX executable cmTC_43936
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_43936.dir/link.txt --verbose=1
/usr/bin/c++ -pipe -Wall -Wno-unknown-pragmas -pthread -std=c++11 -DHAVE_DUNE_COMMON CMakeFiles/cmTC_43936.dir/src.cxx.o -o cmTC_43936 -rdynamic /usr/lib/liblapack.so /usr/lib/libf77blas.so /usr/lib/libatlas.so
make[1]: Leaving directory '/scratch/riseth/opm-project/opm-20170314/opm-material/build/CMakeFiles/CMakeTmp'
Source file was:
#include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh>
int main (void) {
Dune::FieldVector<double,1> v;
Dune::FieldMatrix<double,1,1> m;
m[0][0] = 1.0;
v[0] = 1.0;
Dune::FieldVector<double,1> w = m*v;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment