Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Document the debian.txt, fedora.txt files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jan 25, 2020
1 parent 8a739b1 commit 3ef64c4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
13 changes: 13 additions & 0 deletions build/pkgs/debian.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# This file, build/pkgs/debian.txt, contains names of Debian/Ubuntu packages
# needed for installation of Sage from source.
#
# In addition, the files build/pkgs/SPKG/debian.txt contain the names
# of packages that provide the equivalent of SPKG.
#
# If distinctions between different distributions need to be made,
# files named debian....txt or ubuntu.....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
Expand Down
17 changes: 14 additions & 3 deletions build/pkgs/fedora.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# 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
gcc
gcc-c++
gcc-gfortran
make
m4
perl
Expand Down

0 comments on commit 3ef64c4

Please sign in to comment.