Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/build/pkgs/_prereq/distros/opensuse.txt
4086 views
1
# This file, build/pkgs/_prereq/distros/opensuse.txt, contains names of
2
# OpenSuse packages needed for installation of Sage from source.
3
#
4
# In addition, the files build/pkgs/SPKG/distros/opensuse.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
gawk
14
perl
15
python3
16
tar
17
bc
18
which
19
glibc-locale-base
20
gcc
21
gcc-c++
22
# Needed if we download some packages from a https upstream URL
23
ca-certificates
24
# gunzip needed for ppl spkg
25
gzip
26
# Issue #32368
27
findutils
28
diffutils
29
patch
30
# spkg-configure checks for both the program and the library
31
bzip2
32
pkgconfig(bzip2)
33
patch
34
pkgconf
35
pkgconfig(zlib)
36
37