Skip to content

Commit 46d5039

Browse files
committed
autoupdate
1 parent 0e086d5 commit 46d5039

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

configure.ac

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Process this file with autoconf to produce a configure script.
2-
AC_INIT(Cyclops, 3.3, [email protected])
2+
AC_INIT([Cyclops],[3.3],[[email protected]])
33

44
# find R home and set CC/CFLAGS
55
: ${R_HOME=`R RHOME`}
@@ -26,8 +26,7 @@ if test -z "${CUDA_HOME}"; then
2626
else
2727
AC_MSG_NOTICE("using CUDA_HOME=${CUDA_HOME}")
2828
AC_ARG_WITH([arch],
29-
[AC_HELP_STRING([--with-arch=SM],
30-
[compute capability of the target device @<:@sm_70@:>@])],
29+
[AS_HELP_STRING([--with-arch=SM],[compute capability of the target device @<:@sm_70@:>@])],
3130
[ARCH="$withval"], [ARCH=sm_70])
3231
AC_MSG_RESULT([setting compute capability of the target device to ${ARCH}])
3332
NVCC="${CUDA_HOME}/bin/nvcc -arch=${ARCH}"

0 commit comments

Comments
 (0)