forked from sagemath/sage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
void.txt
34 lines (34 loc) · 779 Bytes
/
void.txt
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
# This file, build/pkgs/_prereq/distros/void.txt, contains names of
# Void Linux packages needed for installation of Sage from source.
#
# In addition, the files build/pkgs/SPKG/distros/void.txt contain
# the names of packages that provide the equivalent of SPKG.
#
# One package per line. No need to escape special characters.
# Everything on a line after a # character is ignored.
#
bc
binutils
gcc
libgomp-devel
m4
make
perl
python3
tar
bash
which
# needed by gfortran
diffutils
# needed by ppl
gzip
# void may need special patches for musl libc support in python3,
# so require full python 3 and its prereqs
python3-devel
bzip2-devel
xz
liblzma-devel
libffi-devel
zlib-devel
# to build python3 with the crypto module; there may be other packages that need it
libxcrypt-devel