dac911b1e92c1aa6d8ce1efc2b1742cb8d1c2032
[deliverable/lttng-ust-mpi.git] / dev-env
1 #!/bin/sh
2 #
3 # SPDX-License-Identifier: MIT
4 #
5 # Copyright (c) 2023 Olivier Dion <odion@efficios.com>
6
7 guix shell --pure \
8 babeltrace \
9 coreutils \
10 findutils \
11 gawk \
12 gcc-toolchain \
13 clang \
14 git \
15 grep \
16 less \
17 lttng-tools \
18 lttng-ust \
19 make \
20 openmpi \
21 openssh \
22 pkg-config \
23 python \
24 python-clang \
25 -- $@
This page took 0.070815 seconds and 3 git commands to generate.