added olex2 for MX small molecules

This commit is contained in:
2025-11-19 14:54:54 +01:00
parent 677f84307f
commit 8df323db5e
4 changed files with 63 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#!/usr/bin/env modbuild
pbuild::prep() { :; }
pbuild::configure() { :; }
pbuild::compile() { :; }
pbuild::install() {
#wget --no-check-certificate https://xds.mr.mpg.de/XDS-gfortran_Linux_x86_64.tar.gz
mkdir -p "${PREFIX}/bin"
cd "${PREFIX}/bin"
unzip "${BUILDBLOCK_DIR}/Olex2Linux64.zip"
}