Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/build/pkgs/_prereq/distros/void.txt
4086 views
1
# This file, build/pkgs/_prereq/distros/void.txt, contains names of
2
# Void Linux packages needed for installation of Sage from source.
3
#
4
# In addition, the files build/pkgs/SPKG/distros/void.txt contain
5
# the names of packages that provide the equivalent of SPKG.
6
#
7
# One package per line. No need to escape special characters.
8
# Everything on a line after a # character is ignored.
9
#
10
bc
11
binutils
12
gcc
13
libgomp-devel
14
m4
15
make
16
perl
17
python3
18
tar
19
bash
20
which
21
# needed by gfortran
22
diffutils
23
# needed by ppl
24
gzip
25
# void may need special patches for musl libc support in python3,
26
# so require full python 3 and its prereqs
27
python3-devel
28
bzip2-devel
29
xz
30
liblzma-devel
31
libffi-devel
32
zlib-devel
33
# to build python3 with the crypto module; there may be other packages that need it
34
libxcrypt-devel
35
patch
36
bzip2-devel
37
patch
38
pkgconf
39
40