Skip to content

Commit

Permalink
Final updates to installer
Browse files Browse the repository at this point in the history
  • Loading branch information
nicwade committed Oct 26, 2017
1 parent 7938c05 commit 3064e84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Binary file modified install/2_1_install/savu_v2.1.1.tar.gz
Binary file not shown.
13 changes: 7 additions & 6 deletions install/2_1_install/savu_v2.1.1/savu_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,6 @@ if [ "$facility" ]; then
cp $savu_path/mpi/$facility/savu_mpijob.sh $launcher_path
fi


echo "Installing tomopy..."
# these packages were missing copied environment for some reason
conda install -y -q -c dgursoy tomopy --no-deps
conda install -y -q -c dgursoy dxchange --no-deps

#-----------------------------------------------------------------
echo "Installing pyfai..."
pip install pyfai
Expand Down Expand Up @@ -298,6 +292,13 @@ echo "Installing xraylib..."
conda install -y -q --use-local $xraylibbuild --no-deps
#-----------------------------------------------------------------

#-----------------------------------------------------------------
echo "Installing tomopy..."
# these packages were missing in copied environment
conda install -y -q -c dgursoy tomopy --no-deps
conda install -y -q -c dgursoy dxchange --no-deps
#-----------------------------------------------------------------

#-----------------------------------------------------------------
#echo "Building xdesign"
#conda build $recipes/xdesign
Expand Down

0 comments on commit 3064e84

Please sign in to comment.