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

Revisions №21270

branch: rosetta:commits 「№21270」
Commited by: lyskov-ai
GitHub Pull Request link: 「№723」
Merge: 「c0fbd1cd0」「631830c67」  code diff
Scheduled at: 2026-06-30 20:27:44.928478
linux.clang linux.gcc linux.srlz mac.clang
debug
release
unit
mac.clang.python38.PyRosetta.unit ubuntu.clang.cxx11thread.serialization.python38.PyRosetta.unit mpi mpi.serialization build.header build.levels build.ninja_debug beautification code_quality.cppcheck code_quality.merge_size serialization code_quality.submodule_regression integration.mpi integration.release_debug integration.tensorflow integration.thread integration.torch integration performance profile linux.clang.score linux.gcc.score mac.clang.score scripts.pyrosetta scripts.rosetta.parse scripts.rosetta.validate scripts.rosetta.verify gcc-12.gcc.unit gcc-13.gcc.unit gcc-14.gcc.unit gcc-15.gcc.unit gcc-16.gcc.unit util.apps windows.build.debug windows.build.release

Pull Request №723 RosettaCommons/rosetta/main ← lyskov-ai/rosetta/fix/numeric-gcc15-template-id-cdtor Merge: c0fbd1cd0e786b420b817fd4f560a487ab05a307←631830c677818d763d4788d0e97bb4fa1c3b4e67 Drop template-id from ctor/dtor names in numeric/ (GCC 14/15 -Werror=template-id-cdtor) ---------------- Merge commit message: Drop template-id from OneDHistogram's constructor name (GCC 14/15) Same -Werror=template-id-cdtor issue as MathVector/MathMatrix: the default constructor named itself 'OneDHistogram<key1>()' instead of using the injected-class-name. This one only surfaces when something instantiates the ctor (a unit test does), so it slipped past a library-only build and is what broke CI on the previous version of this fix.

...
Test: linux.gcc.code_quality.beautification

 View log

Loading...

 View log in dialog  View log in log in separate window
Test: linux.gcc.mpi.serialization.integration.mpi

Failed sub-tests (click for more details):
replica_docking
Test: mac.clang.python39.integration

Failed sub-tests (click for more details):
mp_f19_relax
Test: gcc-16.gcc.unit

 View log

Loading...

 View log in dialog  View log in log in separate window