Installs panddas into its own prefix (--prefix + --ignore-installed) so the shared ccp4/9.0 module is never modified; PYTHONPATH prepend shadows the ccp4-bundled copy. ccp4/9.0 is build- and runtime dependency. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0152MuuYUaapP7CtxrDAfvBh
15 lines
289 B
YAML
15 lines
289 B
YAML
---
|
|
format: 1
|
|
PanDDA:
|
|
defaults:
|
|
group: MX
|
|
overlay: base
|
|
relstage: unstable
|
|
# no urls/shasums — pip fetches panddas==<version> from PyPI
|
|
versions:
|
|
0.2.14:
|
|
config:
|
|
relstage: unstable
|
|
build_requires: [ccp4/9.0]
|
|
runtime_deps: [ccp4/9.0]
|