cogent3 / iqtree2

NEW location of IQ-TREE software for efficient phylogenomic software by maximum likelihood http://www.iqtree.org
GNU General Public License v2.0
1 stars 0 forks source link

Convert IQTree2 C++ Code into a Library for Cross-Platform Compatibility #20

Open khiron opened 1 year ago

khiron commented 1 year ago

Isolate the core functionality of the C++ code into a set of files that can be compiled into a library (DLL for Windows, .so for Linux, .dylib for macOS).