File tree Expand file tree Collapse file tree
docker/ubuntu18.04/openmpi4.0.4/all_spack
spack/repo/chimbuko/packages/chimbuko-visualization2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,14 +4,13 @@ RUN apt-get update && apt-get install -y emacs-nox gdb tmux vim
44
55WORKDIR /src
66
7- RUN echo 0.1.3
8-
97RUN 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
1615ENV 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+
4042COPY docker/ubuntu18.04/openmpi4.0.4/all_spack/chimbuko_config.sh \
4143 /bld/benchmark_suite/func_multimodal/
4244
4345COPY scripts/docker/spack_dev_ddb.sh /build.spack.sh
4446RUN /build.spack.sh
4547
48+ # COPY scripts/docker/spack_dev_ddb.sh /build.pip.sh
49+ # RUN /build.pip.sh
50+
4651COPY scripts/docker/spack_dev_ddb.rcfile.sh /rcfile.sh
4752
4853# ENTRYPOINT ["/bin/bash"] # see Dockerfile.spack_env
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ class ChimbukoVisualization2(Package):
3131 depends_on ('py-idna' , type = ('build' , 'run' ))
3232 # depends_on('py-jinja2@3.0.3:3.0', type=('build', 'run'))
3333 depends_on ('py-jinja2' , type = ('build' , 'run' ))
34+ # depends_on('py-pip', type=('build', 'run'))
3435 # depends_on('py-redis@4.5.4:4.5', type=('build', 'run'))
3536 # depends_on('py-requests@2.32.3:', type=('build','run'))
3637 depends_on ('py-requests' , type = ('build' ,'run' ))
You can’t perform that action at this time.
0 commit comments