Skip to content

Commit

Permalink
Merge pull request #164 from tmaeno/dev
Browse files Browse the repository at this point in the history
panda-client -> panda-client-light
  • Loading branch information
wguanicedew authored May 26, 2023
2 parents 5c352c1 + 624bf7c commit d90a348
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ RUN source /etc/profile.d/conda.sh; conda activate /opt/idds; python3 -m pip ins

RUN source /etc/profile.d/conda.sh; conda activate /opt/idds; python3 -m pip install --no-cache-dir --upgrade requests SQLAlchemy urllib3 retrying mod_wsgi flask futures stomp.py cx-Oracle unittest2 pep8 flake8 pytest nose sphinx recommonmark sphinx-rtd-theme nevergrad
RUN source /etc/profile.d/conda.sh; conda activate /opt/idds; python3 -m pip install --no-cache-dir --upgrade psycopg2-binary
RUN source /etc/profile.d/conda.sh; conda activate /opt/idds; python3 -m pip install --no-cache-dir --upgrade rucio-clients-atlas rucio-clients panda-client
RUN source /etc/profile.d/conda.sh; conda activate /opt/idds; python3 -m pip install --no-cache-dir --upgrade rucio-clients-atlas rucio-clients panda-client-light


WORKDIR /tmp/src
Expand Down
2 changes: 1 addition & 1 deletion atlas/tools/env/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- pytest # python testing tool
- nose # nose test tools
- stomp.py
- panda-client # panda client
- panda-client-light # panda client
- rucio-clients
- rucio-clients-atlas
- idds-common==0.11.5
Expand Down
2 changes: 1 addition & 1 deletion docs/source/users/admin_guides.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Environment setup on CENTOS 7
conda activate /opt/idds
pip install idds-server idds-doma idds-atlas idds-monitor idds-website
pip install rucio-clients-atlas rucio-clients panda-client
pip install rucio-clients-atlas rucio-clients panda-client-light
# # add "auth_type = x509_proxy" to /opt/idds/etc/rucio.cfg
2. setup environment after installed.
Expand Down
2 changes: 1 addition & 1 deletion doma/tools/env/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies:
- flake8 # Wrapper around PyFlakes&pep8
- pytest # python testing tool
- nose # nose test tools
- panda-client # panda client
- panda-client-light # panda client
- idds-common==0.11.5
- idds-workflow==0.11.5
2 changes: 1 addition & 1 deletion main/tools/env/install_idds_full.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ conda env create --prefix=/opt/idds -f main/tools/env/environment.yml
conda activate /opt/idds
conda install -c conda-forge python-gfal2

pip install rucio-clients-atlas rucio-clients panda-client
pip install rucio-clients-atlas rucio-clients panda-client-light
# root ca.crt to /opt/idds/etc/ca.crt

pip install requests SQLAlchemy urllib3 retrying mod_wsgi flask futures stomp.py cx-Oracle unittest2 pep8 flake8 pytest nose sphinx recommonmark sphinx-rtd-theme nevergrad
Expand Down

0 comments on commit d90a348

Please sign in to comment.