Merge pull request #6146 from RosettaCommons/roccomoretti/fix_master_tests2
Fix clang_tidy warning in master
Be explicit about which virtual function is being called during constructor. (This is easy, as it's the most-derived class which is calling things.)
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #6142 from RosettaCommons/nannemdp/vicinity_sampling_by_LoopRelaxMover
Added if statement to LoopRelaxMover to bypass centroid setup when not remodeling the loop.
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #6122 from RosettaCommons/roccomoretti/update_rdkit
Update RDKit
Due to interest, update the version of RDKit to 2021.03.5. This version is the same one being used in Foldit (PR #5590) and should be C++14 compatible.
Compilation issues seem to be sorted out if I explicitly ignore some of the new subdirectories in RDKit, which should be okay-ish, as they aren't used elsewhere in RDKit, and aren't used currently by Rosetta. (More extensive fixes may be necessary if we start to use those features.)
notify author
notify list [rosetta-logs@googlegroups.com]