From cdb9073fa2611afa29212f78d42be9e7188691ce Mon Sep 17 00:00:00 2001 From: duan_j Date: Wed, 12 Aug 2026 16:07:29 +0200 Subject: [PATCH] updated README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9958053..a1a0290 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # MX +This project includes all MX modules in use. -This project includes all MX modules in use. All modules are build with Pmodules/2.0 version. -Documentation for how-to-build modules can be found in: https://pmodules.gitpages.psi.ch/index.html +All modules are build with modbuild/2.1.2 +Documentation for how-to-build modules can be found in: https://github.com/Pmodules/Pmodules/wiki -## PModule tips -1. Pmodules is name/version (not name/name-version) +## Module tips +1. modules is name/version (not name/name-version) 2. Solution to unbound variables: `/opt/psi/MX/phenix/phenix-1.20-4459/build/setpaths.sh: line 4: LIBTBX_BUILD_RELOCATION_HINT: unbound variable` is to add `puts stdout "set +x nounset"` before the source statement in the modulefile - +3. wait until the tutorial on 18th August 2026