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

Revisions №21259

branch: rosetta:commits 「№21259」
Commited by: lyskov-ai
GitHub Pull Request link: 「№723」
Merge: 「9567e54ba」「5f88382e5」  code diff
Scheduled at: 2026-06-26 00:45:08.656367
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 util.apps windows.build.debug windows.build.release

Pull Request №723 RosettaCommons/rosetta/main ← lyskov-ai/rosetta/fix/numeric-gcc15-template-id-cdtor Merge: 9567e54bafdaf4697b28b6f4d41a07596e50ed5c←5f88382e5242482039bed0812b890a38fbd85dae Drop template-id from MathVector/MathMatrix ctor/dtor names (GCC 15 -Werror=template-id-cdtor) ---------------- Merge commit message: Drop template-id from MathVector/MathMatrix ctor/dtor names (GCC 15) GCC 15 enforces -Werror=template-id-cdtor: a class template may not name its own constructors or destructors with explicit template arguments (the injected-class-name must be used without <...>). MathVector and MathMatrix declared several ctors and their dtor as e.g. 'MathVector< T>()' and '~MathVector< T>()', which fails to compile under GCC 15 in C++20 mode and broke the debug build before it reached any core/ code. Drop the '< T>' so these match the injected-class-name form already used by the copy constructors in the same classes. No semantic change.

...
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 revold_vhts