Skip to content

Commit ed7d9cf

Browse files
committed
WIP002
1 parent 0336ce3 commit ed7d9cf

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ RUN apt-get update && apt-get install -y emacs-nox gdb tmux vim
44

55
WORKDIR /src
66

7-
RUN echo 0.1.3
8-
97
RUN git clone https://github.com/CODARcode/PerformanceAnalysis.git \
108
--branch ckelly_develop_ddb \
119
&& git -C PerformanceAnalysis checkout ckelly_develop_ddb \
1210
&& cp -r PerformanceAnalysis/spack/repo/chimbuko /sds/ \
13-
&& cp -r PerformanceAnalysis/benchmark_suite . \
14-
&& rm -rf PerformanceAnalysis
11+
&& cp -r PerformanceAnalysis/benchmark_suite .
12+
# && cp -r PerformanceAnalysis/benchmark_suite . \
13+
# && rm -rf PerformanceAnalysis
1514

1615
ENV TAU_OPTIONS="-optShared -optRevert -optVerbose -optCompInst"
1716

@@ -37,12 +36,18 @@ RUN source /spack/spack/share/spack/setup-env.sh \
3736
&& spack gc -y \
3837
&& spack clean -a
3938

39+
RUN echo 0.1.4
40+
RUN git -C /src/PerformanceAnalysis pull
41+
4042
COPY docker/ubuntu18.04/openmpi4.0.4/all_spack/chimbuko_config.sh \
4143
/bld/benchmark_suite/func_multimodal/
4244

4345
COPY scripts/docker/spack_dev_ddb.sh /build.spack.sh
4446
RUN /build.spack.sh
4547

48+
# COPY scripts/docker/spack_dev_ddb.sh /build.pip.sh
49+
# RUN /build.pip.sh
50+
4651
COPY scripts/docker/spack_dev_ddb.rcfile.sh /rcfile.sh
4752

4853
# ENTRYPOINT ["/bin/bash"] # see Dockerfile.spack_env

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +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('py-pip', type=('build', 'run'))
3435
# depends_on('[email protected]:4.5', type=('build', 'run'))
3536
# depends_on('[email protected]:', type=('build','run'))
3637
depends_on('py-requests', type=('build','run'))

0 commit comments

Comments
 (0)