wsy4665 / cudamat

Automatically exported from code.google.com/p/cudamat
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Makefile error #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install numpy and nose
2. install CUDA
3. run make in the cudamat directory

What is the expected output? What do you see instead?
Don't know what the expected output is, I saw:
clang: error: unsupported option '-dumpspecs'
clang: error: no input files
make: *** [cudamat] Error 1

What version of the product are you using? On what operating system?
version 0.3
OSX 10.9

Please provide any additional information below.

Original issue reported on code.google.com by Knuckey....@gmail.com on 24 Nov 2013 at 7:59

GoogleCodeExporter commented 9 years ago
Issue resolved by adding -ccbin=/usr/bin/clang flag to the makefile

Original comment by Knuckey....@gmail.com on 24 Nov 2013 at 10:11