diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-11-28 01:24:42 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-11-28 01:30:01 +0000 |
commit | a25c2cf65c78fd504ec3cbf6f007b4011ba248a1 (patch) | |
tree | c24bb315acbb9e555a3c15e1d49dd220d4ca530c /reproduce/config | |
parent | d4138e68e7160ec1242c08da83c58e2d9097f222 (diff) |
Better control of shared library linking
Until now we weren't explicity writing the full path of the dynamic
libraries necessary for linking a program. But now with
`-Wl,-rpath=$(ildir)' we ensure that the linker keeps the address of the
dynamic libraries necessary for linking at linking time, not running
time. Also, `pkg-config' is also built when preparing the basics. Several
other minor corrections were made thanks to the great help of Raúl Infante
Sainz.
Diffstat (limited to 'reproduce/config')
-rw-r--r-- | reproduce/config/pipeline/dependency-versions.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/reproduce/config/pipeline/dependency-versions.mk b/reproduce/config/pipeline/dependency-versions.mk index 9c6f18f..ca18f8b 100644 --- a/reproduce/config/pipeline/dependency-versions.mk +++ b/reproduce/config/pipeline/dependency-versions.mk @@ -11,12 +11,13 @@ flock-version = 0.2.3 gawk-version = 4.2.1 ghostscript-version = 9.26 git-version = 2.19.1 -gnuastro-version = 0.7.65-ff7a +gnuastro-version = 0.7.66-0ad3 grep-version = 3.1 gzip-version = 1.9.10-051e libtool-version = 2.4.6 lzip-version = 1.20 make-version = 4.2.90 +pkgconfig-version = 0.29.2 sed-version = 4.5 tar-version = 1.30 which-version = 2.21 |