Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • source /cds/sw/ds/ana/conda1/inst/etc/profile.d/conda.sh
  • cd /cds/sw/ds/ana/conda1/manage/jenkins/
  • conda env create -n ana-4.0.11 --file ana-env-py2.yaml
  • conda env create -n ana-4.0.11-py3 --file ana-env-py3.yaml

Addition For New

...

Pinned-Approach

...

Valerio writes: It's not different from the psana2 approach at all. All the feedstocks have now the pinning file in them. You just need to update the meta.yaml file, run conda build recipe, upload and build the environment from the "pinned" YAML file. (First you need to package the source in a tar.gz like we always did)

...