Versions Compared

Key

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

...

> scratch/psana-conda-4.0.56/<packages>   # clones form git or svn
> scratch/psana-conda-4.0.56/psana-conda-tag    # tags extended with version like 'tag': 'V02-00-76'
> scratch/psana-conda-4.0.56/psana-conda-4.0.56/.sit_release    #  contains psana-conda-4.0.56
> downloads/anarel/psana-conda-4.0.56.tar.gz

Accessed Accessable through url:
file:///cds/sw/ds/ana/conda1/manage/downloads/anarel/psana-conda-4.0.56.tar.gz

...

source /cds/sw/ds/ana/conda2/manage/bin/psconda.sh
conda deactivate
conda activate conda_build

Code Block
titleedit psana1-feedstock/recipe/meta.yaml
collapsetrue
{% set version = '4.0.56' %}

...


 ...

...


 sha256: 443440bf7a7fdbcdf89314b68c07f97f5a89dff38d6da98685e74f0671fac37d

...


 ...

...


extra:

...


  recipe-maintainers:

...


    - valmar

...


    - chrisvam

...


    - dubrovin

update it in github

conda build -c lcls-i -c conda-forge recipe

creates: /cds/home/p/psreldev/conda-bld/linux-64/psana-4.0.56-py39hb869b97_1.tar.bz2


Upload the file to anaconda lcls-i channel

...