「view this page in B3 βῆτα server」

Revisions №59288

branch: master 「№59288」
Commited by: Rocco Moretti
GitHub commit link: 「c6ae8c254713e5b9」 「№2028」
Difference from previous tested commit:  code diff
Commit date: 2017-02-23 12:21:51

Merge pull request #2028 from RosettaCommons/roccomoretti/bin_symlinks Change how we do symlinks in the bin directory As decided at WinterRosettaCon, we're removing the two component names for (non-default) extra builds. The following is an example of the bin/ directory symlinks which will be created for each different type of build (for Scons - CMake builds are unaffected at this time.): extras=default mode=release # 2 symlinks * bin/rosetta_scripts.default.linuxgccrelease * bin/rosetta_scripts.linuxgccrelease extras=default mode=debug # 2 symlinks * bin/rosetta_scripts.default.linuxgccdebug * bin/rosetta_scripts.linuxgccdebug extras=cxx11thread mode=release # 1 symlink * bin/rosetta_scripts.cxx11thread.linuxgccrelease extras=cxx11thread mode=debug # 1 symlink * bin/rosetta_scripts.cxx11thread.linuxgccrelease

...