iqbal-lab-org / pandora

Pan-genome inference and genotyping with long noisy or short accurate reads
MIT License
107 stars 14 forks source link

Upgrading pandora required c++ version from c++11 to c++14 #307

Closed leoisl closed 1 year ago

leoisl commented 1 year ago

Zipios requires C++14 minimum, so I am upgrading pandora required C++ version from c++11 to c++14. Hope there is no issue with you, C++14 is already 8 years old.

iqbal-lab commented 1 year ago

basically, can we compile on the cluster? i assume yes?

leoisl commented 1 year ago

yeah. GCC 6.1 released on April 27, 2016 fully supports c++14, is even the default mode for it

mbhall88 commented 1 year ago

Do you reckon we could get away with leapfrogging to c++17? From memory there's a lot of nice new features in that version?

leoisl commented 1 year ago

Closed via https://github.com/rmcolq/pandora/pull/318