vgteam / libhandlegraph

Library for the Handle Graph abstraction
MIT License
20 stars 3 forks source link

enable GCC v13.1 compilation #90

Closed subwaystation closed 1 year ago

subwaystation commented 1 year ago

This one-liner enables us to compile libhandlegraph with GCC 13.1. This update is required so we can actually compile ODGI with this compiler version. See https://github.com/pangenome/odgi/pull/507.

glennhickey commented 1 year ago

Thanks!