summaryrefslogtreecommitdiffstats
path: root/src/spdk/test/common/config/pkgdep/pacman
blob: 43d3db2f53812af3f104f0aede1c22dc219170ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
package_manager=pacman

upgrade() {
	sudo "$package_manager" -Syu --noconfirm --needed
}

install() {
	(($#)) || return 0

	sudo "$package_manager" -Sy --noconfirm --needed "$@"
}

pre_install() {
	if [[ $INTSALL_TSOCKS == true ]]; then
		install tsocks
	fi
}

packages=(
	valgrind
	jq
	nvme-cli
	ceph
	gdb
	fio
	linux-headers
	gflags
	autoconf
	automake
	libtool
	libutil-linux
	libiscsi
	open-isns
	glib2
	pixman
	flex
	bison
	elfutils
	libelf
	astyle
	gptfdisk
	socat
	sshfs
	sshpass
	python-pandas
	btrfs-progs
	iptables
	clang
	bc
	perl-switch
	open-iscsi
	smartmontools
	parted
	wget
)

# TODO:
# These are either missing or require some other installation method
# than pacman:
# librbd-devel
# perl-open
# targetcli