updated xds to 2025

This commit is contained in:
2025-05-30 10:15:19 +02:00
parent 45e0d957db
commit 8429f8cb70
4 changed files with 8 additions and 6 deletions

Binary file not shown.

View File

@@ -8,8 +8,8 @@ pbuild::configure() { :; }
pbuild::compile() { :; }
pbuild::install() {
wget --no-check-certificate https://xds.mr.mpg.de/XDS-INTEL64_Linux_x86_64.tar.gz
#wget --no-check-certificate https://xds.mr.mpg.de/XDS-gfortran_Linux_x86_64.tar.gz
mkdir -p "${PREFIX}/bin"
cd "${PREFIX}/bin"
tar -xf "${BUILDBLOCK_DIR}/XDS-INTEL64_Linux_x86_64.tar.gz" --strip-components=1
}
tar -xf "${BUILDBLOCK_DIR}/XDS-gfortran_Linux_x86_64.tar.gz" --strip-components=1
}

View File

@@ -6,4 +6,6 @@ xds:
overlay: base
relstage: stable
versions:
20240724:
20250523:
config:
relstage: unstable

View File

@@ -3,10 +3,10 @@
module-whatis "X-ray Detector Software for processing single-crystal monochromatic diffraction data recorded by the rotation method"
module-url "http://xds.mpimf-heidelberg.mpg.de/"
module-license "XDS is free of charge for non-commercial applications"
module-maintainer "MX Data <mx-software@psi.ch>"
module-maintainer "MX Data <jiaxin.duan@psi.ch>"
module-help "
XDS can process data images from CCD-, imaging-plate-, multiwire-, and pixel-detectors in a variety of formats as well as from multi-segment detectors assembled from several rectangular components in arbitrary arrangement.
"
setenv XDS $PREFIX/bin
setenv XDS $PREFIX/bin