Skip to content

Instantly share code, notes, and snippets.

@pyrtsa
Created September 11, 2011 20:09
Show Gist options
  • Save pyrtsa/1210055 to your computer and use it in GitHub Desktop.
Save pyrtsa/1210055 to your computer and use it in GitHub Desktop.
/path/to/nt2/build $ cmake .. -DCMAKE_C_COMPILER=gcc-4.6 -DCMAKE_CXX_COMPILER=g++-4.6 -DCMAKE_BUILD_TYPE=Release
-- [nt2] build type: Release (-O3 -DNDEBUG )
-- [nt2] loading module arithmetic
-- [boost.simd.sdk] SIMD flag: -msse4.1 -mfpmath=sse
-- [boost.simd.sdk] target system: Mac OS X (Darwin 10.8.0)
-- [boost.simd.sdk] target processor: x86 (i386)
-- [boost.dispatch] Boost version: 1.47.0
CMake Error at cmake/nt2.preprocess.cmake:27 (string):
string sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.
Call Stack (most recent call first):
modules/boost/simd/operator/src/CMakeLists.txt:15 (nt2_preprocess)
CMake Error at cmake/nt2.preprocess.cmake:28 (string):
string sub-command REPLACE requires at least four arguments.
Call Stack (most recent call first):
modules/boost/simd/operator/src/CMakeLists.txt:15 (nt2_preprocess)
CMake Error at cmake/nt2.preprocess.cmake:27 (string):
string sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.
Call Stack (most recent call first):
modules/boost/dispatch/src/CMakeLists.txt:14 (nt2_preprocess)
CMake Error at cmake/nt2.preprocess.cmake:28 (string):
string sub-command REPLACE requires at least four arguments.
Call Stack (most recent call first):
modules/boost/dispatch/src/CMakeLists.txt:14 (nt2_preprocess)
CMake Error at cmake/nt2.preprocess.cmake:27 (string):
string sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.
Call Stack (most recent call first):
modules/boost/dispatch/src/CMakeLists.txt:25 (nt2_preprocess)
CMake Error at cmake/nt2.preprocess.cmake:28 (string):
string sub-command REPLACE requires at least four arguments.
Call Stack (most recent call first):
modules/boost/dispatch/src/CMakeLists.txt:25 (nt2_preprocess)
-- [nt2] loading module bessel
-- [nt2] loading module bitwise
-- [nt2] loading module boost.dispatch
-- [nt2] loading module boost.simd.arithmetic
-- [nt2] loading module boost.simd.bitwise
-- [nt2] loading module boost.simd.constant
-- [nt2] loading module boost.simd.ieee
-- [nt2] loading module boost.simd.operator
-- [nt2] loading module boost.simd.predicates
-- [nt2] loading module boost.simd.reduction
-- [nt2] loading module boost.simd.sdk
-- [nt2] loading module boost.simd.swar
-- [nt2] loading module boost_math
-- [nt2] loading module cephes
-- [nt2] loading module combinatorial
-- [nt2] loading module common
-- [nt2] loading module constant
-- [nt2] loading module core
-- [nt2] loading module crlibm
-- [nt2.crlibm] warning: dependencies not met, skipping
-- [nt2] loading module elliptic
-- [nt2] loading module euler
-- [nt2] loading module exponential
-- [nt2] loading module fdlibm
-- [nt2.fdlibm] warning: dependencies not met, skipping
-- [nt2] loading module fuzzy
-- [nt2] loading module gsl_specfun
-- [nt2.gsl_specfun] warning: dependencies not met, skipping
-- [nt2] loading module hyperbolic
-- [nt2] loading module ieee
-- [nt2] loading module libc
-- [nt2] loading module matlab
-- [nt2.matlab] warning: dependencies not met, skipping
-- [nt2] loading module operator
-- [nt2] loading module polynomials
-- [nt2] loading module predicates
-- [nt2] loading module reduction
-- [nt2] loading module sdk
-- [nt2] loading module standard
-- [nt2] loading module swar
-- [nt2] loading module trigonometric
-- [nt2] loading module unit
-- [nt2] loading module boost.dispatch
CMake Error at cmake/NT2Module.cmake:120 (add_custom_target):
add_custom_target cannot create target "boost.dispatch.unit" because
another target with the same name already exists. The existing target is a
custom target created in source directory
"/path/to/nt2/modules/boost/dispatch". See documentation for
policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:159 (nt2_module_dir)
modules/boost/dispatch/CMakeLists.txt:26 (nt2_module_main)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.dispatch.meta.unit" because
another target with the same name already exists. The existing target is
an executable created in source directory
"/path/to/nt2/modules/boost/dispatch/unit/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/dispatch/unit/meta/CMakeLists.txt:34 (nt2_module_add_tests)
-- [nt2] loading module boost.simd.arithmetic
CMake Error at cmake/NT2Module.cmake:120 (add_custom_target):
add_custom_target cannot create target "boost.simd.arithmetic.bench"
because another target with the same name already exists. The existing
target is a custom target created in source directory
"/path/to/nt2/modules/boost/simd/arithmetic". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:157 (nt2_module_dir)
modules/boost/simd/arithmetic/CMakeLists.txt:26 (nt2_module_main)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.arithmetic.scalar.bench"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/arithmetic/bench/scalar". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/arithmetic/bench/scalar/CMakeLists.txt:68 (nt2_module_add_tests)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.arithmetic.simd.bench"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/arithmetic/bench/simd". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/arithmetic/bench/simd/CMakeLists.txt:68 (nt2_module_add_tests)
CMake Error at cmake/NT2Module.cmake:120 (add_custom_target):
add_custom_target cannot create target "boost.simd.arithmetic.unit" because
another target with the same name already exists. The existing target is a
custom target created in source directory
"/path/to/nt2/modules/boost/simd/arithmetic". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:159 (nt2_module_dir)
modules/boost/simd/arithmetic/CMakeLists.txt:26 (nt2_module_main)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.arithmetic.scalar.unit"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/arithmetic/unit/scalar". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/arithmetic/unit/scalar/CMakeLists.txt:70 (nt2_module_add_tests)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.arithmetic.simd.unit"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/arithmetic/unit/simd". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/arithmetic/unit/simd/CMakeLists.txt:70 (nt2_module_add_tests)
-- [nt2] loading module boost.simd.bitwise
CMake Error at cmake/NT2Module.cmake:120 (add_custom_target):
add_custom_target cannot create target "boost.simd.bitwise.bench" because
another target with the same name already exists. The existing target is a
custom target created in source directory
"/path/to/nt2/modules/boost/simd/bitwise". See documentation
for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:157 (nt2_module_dir)
modules/boost/simd/bitwise/CMakeLists.txt:26 (nt2_module_main)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.bitwise.scalar.bench"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/bitwise/bench/scalar". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/bitwise/bench/scalar/CMakeLists.txt:42 (nt2_module_add_tests)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.bitwise.simd.bench" because
another target with the same name already exists. The existing target is
an executable created in source directory
"/path/to/nt2/modules/boost/simd/bitwise/bench/simd". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/bitwise/bench/simd/CMakeLists.txt:42 (nt2_module_add_tests)
CMake Error at cmake/NT2Module.cmake:120 (add_custom_target):
add_custom_target cannot create target "boost.simd.bitwise.unit" because
another target with the same name already exists. The existing target is a
custom target created in source directory
"/path/to/nt2/modules/boost/simd/bitwise". See documentation
for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:159 (nt2_module_dir)
modules/boost/simd/bitwise/CMakeLists.txt:26 (nt2_module_main)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.bitwise.scalar.unit"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/bitwise/unit/scalar". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/bitwise/unit/scalar/CMakeLists.txt:44 (nt2_module_add_tests)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.bitwise.simd.unit" because
another target with the same name already exists. The existing target is
an executable created in source directory
"/path/to/nt2/modules/boost/simd/bitwise/unit/simd". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/bitwise/unit/simd/CMakeLists.txt:44 (nt2_module_add_tests)
-- [nt2] loading module boost.simd.constant
CMake Error at cmake/NT2Module.cmake:120 (add_custom_target):
add_custom_target cannot create target "boost.simd.constant.unit" because
another target with the same name already exists. The existing target is a
custom target created in source directory
"/path/to/nt2/modules/boost/simd/constant". See documentation
for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:159 (nt2_module_dir)
modules/boost/simd/constant/CMakeLists.txt:26 (nt2_module_main)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.constant.meta.unit" because
another target with the same name already exists. The existing target is
an executable created in source directory
"/path/to/nt2/modules/boost/simd/constant/unit/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/constant/unit/meta/CMakeLists.txt:16 (nt2_module_add_tests)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.constant.scalar.unit"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/constant/unit/scalar". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/constant/unit/scalar/CMakeLists.txt:19 (nt2_module_add_tests)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.constant.simd.unit" because
another target with the same name already exists. The existing target is
an executable created in source directory
"/path/to/nt2/modules/boost/simd/constant/unit/simd". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/constant/unit/simd/CMakeLists.txt:19 (nt2_module_add_tests)
-- [nt2] loading module boost.simd.ieee
CMake Error at cmake/NT2Module.cmake:120 (add_custom_target):
add_custom_target cannot create target "boost.simd.ieee.bench" because
another target with the same name already exists. The existing target is a
custom target created in source directory
"/path/to/nt2/modules/boost/simd/ieee". See documentation for
policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:157 (nt2_module_dir)
modules/boost/simd/ieee/CMakeLists.txt:26 (nt2_module_main)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.ieee.scalar.bench" because
another target with the same name already exists. The existing target is
an executable created in source directory
"/path/to/nt2/modules/boost/simd/ieee/bench/scalar". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/ieee/bench/scalar/CMakeLists.txt:49 (nt2_module_add_tests)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.ieee.simd.bench" because
another target with the same name already exists. The existing target is
an executable created in source directory
"/path/to/nt2/modules/boost/simd/ieee/bench/simd". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/ieee/bench/simd/CMakeLists.txt:49 (nt2_module_add_tests)
CMake Error at cmake/NT2Module.cmake:120 (add_custom_target):
add_custom_target cannot create target "boost.simd.ieee.unit" because
another target with the same name already exists. The existing target is a
custom target created in source directory
"/path/to/nt2/modules/boost/simd/ieee". See documentation for
policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:159 (nt2_module_dir)
modules/boost/simd/ieee/CMakeLists.txt:26 (nt2_module_main)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.ieee.scalar.unit" because
another target with the same name already exists. The existing target is
an executable created in source directory
"/path/to/nt2/modules/boost/simd/ieee/unit/scalar". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/ieee/unit/scalar/CMakeLists.txt:51 (nt2_module_add_tests)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.ieee.simd.unit" because
another target with the same name already exists. The existing target is
an executable created in source directory
"/path/to/nt2/modules/boost/simd/ieee/unit/simd". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/ieee/unit/simd/CMakeLists.txt:51 (nt2_module_add_tests)
-- [nt2] loading module boost.simd.operator
CMake Error at cmake/NT2Module.cmake:120 (add_custom_target):
add_custom_target cannot create target "boost.simd.operator.bench" because
another target with the same name already exists. The existing target is a
custom target created in source directory
"/path/to/nt2/modules/boost/simd/operator". See documentation
for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:157 (nt2_module_dir)
modules/boost/simd/operator/CMakeLists.txt:26 (nt2_module_main)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.operator.scalar.bench"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/operator/bench/scalar". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/operator/bench/scalar/CMakeLists.txt:36 (nt2_module_add_tests)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.operator.simd.bench"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/operator/bench/simd". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/operator/bench/simd/CMakeLists.txt:36 (nt2_module_add_tests)
CMake Error at cmake/NT2Module.cmake:120 (add_custom_target):
add_custom_target cannot create target "boost.simd.operator.unit" because
another target with the same name already exists. The existing target is a
custom target created in source directory
"/path/to/nt2/modules/boost/simd/operator". See documentation
for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:159 (nt2_module_dir)
modules/boost/simd/operator/CMakeLists.txt:26 (nt2_module_main)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.operator.scalar.unit"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/operator/unit/scalar". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/operator/unit/scalar/CMakeLists.txt:39 (nt2_module_add_tests)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.operator.simd.unit" because
another target with the same name already exists. The existing target is
an executable created in source directory
"/path/to/nt2/modules/boost/simd/operator/unit/simd". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/operator/unit/simd/CMakeLists.txt:43 (nt2_module_add_tests)
-- [nt2] loading module boost.simd.predicates
CMake Error at cmake/NT2Module.cmake:120 (add_custom_target):
add_custom_target cannot create target "boost.simd.predicates.bench"
because another target with the same name already exists. The existing
target is a custom target created in source directory
"/path/to/nt2/modules/boost/simd/predicates". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:157 (nt2_module_dir)
modules/boost/simd/predicates/CMakeLists.txt:26 (nt2_module_main)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.predicates.scalar.bench"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/predicates/bench/scalar". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/predicates/bench/scalar/CMakeLists.txt:50 (nt2_module_add_tests)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.predicates.simd.bench"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/predicates/bench/simd". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/predicates/bench/simd/CMakeLists.txt:50 (nt2_module_add_tests)
CMake Error at cmake/NT2Module.cmake:120 (add_custom_target):
add_custom_target cannot create target "boost.simd.predicates.unit" because
another target with the same name already exists. The existing target is a
custom target created in source directory
"/path/to/nt2/modules/boost/simd/predicates". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:159 (nt2_module_dir)
modules/boost/simd/predicates/CMakeLists.txt:26 (nt2_module_main)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.predicates.scalar.unit"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/predicates/unit/scalar". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/predicates/unit/scalar/CMakeLists.txt:52 (nt2_module_add_tests)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.predicates.simd.unit"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/predicates/unit/simd". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/predicates/unit/simd/CMakeLists.txt:52 (nt2_module_add_tests)
-- [nt2] loading module boost.simd.reduction
CMake Error at cmake/NT2Module.cmake:120 (add_custom_target):
add_custom_target cannot create target "boost.simd.reduction.bench" because
another target with the same name already exists. The existing target is a
custom target created in source directory
"/path/to/nt2/modules/boost/simd/reduction". See documentation
for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:157 (nt2_module_dir)
modules/boost/simd/reduction/CMakeLists.txt:26 (nt2_module_main)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.reduction.simd.bench"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/reduction/bench/simd". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/reduction/bench/simd/CMakeLists.txt:27 (nt2_module_add_tests)
CMake Error at cmake/NT2Module.cmake:120 (add_custom_target):
add_custom_target cannot create target "boost.simd.reduction.unit" because
another target with the same name already exists. The existing target is a
custom target created in source directory
"/path/to/nt2/modules/boost/simd/reduction". See documentation
for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:159 (nt2_module_dir)
modules/boost/simd/reduction/CMakeLists.txt:26 (nt2_module_main)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.reduction.simd.unit"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/reduction/unit/simd". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/reduction/unit/simd/CMakeLists.txt:32 (nt2_module_add_tests)
-- [nt2] loading module boost.simd.sdk
CMake Error at cmake/NT2Module.cmake:120 (add_custom_target):
add_custom_target cannot create target "boost.simd.sdk.examples" because
another target with the same name already exists. The existing target is a
custom target created in source directory
"/path/to/nt2/modules/boost/simd/sdk". See documentation for
policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:158 (nt2_module_dir)
modules/boost/simd/sdk/CMakeLists.txt:26 (nt2_module_main)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target
"boost.simd.sdk.config.architecture.sample" because another target with the
same name already exists. The existing target is an executable created in
source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/config". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/config/CMakeLists.txt:21 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target "boost.simd.sdk.config.compiler.sample"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/config". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/config/CMakeLists.txt:21 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target "boost.simd.sdk.config.platform.sample"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/config". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/config/CMakeLists.txt:21 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target
"boost.simd.sdk.details.assertion_failed.sample" because another target
with the same name already exists. The existing target is an executable
created in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/details". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/details/CMakeLists.txt:28 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target
"boost.simd.sdk.details.timestamp.sample" because another target with the
same name already exists. The existing target is an executable created in
source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/details". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/details/CMakeLists.txt:28 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target
"boost.simd.sdk.details.ignore_unused.sample" because another target with
the same name already exists. The existing target is an executable created
in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/details". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/details/CMakeLists.txt:28 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target
"boost.simd.sdk.details.bitwise_cast.sample" because another target with
the same name already exists. The existing target is an executable created
in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/details". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/details/CMakeLists.txt:28 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target
"boost.simd.sdk.details.pp_enum_value.sample" because another target with
the same name already exists. The existing target is an executable created
in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/details". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/details/CMakeLists.txt:28 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target
"boost.simd.sdk.details.pp_include.sample" because another target with the
same name already exists. The existing target is an executable created in
source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/details". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/details/CMakeLists.txt:28 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target
"boost.simd.sdk.details.pp_index.sample" because another target with the
same name already exists. The existing target is an executable created in
source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/details". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/details/CMakeLists.txt:28 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target
"boost.simd.sdk.details.pp_strip.sample" because another target with the
same name already exists. The existing target is an executable created in
source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/details". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/details/CMakeLists.txt:28 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target "boost.simd.sdk.meta.all.sample"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/meta/CMakeLists.txt:44 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target "boost.simd.sdk.meta.any.sample"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/meta/CMakeLists.txt:44 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target "boost.simd.sdk.meta.arithmetic.sample"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/meta/CMakeLists.txt:44 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target "boost.simd.sdk.meta.as_bits.sample"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/meta/CMakeLists.txt:44 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target "boost.simd.sdk.meta.as_integer.sample"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/meta/CMakeLists.txt:44 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target "boost.simd.sdk.meta.as_real.sample"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/meta/CMakeLists.txt:44 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target "boost.simd.sdk.meta.as_signed.sample"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/meta/CMakeLists.txt:44 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target
"boost.simd.sdk.meta.as_unsigned.sample" because another target with the
same name already exists. The existing target is an executable created in
source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/meta/CMakeLists.txt:44 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target "boost.simd.sdk.meta.behave_as.sample"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/meta/CMakeLists.txt:44 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target "boost.simd.sdk.meta.downgrade.sample"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/meta/CMakeLists.txt:44 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target
"boost.simd.sdk.meta.enable_if_type.sample" because another target with the
same name already exists. The existing target is an executable created in
source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/meta/CMakeLists.txt:44 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target "boost.simd.sdk.meta.factory_of.sample"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/meta/CMakeLists.txt:44 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target "boost.simd.sdk.meta.floating.sample"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/meta/CMakeLists.txt:44 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target "boost.simd.sdk.meta.from_bits.sample"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/meta/CMakeLists.txt:44 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target
"boost.simd.sdk.meta.is_fundamental.sample" because another target with the
same name already exists. The existing target is an executable created in
source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/meta/CMakeLists.txt:44 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target
"boost.simd.sdk.meta.is_iterator.sample" because another target with the
same name already exists. The existing target is an executable created in
source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/meta/CMakeLists.txt:44 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target
"boost.simd.sdk.meta.is_result_of_supported.sample" because another target
with the same name already exists. The existing target is an executable
created in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/meta/CMakeLists.txt:44 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target "boost.simd.sdk.meta.is_scalar.sample"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/meta/CMakeLists.txt:44 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target "boost.simd.sdk.meta.is_signed.sample"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/meta/CMakeLists.txt:44 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target
"boost.simd.sdk.meta.is_unspecified.sample" because another target with the
same name already exists. The existing target is an executable created in
source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/meta/CMakeLists.txt:44 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target
"boost.simd.sdk.meta.make_integer.sample" because another target with the
same name already exists. The existing target is an executable created in
source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/meta/CMakeLists.txt:44 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target "boost.simd.sdk.meta.make_real.sample"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/meta/CMakeLists.txt:44 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target
"boost.simd.sdk.meta.primitive_of.sample" because another target with the
same name already exists. The existing target is an executable created in
source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/meta/CMakeLists.txt:44 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target "boost.simd.sdk.meta.sign_of.sample"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/meta/CMakeLists.txt:44 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target "boost.simd.sdk.meta.strip.sample"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/meta/CMakeLists.txt:44 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target "boost.simd.sdk.meta.upgrade.sample"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/meta/CMakeLists.txt:44 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target "boost.simd.sdk.memory.buffer.sample"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/memory". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/memory/CMakeLists.txt:21 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target "boost.simd.sdk.memory.align_on.sample"
because another target with the same name already exists. The existing
target is an executable created in source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/memory". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/memory/CMakeLists.txt:21 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:249 (add_executable):
add_executable cannot create target
"boost.simd.sdk.memory.is_aligned.sample" because another target with the
same name already exists. The existing target is an executable created in
source directory
"/path/to/nt2/modules/boost/simd/sdk/examples/memory". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
modules/boost/simd/sdk/examples/memory/CMakeLists.txt:21 (nt2_module_add_example)
CMake Error at cmake/NT2Module.cmake:120 (add_custom_target):
add_custom_target cannot create target "boost.simd.sdk.unit" because
another target with the same name already exists. The existing target is a
custom target created in source directory
"/path/to/nt2/modules/boost/simd/sdk". See documentation for
policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:159 (nt2_module_dir)
modules/boost/simd/sdk/CMakeLists.txt:26 (nt2_module_main)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.sdk.meta.unit" because
another target with the same name already exists. The existing target is
an executable created in source directory
"/path/to/nt2/modules/boost/simd/sdk/unit/meta". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/sdk/unit/meta/CMakeLists.txt:14 (nt2_module_add_tests)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.sdk.memory.unit" because
another target with the same name already exists. The existing target is
an executable created in source directory
"/path/to/nt2/modules/boost/simd/sdk/unit/memory". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/sdk/unit/memory/CMakeLists.txt:24 (nt2_module_add_tests)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.sdk.simd.unit" because
another target with the same name already exists. The existing target is
an executable created in source directory
"/path/to/nt2/modules/boost/simd/sdk/unit/simd". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/sdk/unit/simd/CMakeLists.txt:30 (nt2_module_add_tests)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.sdk.config.unit" because
another target with the same name already exists. The existing target is
an executable created in source directory
"/path/to/nt2/modules/boost/simd/sdk/unit/config". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/sdk/unit/config/CMakeLists.txt:14 (nt2_module_add_tests)
-- [nt2] loading module boost.simd.swar
CMake Error at cmake/NT2Module.cmake:120 (add_custom_target):
add_custom_target cannot create target "boost.simd.swar.bench" because
another target with the same name already exists. The existing target is a
custom target created in source directory
"/path/to/nt2/modules/boost/simd/swar". See documentation for
policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:157 (nt2_module_dir)
modules/boost/simd/swar/CMakeLists.txt:26 (nt2_module_main)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.swar.simd.bench" because
another target with the same name already exists. The existing target is
an executable created in source directory
"/path/to/nt2/modules/boost/simd/swar/bench/simd". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/swar/bench/simd/CMakeLists.txt:27 (nt2_module_add_tests)
CMake Error at cmake/NT2Module.cmake:120 (add_custom_target):
add_custom_target cannot create target "boost.simd.swar.unit" because
another target with the same name already exists. The existing target is a
custom target created in source directory
"/path/to/nt2/modules/boost/simd/swar". See documentation for
policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:159 (nt2_module_dir)
modules/boost/simd/swar/CMakeLists.txt:26 (nt2_module_main)
CMake Error at cmake/NT2Module.cmake:240 (add_executable):
add_executable cannot create target "boost.simd.swar.simd.unit" because
another target with the same name already exists. The existing target is
an executable created in source directory
"/path/to/nt2/modules/boost/simd/swar/unit/simd". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
cmake/NT2Module.cmake:265 (nt2_module_add_exe)
modules/boost/simd/swar/unit/simd/CMakeLists.txt:27 (nt2_module_add_tests)
-- [nt2] building tool gather_includes
--
################################################################################
NT2 is now configured.
* If you use make or GNU make, you may run:
- make all to build the library
- make install to install the compiled binary and library headers on your
system
- make doc to build the HTML documentation
- make examples to build the documentation examples
- make bench to build the performance tests
- make unit to build the unit tests
- make cover to build the coverage tests
* If you use Microsoft Visual C++ or XCode, you may open the IDE-specific
project and build those targets.
We strongly encourage you to run the Unit Tests suite at least once before
reporting any issues or if you're installing NT2 on a yet unsupported
platform/compiler combination.
Build, install and other issues can be reported through our Github Issues
tracker at http://github.com/MetaScale/nt2/issues
################################################################################
-- Configuring incomplete, errors occurred!
You have changed variables that require your cache to be deleted.
Configure will be re-run and you may have to reset some variables.
The following variables have changed:
CMAKE_C_COMPILER= gcc-4.6
CMAKE_CXX_COMPILER= g++-4.6
-- Generating done
-- Build files have been written to: /path/to/nt2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment