Skip to content

Commit

Permalink
Adds astra.pth
Browse files Browse the repository at this point in the history
  • Loading branch information
nicwade committed Dec 9, 2016
1 parent 5c57697 commit b9f2e74
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
2 changes: 2 additions & 0 deletions install/conda-recipes/astra/astra.pth
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
./astra/python

15 changes: 8 additions & 7 deletions install/dls_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ new_env=$1
new_version=1.2

# create module file for new Savu version with old Savu env
# amend launcher scripts to module load the new version
# update Savu version in setup.py
# update Savu version in conda recipe
# update other conda recipe versions
Expand All @@ -24,20 +25,20 @@ anaconda upload $savu_build --label test
conda install -c savu/label/test savu
savu_installer.sh dls

# Update tomopy source code to not use multiprocessing
# update tomopy source code to not use multiprocessing

savu_quick_tests
savu_full_tests
source savu_setup.sh
mpi_cpu_test.sh /dls/tmp/qmm55171
mpi_gpu_test.sh /dls/tmp/qmm55171

# Push changes to Git
# Create new release on Github
# Create conda build of Savu and upload to anaconda cloud
# Remove savu test install and install new version of Savu into new conda env
# Re-run tests
# Download zip
# push changes to Git
# create new release on Github
# create conda build of Savu and upload to anaconda cloud
# remove savu test install and install new version of Savu into new conda env
# re-run tests
# download zip
# update module file to source new environment
# copy savu_launcher_preview.sh to conda_env/bin?
# update Savu default module load
Expand Down

0 comments on commit b9f2e74

Please sign in to comment.