Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/build/pkgs/_prereq/distros/slackware.txt
4086 views
1
# This file, build/pkgs/_prereq/distros/slackware.txt, contains names of
2
# Slackware packages needed for installation of Sage from source.
3
#
4
# In addition, the files build/pkgs/SPKG/distros/slackware.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
# dependencies of make
13
guile
14
gc
15
libffi
16
gcc-13
17
gcc-g++-13
18
# dependencies of gcc
19
libmpc
20
glibc
21
kernel-headers
22
perl
23
m4
24
bc
25
python3
26
flex
27
# for https upstream_url downloads
28
ca-certificates
29
libxml2
30
cyrus-sasl
31
patch
32
bzip2
33
patch
34
pkg-config
35
zlib
36
37