From 46d5039ca86b1b605839850ede61c8d2e21c13c1 Mon Sep 17 00:00:00 2001 From: JianxiaoYang Date: Sat, 28 Oct 2023 22:55:50 -0700 Subject: [PATCH] autoupdate --- configure.ac | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 5b1893d0..d8ff6e87 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(Cyclops, 3.3, msuchard@ucla.edu) +AC_INIT([Cyclops],[3.3],[msuchard@ucla.edu]) # find R home and set CC/CFLAGS : ${R_HOME=`R RHOME`} @@ -26,8 +26,7 @@ if test -z "${CUDA_HOME}"; then else AC_MSG_NOTICE("using CUDA_HOME=${CUDA_HOME}") AC_ARG_WITH([arch], - [AC_HELP_STRING([--with-arch=SM], - [compute capability of the target device @<:@sm_70@:>@])], + [AS_HELP_STRING([--with-arch=SM],[compute capability of the target device @<:@sm_70@:>@])], [ARCH="$withval"], [ARCH=sm_70]) AC_MSG_RESULT([setting compute capability of the target device to ${ARCH}]) NVCC="${CUDA_HOME}/bin/nvcc -arch=${ARCH}"