Skip to content

Commit 9be31e4

Browse files
committed
Upgrade celery and redis.
The celery upgrade works fine on its own. Updating redis in spack causes the concretize step to fail. Updating the redis python package using a pip installed package works, but some events may be being lost due to configuration changes between redis python package versions.
1 parent 9b79303 commit 9be31e4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docker/ubuntu18.04/openmpi4.0.4/all_spack/Dockerfile.spack_dev_ddb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y emacs-nox gdb tmux vim
44

55
WORKDIR /src
66

7-
RUN echo 0.0.5
7+
RUN echo 0.1.2
88

99
RUN git clone https://github.com/CODARcode/PerformanceAnalysis.git \
1010
--branch ckelly_develop_ddb \

docker/ubuntu18.04/openmpi4.0.4/all_spack/env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ spack:
33
- chimbuko-performance-analysis @git.bcb0f724d8579abeb620a0f9f4a9fdd839f3475f ^mochi-sonata~bedrock~unqlite_st ^[email protected]
44
- tau+mpi+openmp+adios2+python+binutils@git.9ec064a2f5ebc6deb63cfb3c10595ccba902b017=2.33.1
55
- libfabric fabrics=sockets,tcp,udp,rxm
6-
6+
- chimbuko-visualization2 @git.dependency_upgrades=dev ^[email protected] ^[email protected]
77
concretizer:
88
unify: true
99
compilers:

scripts/docker/spack_dev_ddb.rcfile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ cd /opt/spack-environment/
77
spack env activate .
88
export CHIMBUKO_VIZ_ROOT=$(spack location -i chimbuko-visualization2)
99
cd /bld/benchmark_suite/func_multimodal
10-
./run.sh
10+
# ./run.sh

spack/repo/chimbuko/packages/chimbuko-visualization2/package.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class ChimbukoVisualization2(Package):
1414

1515
depends_on('[email protected]')
1616
depends_on('py-mochi-sonata', type=('build', 'run'))
17-
depends_on('py-celery@4.4.7:4.4', type=('build', 'run'))
17+
depends_on('py-celery@5.2.2:', type=('build', 'run'))
1818
# depends_on('[email protected]:2024.7', type=('build', 'run'))
1919
depends_on('py-certifi', type=('build', 'run'))
2020
# depends_on('[email protected]:2.6', type=('build', 'run'))
@@ -31,7 +31,7 @@ class ChimbukoVisualization2(Package):
3131
depends_on('py-idna', type=('build', 'run'))
3232
# depends_on('[email protected]:3.0', type=('build', 'run'))
3333
depends_on('py-jinja2', type=('build', 'run'))
34-
depends_on('[email protected].1:4.5', type=('build', 'run'))
34+
# depends_on('[email protected].4:4.5', type=('build', 'run'))
3535
# depends_on('[email protected]:', type=('build','run'))
3636
depends_on('py-requests', type=('build','run'))
3737
depends_on('[email protected]:', type=('build', 'run'))

0 commit comments

Comments
 (0)