X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makefile;h=163db6bd0c547f2b73055ab5b4498dbd82ebfea3;hb=372fb21ea66ced432b109225851a1b80ef0491a3;hp=476070eb2fbb654d054238c45ee335b2ce8fe0eb;hpb=16abd6271c455bd01b34ff89a2e3641bef0fa128;p=mothur.git diff --git a/makefile b/makefile index 476070e..163db6b 100644 --- a/makefile +++ b/makefile @@ -15,9 +15,10 @@ USEREADLINE ?= yes CYGWIN_BUILD ?= no USECOMPRESSION ?= no MOTHUR_FILES="\"Enter_your_default_path_here\"" -RELEASE_DATE = "\"1/9/2012\"" -VERSION = "\"1.23.0\"" +RELEASE_DATE = "\"5/29/2013\"" +VERSION = "\"1.31.1\"" FORTAN_COMPILER = gfortran +FORTRAN_FLAGS = # Optimize to level 3: CXXFLAGS += -O3 @@ -38,7 +39,8 @@ ifeq ($(strip $(64BIT_VERSION)),yes) #if you are a linux user use the following line #CXXFLAGS += -mtune=native -march=native -m64 - CXXFLAGS += -DBIT_VERSION + CXXFLAGS += -DBIT_VERSION + FORTRAN_FLAGS = -m64 endif @@ -97,12 +99,12 @@ mothur : fortranSource $(OBJECTS) uchime $(CXX) $(LDFLAGS) $(TARGET_ARCH) -o $@ $(OBJECTS) $(LIBS) strip mothur - + uchime: cd uchime_src && ./mk && mv uchime .. && cd .. fortranSource: - ${FORTAN_COMPILER} -c *.f + ${FORTAN_COMPILER} -c $(FORTRAN_FLAGS) *.f install : mothur # cp mothur ../Release/mothur