Indicate that lttng-ust 2.13+ is required
[deliverable/lttng-ust-mpi.git] / dev-env
CommitLineData
66e983e2
OD
1#!/bin/sh
2#
3# SPDX-License-Identifier: MIT
4#
e8418583 5# SPDX-FileCopyrightText: 2023 Olivier Dion <odion@efficios.com>
66e983e2
OD
6
7guix 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.022504 seconds and 4 git commands to generate.