You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Settup up the conda build system

Step-by-step guide

  1. sudo as psreldev
    1. currently, for davidsch, sets path for miniconda2devel and manage/scripts
  2. start at /reg/g/psdm/sw/conda
  3. create the directory layout described in Conda Build System Directory Layout
  4. install conda build (updates conda-env as well)
  5. conda update --all, get the latest from the defaults area
  6. Run ana-rel-manage -c gen-condarc to generate condarc for all the minicondas
  7. now that we have added our file:/// channels areas, we need to turn them into channels, otherwise nothing will work
  8. Run ana-rel-manage -c index-channels to do this
  9. do this to create the manage directory from stuff under version control:
    git clone https://github.com/davidslac/manage-lcls-conda-build-system.git manage
  10. index the empty channels

 

  • No labels