Skip to content

Commit 0dcb8c4

Browse files
committed
WIP001
1 parent 5448a1d commit 0dcb8c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 jq tmux vim
44

55
WORKDIR /src
66

7-
RUN echo 0.0.8
7+
RUN echo 0.0.9
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] ^[email protected]
77
concretizer:
88
unify: true
99
compilers:

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

Lines changed: 1 addition & 1 deletion
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('[email protected]:', type=('build', 'run'))
17+
# depends_on('[email protected]:', 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'))

0 commit comments

Comments
 (0)