Skip to content

Commit 3064e84

Browse files
committed
Final updates to installer
1 parent 7938c05 commit 3064e84

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed
-380 Bytes
Binary file not shown.

install/2_1_install/savu_v2.1.1/savu_installer.sh

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -239,12 +239,6 @@ if [ "$facility" ]; then
239239
cp $savu_path/mpi/$facility/savu_mpijob.sh $launcher_path
240240
fi
241241

242-
243-
echo "Installing tomopy..."
244-
# these packages were missing copied environment for some reason
245-
conda install -y -q -c dgursoy tomopy --no-deps
246-
conda install -y -q -c dgursoy dxchange --no-deps
247-
248242
#-----------------------------------------------------------------
249243
echo "Installing pyfai..."
250244
pip install pyfai
@@ -298,6 +292,13 @@ echo "Installing xraylib..."
298292
conda install -y -q --use-local $xraylibbuild --no-deps
299293
#-----------------------------------------------------------------
300294

295+
#-----------------------------------------------------------------
296+
echo "Installing tomopy..."
297+
# these packages were missing in copied environment
298+
conda install -y -q -c dgursoy tomopy --no-deps
299+
conda install -y -q -c dgursoy dxchange --no-deps
300+
#-----------------------------------------------------------------
301+
301302
#-----------------------------------------------------------------
302303
#echo "Building xdesign"
303304
#conda build $recipes/xdesign

0 commit comments

Comments
 (0)