Merge pull request #4746 from RosettaCommons/roccomoretti/icc_fix
Fix ICC test on test server
ICC 19 is having issues with the boost::accumulator usage, possibly due to the boost update. I'm not quite sure why it's having the issue, but we can work around it by removing the usage.
notify author
notify list [rosetta-logs@googlegroups.com]
Fix subelement xml for AlignPDBInfoToSequences (#4763)
When I had written the xml interface for APTS I wasn't aware that subelements had to be defined in parse my tag. This was silly, but hopefully this PR fixes that.
(previously this Target interface would fail at the XML schema validation check)
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #4758 from RosettaCommons/roccomoretti/master_fixes
Quick fixes to master
Some issues in master that were easy fixes - beautification, removing a using,and being clear about namespace.
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #4750 from RosettaCommons/JackMaguire/Fix
Modernizing code templates with implicit copy constructors and unpublished module boilerplate for the citation manager
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #4743 from CyrusBiotechnology/bfrenz/wildtype-opt
Added option to refine the wild type structure when running Cartesian DDG with new refactored code.
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #4732 from RosettaCommons/roccomoretti/cached_type_fix
Fix CachableDataType name map.
There's been some recent additions to the Pose's CacheableDataType. The issue is that the enum->name map wasn't updated along with it. Curiously, though there's a check for this, it doesn't seem to be exercised by any of the integration or unit tests.
Add a unit test which will catch this situation in the future, and fix the current lack of enum->string mapping for the three entries which are lacking it.
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #4744 from RosettaCommons/sergey/f
updating `scons` `setup_platforms.py` script so it exit immediately if specified compiler could not be found
notify author
notify list [rosetta-logs@googlegroups.com]
#4736 - rm deprecated build flag from cmake (-ffor-scope)
It would appear this -ffor-scope was deprecated in 8.1 according to:
https://gcc.gnu.org/onlinedocs/gcc-8.1.0/gcc/Deprecated-Features.html#Deprecated-Features
so this should fix most of the cmake/ninja warnings.
notify author
notify list [rosetta-logs@googlegroups.com]