mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
54c8d2b706
A set of utilities for performing Phylogenetic Analysis by Maximum Likelihood (PAML). PR: 19753 Submitted by: David A. Bader <dbader@cielo.eece.unm.edu>
12 lines
325 B
Plaintext
12 lines
325 B
Plaintext
--- Makefile.orig Sun Mar 12 20:49:36 2000
|
|
+++ Makefile Fri Jul 7 06:32:33 2000
|
|
@@ -1,7 +1,7 @@
|
|
PRGS = baseml codeml codemlsites basemlg pamp evolver mcmctree yn00 chi2
|
|
CC = cc # cc, gcc, cl
|
|
|
|
-CFLAGS = -fast
|
|
+CFLAGS += -O3
|
|
|
|
#CFLAGS = -w0 -warnprotos -newc -std -fast
|
|
#CFLAGS = -g -w0 -warnprotos -newc -std -edit1 #
|