forked from sagemath/sage
-
Notifications
You must be signed in to change notification settings - Fork 1
/
cygwin.txt
28 lines (28 loc) · 808 Bytes
/
cygwin.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
# This file, build/pkgs/_prereq/distros/cygwin.txt, contains names of
# Cygwin packages needed for installation of Sage from source.
#
# In addition, the files build/pkgs/SPKG/distros/cygwin.txt contain
# the names of packages that provide the equivalent of SPKG.
#
# One package per line. No need to escape special characters.
# Everything on a line after a # character is ignored.
#
binutils
make
m4
# a system python is needed for downloading the sage packages, https://github.com/sagemath/sage/issues/29090
python39-urllib3
python39
perl
perl-ExtUtils-MakeMaker
tar
gcc-core
gcc-g++
# Needed according to embray at https://github.com/sagemath/sage/issues/26964:
# The need for which comes [...] from MPIR's configure script
findutils
which
# For python3 build
libcrypt-devel
# For R build
libiconv-devel