Skip to content

Remove obsolete lattice-preview GUI - #111

Draft
skilledwolf wants to merge 1 commit into
modernization/pyalps-nanobind-wheelfrom
WIP/remove-lattice-preview
Draft

Remove obsolete lattice-preview GUI#111
skilledwolf wants to merge 1 commit into
modernization/pyalps-nanobind-wheelfrom
WIP/remove-lattice-preview

Conversation

@skilledwolf

@skilledwolf skilledwolf commented Jul 23, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • remove the unmaintained wxPython/VTK lattice-preview GUI
  • remove its launcher and private Python helper modules
  • remove its CMake installation block and Debian install-manifest entry

Why

The feature was introduced in 2009 and last updated in 2016. Its launcher still relies on Python 2 syntax and contains broken environment-variable names (BUILDIDR and PHTHONPATH), while the GUI uses legacy wxPython APIs and has no dependency detection for wxPython or VTK. Ordinary non-wheel builds install it even when those runtime dependencies are unavailable.

Removing the feature as a unit is safer than retaining or modernizing its otherwise-unused tool/license.py helper.

Scope

The removal is self-contained: it deletes only the obsolete GUI, its private helpers, its build and installation rules, and its packaging-manifest entry.

Validation

  • fresh minimal CMake configuration with Python, applications, examples, and tests disabled
  • no remaining lattice-preview or helper-module references
  • git diff --check

The commit includes [skip ci]; these removal-only changes were validated locally without starting CI.

@skilledwolf
skilledwolf force-pushed the WIP/remove-lattice-preview branch from ea69cc0 to 1f3922b Compare July 24, 2026 16:36
@skilledwolf
skilledwolf changed the base branch from master to modernization/pyalps-nanobind-wheel July 24, 2026 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant