From bbfb701244a340485300d40685db8ef6a1428b8d Mon Sep 17 00:00:00 2001 From: duan_j Date: Fri, 14 Aug 2026 11:37:24 +0200 Subject: [PATCH] added jfjoch_viewer rc.160, changed 1st line in modulefile from Pmodule to Module to show in the new module --- jfjoch_viewer/build | 2 +- jfjoch_viewer/files/config.yaml | 2 +- jfjoch_viewer/modulefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jfjoch_viewer/build b/jfjoch_viewer/build index e196f02..1c380e6 100644 --- a/jfjoch_viewer/build +++ b/jfjoch_viewer/build @@ -10,5 +10,5 @@ pbuild::compile() { :; } pbuild::install() { mkdir "${PREFIX}/bin" cd "${PREFIX}/bin" - tar -xvzf "${BUILDBLOCK_DIR}/jfjoch_viewer-1.0.0-rc.158-linux-cuda12.tgz" --strip-components=1 + tar -xvzf "${BUILDBLOCK_DIR}/jfjoch_viewer-1.0.0-rc.160-linux-cuda12.tgz" --strip-components=1 } diff --git a/jfjoch_viewer/files/config.yaml b/jfjoch_viewer/files/config.yaml index 44d975b..c52e9c2 100644 --- a/jfjoch_viewer/files/config.yaml +++ b/jfjoch_viewer/files/config.yaml @@ -6,7 +6,7 @@ jfjoch_viewer: overlay: base relstage: stable versions: - 1.0.0-rc.156: + 1.0.0-rc.160: config: relstage: stable build_requires: ["cuda/12.8.1"] diff --git a/jfjoch_viewer/modulefile b/jfjoch_viewer/modulefile index 9d6b861..8d074e7 100644 --- a/jfjoch_viewer/modulefile +++ b/jfjoch_viewer/modulefile @@ -1,4 +1,4 @@ -#%Pmodule +#%Module module-whatis "jfjoch viewer trying install offline processing for mx beamlines" module-url "https://gitea.psi.ch/mx/-/packages/rpm/jfjoch-viewer"