SCM Repository
Diff of /branches/pure-cfg/configure.ac
Parent Directory
|
Revision Log
|
Patch
revision 675, Wed Mar 23 16:28:05 2011 UTC | revision 676, Wed Mar 23 16:37:49 2011 UTC | |
---|---|---|
# | Line 46 | Line 46 |
46 | CFLAGS="$CFLAGS -Wformat -Wreturn-type -Wuninitialized" | CFLAGS="$CFLAGS -Wformat -Wreturn-type -Wuninitialized" |
47 | ||
48 | dnl | dnl |
49 | dnl Look for NVIDIA's nvcc compiler | |
50 | dnl | |
51 | AC_MSG_CHECKING([for CUDA and nvcc]) | |
52 | AC_PATH_PROG(NVCC, nvcc, ":", $PATH) | |
53 | if test $NVCC = none ; then | |
54 | AC_MSG_WARNING([nvcc not found]) | |
55 | else | |
56 | AC_MSG_RESULT([$NVCC]) | |
57 | fi | |
58 | AC_SUBST(NVCC) | |
59 | ||
60 | dnl | |
61 | dnl If we are on Mac OS X, check for the presence of macports and/or fink | dnl If we are on Mac OS X, check for the presence of macports and/or fink |
62 | dnl | dnl |
63 | case "$host_os" in | case "$host_os" in |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |