-
-
Notifications
You must be signed in to change notification settings - Fork 481
/
fedora.txt
34 lines (34 loc) · 1.15 KB
/
fedora.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# This file, build/pkgs/fedora.txt, contains names of Fedora/Redhat/CentOS packages
# needed for installation of Sage from source.
#
# In addition, the files build/pkgs/SPKG/fedora.txt contain the names
# of packages that provide the equivalent of SPKG.
#
# If distinctions between different distributions need to be made,
# files named fedora....txt, redhat...txt, or centos....txt can be used.
#
# See build/bin/sage-spkg, where this information is processed
# for use in "sage -info SPKG".
#
# Everything on a line after a # character is ignored.
#
binutils
make
m4
# a system python is needed for downloading the sage packages, https://trac.sagemath.org/ticket/29090
python3
perl
perl-ExtUtils-MakeMaker
tar
gcc
# On Fedora 26, need C++ even to survive 'configure'. Otherwise:
# checking how to run the C++ preprocessor... /lib/cpp
# configure: error: in `/sage':
# configure: error: C++ preprocessor "/lib/cpp" fails sanity check
gcc-c++
# Needed according to embray at https://trac.sagemath.org/ticket/26964:
# The need for which comes [...] from MPIR's configure script
findutils
which
# Needed for pcre configure, see https://trac.sagemath.org/ticket/29129:
diffutils