aboutsummaryrefslogtreecommitdiff
path: root/reproduce/software/config/installation/versions.mk
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-08-15 22:13:54 +0530
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-08-15 22:13:54 +0530
commit9cdef93a050270b63f4fe7bbc99f2c97c0837c43 (patch)
treea34419d7a77db154b30d0d3241b7ca69f5f7d8e1 /reproduce/software/config/installation/versions.mk
parent63d382c17b5cc52c6b701120c5677e94b782824b (diff)
WCSLIB 6.4 doesn't need explicit link with CFITSIO
This was a bug in WCSLIB 6.3 that has been fixed in WCSLIB 6.4. From WCSLIB's changelog: "The rule change to the Fortran makefile in v6.3 to add getwcstab_f.o to the sharable library causes it to depend on CFITSIO to resolve fits_get_wcstab(). Hence backed out of that change.". The actual error was like this: Undefined symbols for architecture x86_64: "_fits_read_wcstab", referenced from: _ftwcst_ in getwcstab_f.o "_gFitsFiles", referenced from: _ftwcst_ in getwcstab_f.o ld: symbol(s) not found for architecture x86_64
Diffstat (limited to 'reproduce/software/config/installation/versions.mk')
-rw-r--r--reproduce/software/config/installation/versions.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/software/config/installation/versions.mk b/reproduce/software/config/installation/versions.mk
index 7105f59..9ad5f66 100644
--- a/reproduce/software/config/installation/versions.mk
+++ b/reproduce/software/config/installation/versions.mk
@@ -181,4 +181,4 @@ bzip2-version = 1.0.6
lapack-version = 3.8.0
libgit2-version = 0.28.2
netpbm-version = 10.86.99
-wcslib-version = 6.3
+wcslib-version = 6.4