update autoPROC
This commit is contained in:
+3
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user