]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
a few modifications for 1.9
[mothur.git] / makefile
index 99152863384e31256a81f9e946862c588b2e6c58..d95b5ef31c04f2e119136d2cc0d146bb2343397b 100644 (file)
--- a/makefile
+++ b/makefile
@@ -10,9 +10,8 @@
 # Macros\r
 #\r
 \r
-CC = mpic++\r
+CC = g++\r
 CC_OPTIONS = -O3\r
-LNK_OPTIONS = \r
 \r
 # if you do not want to use the readline library set to no, default yes.\r
 # make sure you have the library installed\r
@@ -27,7 +26,7 @@ ifeq  ($(strip $(USEREADLINE)),yes)
       -L../readline-6.0\r
 endif\r
 \r
-USEMPI ?= yes\r
+USEMPI ?= no\r
 \r
 ifeq  ($(strip $(USEMPI)),yes)\r
     CC_OPTIONS += -DUSE_MPI\r