RosettaCommons / rosetta

The Rosetta Bio-macromolecule modeling package.
https://www.rosettacommons.org
Other
154 stars 63 forks source link

Fix issue with JobGenealogist and serialization. #64

Closed roccomoretti closed 4 months ago

roccomoretti commented 4 months ago

An attempt at modernizing the serialization method for protocols::jd3::compare_job_nodes accidentally made things be called in an infinite loop. This is breaking the GCC 12 serialization build.

The fix is easy -- there's now no data to serialize, so we can simply replace the functions with empty ones.