blob: 6fbdaf738198ba8013637927e892b3bff6189a67 (
plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
# Versions of the various dependnecies
# Programs
bash-version = 5.0
binutils-version = 2.31.1
bzip2-version = 1.0.6
cmake-version = 3.12.4
coreutils-version = 8.30
diffutils-version = 3.7
findutils-version = 4.6.0.199-e3fc
flock-version = 0.2.3
gawk-version = 4.2.1
gcc-version = 8.2.0
ghostscript-version = 9.26
git-version = 2.20.1
gmp-version = 6.1.2
gnuastro-version = 0.8
grep-version = 3.3
gzip-version = 1.10
isl-version = 0.18
libtool-version = 2.4.6
lzip-version = 1.20
make-version = 4.2.90
mpfr-version = 4.0.1
mpc-version = 1.1.0
ncurses-version = 6.1
openssl-version = 1.1.1a
pkgconfig-version = 0.29.2
readline-version = 8.0
sed-version = 4.7
tar-version = 1.31
wget-version = 1.20.1
which-version = 2.21
xz-version = 5.2.4
# Libraries
cfitsio-version = 3.45
curl-version = 7.62.0
gsl-version = 2.5
libjpeg-version = v9b
libtiff-version = 4.0.10
zlib-version = 1.2.11
# Special libraries
# -----------------
#
# The shared library name of the following libraries is explicity mentioned
# the software build Makefiles (`reproduce/src/make/dependencies*.mk'). If
# you change their version, also please change the explicit shared library
# names also.
libgit2-version = 0.26.0
wcslib-version = 6.2
|