Skip to content
Snippets Groups Projects
Commit 59db4c08 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: add environment graph

parent 854a7ca1
Branches
Tags
1 merge request!433feat: add environment graph
...@@ -207,7 +207,9 @@ RUN strip --remove-section=.note.ABI-tag /usr/local/lib/libQt5Core.so ...@@ -207,7 +207,9 @@ RUN strip --remove-section=.note.ABI-tag /usr/local/lib/libQt5Core.so
RUN spack debug report \ RUN spack debug report \
| sed "s/^/ - /" | sed "s/\* \*\*//" | sed "s/\*\*//" \ | sed "s/^/ - /" | sed "s/\* \*\*//" | sed "s/\*\*//" \
>> /etc/jug_info \ >> /etc/jug_info \
&& spack find --no-groups --long --variants | sed "s/^/ - /" >> /etc/jug_info && spack find --no-groups --long --variants | sed "s/^/ - /" >> /etc/jug_info \
&& spack graph --dot --installed > /opt/spack-environment/env.dot
COPY eic-shell /usr/local/bin/eic-shell COPY eic-shell /usr/local/bin/eic-shell
COPY eic-info /usr/local/bin/eic-info COPY eic-info /usr/local/bin/eic-info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment