update autoPROC

This commit is contained in:
2026-09-01 11:38:03 +02:00
parent f8b2e907e8
commit 11d171f75d
5 changed files with 94 additions and 10 deletions
+10 -2
View File
@@ -9,5 +9,13 @@ autoPROC:
20240710:
config:
relstage: unstable
# XDS = in-repo module; CCP4 = site module, confirm name with `module avail ccp4`.
runtime_deps: [xds/20251103, ccp4/8.0]
# Per GPhL CentOS8 install doc: CCP4 8.0 + XDS are absolute requirements,
# ImageMagick "highly recommended" for full functionality. ImageMagick is
# still unstable - promote it before promoting autoPROC to stable.
runtime_deps: [xds/20260616, ccp4/8.0, ImageMagick/7.1.2-30]
# same snapshot rebuilt fresh (updated deps); -2 is the module release,
# V_PKG stays 20240710 so the build finds the same staged tarball
20240710-2:
config:
relstage: unstable
runtime_deps: [xds/20260616, ccp4/8.0, ImageMagick/7.1.2-30]