[root]/GDE/PHYML20130708
phyml
(18 files, 22761 lines)
bin
(0 files, 0 lines)
doc
(17 files, 24532 lines)
examples
(5 files, 1255 lines)
lg4x
(5 files, 142 lines)
src
(68 files, 78802 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 15 (100.0%) | 116 (100.0%) | 7.7 |
westram | 12 (80.0%) | 75 (64.7%) | 6.2 |
aboeckma | 2 (13.3%) | 38 (32.8%) | 19.0 |
epruesse | 1 (6.7%) | 3 (2.6%) | 3.0 |
* introduce {{{onlyC_flags}}}
- flags used for C compilation only.
- similar to {{{cxxflags}}} (references added).
- pass down onlyC_flags into AxML, CLUSTAL, CLUSTALW, FASTDNAML, FASTTREE, GL, MrBAYES, PHYLIP, PHYML*, RAxML, SINA(unused), SOURCE_TOOLS, SUPPORT, TOOLS, TREEGEN + TREEPUZZLE.
- set flags to {{{-Werror-implicit-function-declaration}}}
* error is only effective in a small part of these modules.
* TODO: need to activate warnings -> will activate the error as well.
1 lines of code changed in 1 file:
* reintegrates 'mix' into 'trunk'
* prepare arb for hybrid svn/git use (central svn + local git)
* adds: log:branches/mix@17631:17633
1 lines of code changed in 1 file:
* full update from child 'fix' into 'trunk'
- fixes undefined variables in makefiles
- fixes perl tests
* adds: log:branches/fix@17599:17617
9 lines of code changed in 1 file:
* fixes build of GDE/PHYML20130708 (broken by [12660])
7 lines of code changed in 1 file:
add some files to make clean
3 lines of code changed in 1 file:
* CC/CXX used by arb
- overwrite defaults after copying them into A_CC/A_CXX
- fix all errors (triggered by above change)
* remove fallbacks (probcons; MUSCLE; FASTTREE)
* set CC/CXX from A_CC/A_CXX (MrBAYES; PHYML20130708)
3 lines of code changed in 1 file:
* full update from child 'rc' into 'trunk'
* adds:
- log:branches/rc@11679:11696
9 lines of code changed in 1 file:
- for some unknown reason calling PHYML-'make install' fails to install the binary under some condition and then even repeated arb-builds do not succeed
- AFAIK this does not happen in clean checkouts (so jenkins did never complain)
- when that happens, do a complete rebuild of PHYML
9 lines of code changed in 1 file:
* UTF8 -> ASCII
1 lines of code changed in 1 file:
* PHYML20130708 Makefile
- did not always make final target ($(ARBHOME)/bin/phyml...)
- define complete dependency chain => no matter what is deleted from WC, it should be rebuild now
- no longer trigger configure-call by stamp (let it depend on Makefile, i.e. as long as Makefile is not changed, configure will be called exactly once)
- do auto-clean before configure
- directly call 'make install' (does build as well)
21 lines of code changed in 1 file:
* async GDE build
- pass down make flags (esp. -j) into subdirectories
- enclose subbuilds in $(SEP) as in main ARB Makefile (showing enter/exit timestamp for each subdir)
- mafft: build/clean core+extensions async
- mrbayes:
* define proper rules to make target 'mb' work with -j (no idea why that is needed)
* do not clear MAKEFLAGS in caller Makefile
- speedup for 'build' (on 8 cores)
* after GDE clean: 60s -> 30s
* after MrBAYES clean: 44s -> 17s
3 lines of code changed in 1 file:
* reverted [10467] and [10466] (build failed for 'cent5')
8 lines of code changed in 1 file:
* ~~'configure' is modified by compiling on a machine with different autoconf version~~
- ~~removed 'configure' from SVN; delete it on 'clean'~~
- ~~call autoconf before configure~~
(reverted by [10467])
3 lines of code changed in 1 file:
Do not configure phyml on every build
17 lines of code changed in 1 file:
added most recent version of phyml
21 lines of code changed in 1 file: