From 7edc02633f510e4eb1bbd52bf945bbe773451fa7 Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Tue, 21 Apr 2015 17:45:25 +0200 Subject: [PATCH] linux: return to SM 5.0 only default and tag version 1.6.2 --- Makefile.am | 8 ++++---- configure.ac | 2 +- cpuminer-config.h | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile.am b/Makefile.am index 25bb2bf..2ca7e6f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -78,11 +78,11 @@ ccminer_LDADD = @LIBCURL@ @JANSSON_LIBS@ @PTHREAD_LIBS@ @WS2_LIBS@ @CUDA_LIBS ccminer_CPPFLAGS = @LIBCURL_CPPFLAGS@ @OPENMP_CFLAGS@ $(CPPFLAGS) $(PTHREAD_FLAGS) -fno-strict-aliasing $(JANSSON_INCLUDES) $(DEF_INCLUDES) $(nvml_defs) -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME nvcc_ARCH = -gencode=arch=compute_50,code=\"sm_50,compute_50\" -nvcc_ARCH += -gencode=arch=compute_52,code=\"sm_52,compute_52\" -nvcc_ARCH += -gencode=arch=compute_35,code=\"sm_35,compute_35\" -#nvcc_ARCH = -gencode=arch=compute_30,code=\"sm_30,compute_30\" -#nvcc_ARCH = -gencode=arch=compute_20,code=\"sm_21,compute_20\" +#nvcc_ARCH += -gencode=arch=compute_52,code=\"sm_52,compute_52\" +#nvcc_ARCH += -gencode=arch=compute_35,code=\"sm_35,compute_35\" +#nvcc_ARCH += -gencode=arch=compute_30,code=\"sm_30,compute_30\" +#nvcc_ARCH += -gencode=arch=compute_20,code=\"sm_21,compute_20\" nvcc_FLAGS = $(nvcc_ARCH) @CUDA_INCLUDES@ -I. @CUDA_CFLAGS@ nvcc_FLAGS += $(JANSSON_INCLUDES) --ptxas-options="-v" diff --git a/configure.ac b/configure.ac index 2664707..7a9a195 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([ccminer], [1.6.2-git]) +AC_INIT([ccminer], [1.6.2]) AC_PREREQ([2.59c]) AC_CANONICAL_SYSTEM diff --git a/cpuminer-config.h b/cpuminer-config.h index ca8c8cc..655888a 100644 --- a/cpuminer-config.h +++ b/cpuminer-config.h @@ -159,7 +159,7 @@ #define PACKAGE_NAME "ccminer" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "ccminer 1.6.2-git" +#define PACKAGE_STRING "ccminer 1.6.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "ccminer" @@ -168,7 +168,7 @@ #define PACKAGE_URL "http://github.com/tpruvot/ccminer" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.6.2-git" +#define PACKAGE_VERSION "1.6.2" /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be @@ -191,7 +191,7 @@ /* undef USE_XOP */ /* Version number of package */ -#define VERSION "1.6.2-git" +#define VERSION "1.6.2" /* Define curl_free() as free() if our version of curl lacks curl_free. */ /* #undef curl_free */