Versions Compared

Key

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

...

anaconda upload -u lcls-i </cds/home/c/cpo/conda-bld/linux-64/psana-4.0.53-py39hb869b97_2.tar.bz2>bz2

The yaml files for creating the environment are in /cds/sw/ds/ana/conda1/manage/jenkins/.

To create the env's without changing the pinnings, clone the previous environment and install the newly upload psana version like this:

Code Block
conda install --experimental-solver=libmamba -c lcls-i -c conda-forge psana=4.0.44 --experimental-solver=libmamba53

To create new pinnings (which may require also changing conda_build_config.yaml in the py2/py3 recipe repos) you can create two env's like this:

...