]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
fixed bug with shhh.flow from file path name in write functions, added "smart" featur...
[mothur.git] / makefile
index c7dc1fdd1a6aeae18a6db7857a473e2be6fca966..476070eb2fbb654d054238c45ee335b2ce8fe0eb 100644 (file)
--- a/makefile
+++ b/makefile
@@ -15,8 +15,8 @@ USEREADLINE ?= yes
 CYGWIN_BUILD ?= no
 USECOMPRESSION ?= no
 MOTHUR_FILES="\"Enter_your_default_path_here\""
-RELEASE_DATE = "\"12/7/2011\""
-VERSION = "\"1.22.0\""
+RELEASE_DATE = "\"1/9/2012\""
+VERSION = "\"1.23.0\""
 FORTAN_COMPILER = gfortran
 
 # Optimize to level 3:
@@ -24,18 +24,19 @@ CXXFLAGS += -O3
 
 ifeq  ($(strip $(64BIT_VERSION)),yes)
        #if you are using centos uncomment the following lines
-       CXX = g++44
+       #CXX = g++44
        
        #if you are a mac user use the following line
-#      TARGET_ARCH += -arch x86_64
+       TARGET_ARCH += -arch x86_64
        
        #if you using cygwin to build Windows the following line
        #CXX = x86_64-w64-mingw32-g++
        #CC = x86_64-w64-mingw32-g++
+       #FORTAN_COMPILER = x86_64-w64-mingw32-gfortran
        #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 -m64
        
         CXXFLAGS += -DBIT_VERSION
 endif