Versions Compared

Key

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

...

sha256sum .../psana-conda-4.0.56.tar.gz > 443440bf7a7fdbcdf89314b68c07f97f5a89dff38d6da98685e74f0671fac37d

Conda build

ssh pslogin

then copy it here, because psreldev does not have permission !!!!???

cp /cds/sw/ds/ana/conda1/manage/downloads/anarel/psana-conda-4.0.56.tar.gz /reg/g/psdm/web/swdoc/tutorials/

>>> it is because it is used in psana1-feedstock/recipe/meta.yaml as

  url: https://pswww.slac.stanford.edu/swdoc/tutorials/{{ name }}-conda-{{ version }}.tar.gz


ssh psbuild-rhel7-01 -l psreldev

...

source /cds/sw/ds/ana/conda2/manage/bin/psconda.sh# cpo: conda2 because it needs py3
conda deactivate
conda activate conda_build

...

sha256sum /cds/sw/ds/ana/conda1/manage/downloads/anarel/psana-conda-4.0.56.tar.gz

OR:

sha256sum /reg/g/psdm/web/swdoc/tutorials/psana-conda-4.0.56.tar.gz

...

update it in github

Valerio: conda create -n local_conda_build python conda-build conda-validate anaconda-client

Code Block
titleNotWritableError:
collapsetrue
(conda_build) [psreldev@psbuild-rhel7-01 psana1-feedstock]$ conda create -n local_conda_build python conda-build conda-validate

...

 anaconda-client
Collecting package metadata (current_repodata.json): failed

NotWritableError: The current user does not have write permissions to a required path.
  path: /cds/sw/ds/ana/conda2-v2/inst/pkgs/cache/18414ddb.json
  uid: 14427
  gid: 1109

If you feel that permissions on this path are set incorrectly, you can manually
change them by executing

  $ sudo chown 14427:1109 /cds/sw/ds/ana/conda2-v2/inst/pkgs/cache/18414ddb.json

In general, it's not advisable to use 'sudo conda'.

(conda_build) [psreldev@psbuild-rhel7-01 psana1-feedstock]$ 


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

...