update DIALS: rememebr to add support to /entry/data/data, see issue in aareproc repo
This commit is contained in:
+6
-6
@@ -9,12 +9,12 @@ pbuild::compile() { :; }
|
||||
|
||||
pbuild::install() {
|
||||
cd "${PREFIX}"
|
||||
wget https://dials.diamond.ac.uk/diamond_builds/dials-linux-x86_64-conda3.tar.xz
|
||||
tar -xJf dials-linux-x86_64-conda3.tar.xz
|
||||
cd dials-installer-dev
|
||||
wget https://github.com/dials/dials/releases/download/v3.29.0/dials-v3-29-0-linux-x86_64.tar.xz
|
||||
tar -xJf dials-v3-29-0-linux-x86_64.tar.xz
|
||||
cd dials-installer
|
||||
./install --prefix=$PREFIX
|
||||
cd "${PREFIX}"
|
||||
rm dials-linux-x86_64-conda3.tar.xz
|
||||
rm -r dials-installer-dev
|
||||
ln -s dials-dev20251026 dials-v3-25-0
|
||||
rm dials-v3-29-0-linux-x86_64.tar.xz
|
||||
rm -r dials-installer
|
||||
# ln -s dials-dev20251026 dials-v3-29-0
|
||||
}
|
||||
|
||||
@@ -9,3 +9,6 @@ DIALS:
|
||||
3.25.0:
|
||||
config:
|
||||
relstage: unstable
|
||||
3.29.0:
|
||||
config:
|
||||
relstage: unstable
|
||||
|
||||
+1
-1
@@ -11,4 +11,4 @@ X-ray crystallography for structural biology has benefited greatly from a number
|
||||
License : https://dials.github.io/license.html
|
||||
"
|
||||
|
||||
puts stdout "source $PREFIX/dials-v3-25-0/dials_env.sh;"
|
||||
puts stdout "source $PREFIX/dials-v3-29-0/dials_env.sh;"
|
||||
|
||||
Reference in New Issue
Block a user