Files
duan_jandClaude Fable 5 3db277e287 pymol-open-source: fix silent glm CMakeLists.txt collision - root cause of missing _cmd
Both tarballs unpack stripped into SRC_DIR; glm unpacked last and its
CMakeLists.txt shadowed pymol's. setup.py's cmake-based build_ext then
configured glm instead of pymol, built glm's test suite successfully
(372 .o, ~1min, exit 0) and produced a pure-python wheel with no error.

- config.yaml: glm url now FIRST so pymol's top-level files win
- build: guard that SRC_DIR/CMakeLists.txt is pymol's (TARGET_NAME)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-09-03 11:10:37 +02:00
..