Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/build/pkgs/_prereq/distros/arch.txt
4086 views
1
# This file, build/pkgs/_prereq/distros/arch.txt, contains names of
2
# Arch Linux packages needed for installation of Sage from source.
3
#
4
# In addition, the files build/pkgs/SPKG/distros/arch.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
binutils
11
make
12
m4
13
perl
14
python # system python for bootstrapping the build
15
tar
16
bc
17
gcc
18
bzip2
19
# Needed for 4ti2:
20
which
21
patch
22
pkgconf
23
zlib
24
25