X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=makefile;h=42e71a0e42bb0341c3cff63a8c616d6572537f4b;hp=458450570c000e848f217d995a9d8d976e9d637d;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=9b53f130ac9af5e95444ce2e817fce25ed19ff03 diff --git a/makefile b/makefile index 4584505..42e71a0 100644 --- a/makefile +++ b/makefile @@ -15,8 +15,8 @@ USEREADLINE ?= yes CYGWIN_BUILD ?= no USECOMPRESSION ?= no MOTHUR_FILES="\"Enter_your_default_path_here\"" -RELEASE_DATE = "\"11/2/2012\"" -VERSION = "\"1.28.0\"" +RELEASE_DATE = "\"10/16/2013\"" +VERSION = "\"1.32.1\"" FORTAN_COMPILER = gfortran FORTRAN_FLAGS = @@ -37,10 +37,9 @@ ifeq ($(strip $(64BIT_VERSION)),yes) #TARGET_ARCH += -m64 -static #if you are a linux user use the following line - #CXXFLAGS += -mtune=native -march=native -m64 + #CXXFLAGS += -mtune=native -march=native CXXFLAGS += -DBIT_VERSION - FORTRAN_FLAGS = -m64 endif