File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -239,12 +239,6 @@ if [ "$facility" ]; then
239239 cp $savu_path /mpi/$facility /savu_mpijob.sh $launcher_path
240240fi
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# -----------------------------------------------------------------
249243echo " Installing pyfai..."
250244pip install pyfai
@@ -298,6 +292,13 @@ echo "Installing xraylib..."
298292conda 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
You can’t perform that action at this time.
0 commit comments