Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/build/pkgs/_prereq/distros/alpine.txt
4086 views
1
# This file, build/pkgs/_prereq/distros/alpine.txt, contains names of
2
# Alpine Linux packages needed for installation of Sage from source.
3
#
4
# In addition, the files build/pkgs/SPKG/distros/alpine.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
python3
15
tar
16
bc
17
gcc
18
g++
19
ca-certificates
20
coreutils
21
patch
22
bzip2
23
patch
24
pkgconf
25
zlib-dev
26
27