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

Commit

Permalink
add gfortran to _prereq/distros
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Sep 19, 2021
1 parent 19efe21 commit c5e1dec
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions build/pkgs/_prereq/distros/arch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ python # system python for bootstrapping the build
tar
bc
gcc
gcc-fortran
# Needed for 4ti2:
which
1 change: 1 addition & 0 deletions build/pkgs/_prereq/distros/conda.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
compilers
fortran-compiler
make
m4
perl
Expand Down
1 change: 1 addition & 0 deletions build/pkgs/_prereq/distros/cygwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ perl-ExtUtils-MakeMaker
tar
gcc-core
gcc-g++
gcc-fortran
# Needed according to embray at https://trac.sagemath.org/ticket/26964:
# The need for which comes [...] from MPIR's configure script
findutils
Expand Down
1 change: 1 addition & 0 deletions build/pkgs/_prereq/distros/debian.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ gcc
# configure: error: in `/sage':
# configure: error: C++ preprocessor "/lib/cpp" fails sanity check
g++
gfortran
# Needed if we download some packages from a https upstream URL
ca-certificates
1 change: 1 addition & 0 deletions build/pkgs/_prereq/distros/fedora.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ gcc
# configure: error: in `/sage':
# configure: error: C++ preprocessor "/lib/cpp" fails sanity check
gcc-c++
gcc-gfortran
# Needed according to embray at https://trac.sagemath.org/ticket/26964:
# The need for which comes [...] from MPIR's configure script
findutils
Expand Down
1 change: 1 addition & 0 deletions build/pkgs/_prereq/distros/freebsd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ automake
bash
dash
python # python metaport for bootstrapping the build
lang/gcc9 # gfortran
3 changes: 1 addition & 2 deletions build/pkgs/_prereq/distros/homebrew.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@
# for use in "sage -info SPKG".
#
# Everything on a line after a # character is ignored.

# No packages needed
gcc
1 change: 1 addition & 0 deletions build/pkgs/_prereq/distros/macports.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gcc10 +gfortran
1 change: 1 addition & 0 deletions build/pkgs/_prereq/distros/opensuse.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ which
glibc-locale-base
gcc
gcc-c++
gcc-fortran
# Needed if we download some packages from a https upstream URL
ca-certificates
# gunzip needed for ppl spkg
Expand Down
1 change: 1 addition & 0 deletions build/pkgs/_prereq/distros/slackware.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ make
guile gc libffi # dependencies of make
"gcc-[0-9]" # So that slackpkg pattern matching does not pull in all gcc-* packages
gcc-g++
gcc-gfortran
libmpc glibc kernel-headers # dependencies of gcc
perl
m4
Expand Down
1 change: 1 addition & 0 deletions build/pkgs/_prereq/distros/void.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ python3
tar
bc
gcc
gcc-fortran
which

0 comments on commit c5e1dec

Please sign in to comment.