X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makefile;h=c67f0ba6bd2d5a3baf675edef32fbd15679259fc;hb=f3e0de2c55da5c524abb3b404f77cb84aa1ddd34;hp=6f8a42343be48654dc77ef2e021caf601a02ff2e;hpb=05c52893c6c2467381fe7e7b769d86b6209af2e1;p=mothur.git diff --git a/makefile b/makefile index 6f8a423..c67f0ba 100644 --- a/makefile +++ b/makefile @@ -12,11 +12,10 @@ USEMPI ?= no 64BIT_VERSION ?= yes USEREADLINE ?= yes -CYGWIN_BUILD ?= no USECOMPRESSION ?= no MOTHUR_FILES="\"Enter_your_default_path_here\"" -RELEASE_DATE = "\"5/14/2012\"" -VERSION = "\"1.25.1\"" +RELEASE_DATE = "\"2/12/2014\"" +VERSION = "\"1.33.0\"" FORTAN_COMPILER = gfortran FORTRAN_FLAGS = @@ -37,10 +36,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 @@ -51,10 +49,6 @@ else CXXFLAGS += -DMOTHUR_FILES=${MOTHUR_FILES} endif -ifeq ($(strip $(CYGWIN_BUILD)),yes) - CXXFLAGS += -mno-cygwin - LDFLAGS += -mno-cygwin -endif # if you do not want to use the readline library, set this to no. # make sure you have the library installed