Skip to content

Instantly share code, notes, and snippets.

@mruegenberg
Created July 16, 2014 10:17
Show Gist options
  • Save mruegenberg/d57531589d8b9caf18e6 to your computer and use it in GitHub Desktop.
Save mruegenberg/d57531589d8b9caf18e6 to your computer and use it in GitHub Desktop.
$ cmake -DCUDPP_BUILD_APPLICATIONS=ON ../cudpp
-- The C compiler identification is Clang 5.1.0
-- The CXX compiler identification is Clang 5.1.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
-- 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
-- Found CUDA: /usr/local/cuda (found version "6.0")
-- Configuring done
-- Generating done
-- Build files have been written to: ~/cudpp-build
$ make
[ 2%] Building NVCC (Device) object src/cudpp/CMakeFiles/cudpp.dir/app/./cudpp_generated_tridiagonal_app.cu.o
nvcc warning : The 'compute_10' and 'sm_10' architectures are deprecated, and may be removed in a future release.
clang: error: unsupported option '-dumpspecs'
clang: error: no input files
CMake Error at cudpp_generated_tridiagonal_app.cu.o.cmake:206 (message):
Error generating
/Users/mruegenberg/Downloads/cudpp-build/src/cudpp/CMakeFiles/cudpp.dir/app/./cudpp_generated_tridiagonal_app.cu.o
make[2]: *** [src/cudpp/CMakeFiles/cudpp.dir/app/./cudpp_generated_tridiagonal_app.cu.o] Error 1
make[1]: *** [src/cudpp/CMakeFiles/cudpp.dir/all] Error 2
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment