RosettaCommons / tools

Tools for parsing Rosetta source code and scripts for running specific Rosetta applications.
Other
3 stars 1 forks source link

Add boost_submod to tool directory scripts. #88

Closed roccomoretti closed 4 years ago

roccomoretti commented 4 years ago

To support full testing of RosettaCommons/main#4360, we need to have support/changes in the tools repo (for tests like the header only and serialization code quality tests, which use scripts in the tools directory which hard code the compiler include paths.)

To support both current master and the new submodule approach, I've added the boost_submod directory to the compilation command line in addition the the old boost_1_55_0 one. That should hopefully work for both versions, as nonexistant include directories should be ignored. (We can remove the old directory if/when we officially merge the submodule approach.)

roccomoretti commented 4 years ago

Yeah, I thought of that, but I didn't want to couple the boost submodule change with the submodularizing tools change.