mrc-ide / PhyDyn

PhyDyn: Epidemiological modelling in BEAST
GNU General Public License v3.0
23 stars 7 forks source link

Removed old ANTLR runtime library (4.5) #3

Closed tgvaughan closed 6 years ago

tgvaughan commented 6 years ago

BEAST 2.5 provides 4.7. Including the older runtime can cause errors due to the newer version not being loaded. (BEAST uses a shared namespace for all classes, so only one library version can ever be loaded across all BEAST packages.)

The existing parsing code should still work under ANTLR 4.7 (I can at least compile it fine locally).

igococha commented 6 years ago

I am using version 4.7 - the new code has ANTLR4.7 generated classes. All good. The public repo is 'in between relaease' - I just wanted to put the source code first - will finish soon.