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
+3 -2
View File
@@ -10,10 +10,11 @@ pbuild::compile() { :; }
pbuild::install() {
# autoPROC is licence-gated: the Global Phasing snapshot cannot be wget'd
# (download needs credentials), so stage it in this module dir first as
# autoPROC_snapshot_<version>.tar.gz, then unpack into $PREFIX. Not committed to git.
# autoPROC_snapshot_<snapshot-date>.tar.gz, then unpack into $PREFIX. Not committed.
# V_PKG (not V) so rebuilds as <date>-2, <date>-3 reuse the same staged tarball.
mkdir -p "${PREFIX}"
cd "${PREFIX}"
tar -xf "${BUILDBLOCK_DIR}/autoPROC_snapshot_${V}.tar.gz" --strip-components=1
tar -xf "${BUILDBLOCK_DIR}/autoPROC_snapshot_${V_PKG}.tar.gz" --strip-components=1
# Install the PSI licence token at the software home so autoPROC is activated.
cp "${BUILDBLOCK_DIR}/.licence" "${PREFIX}/.licence"