aboutsummaryrefslogtreecommitdiff
path: root/reproduce/software/make/high-level.mk
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-07-25 00:15:58 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-07-25 00:15:58 +0100
commitaf43062b5eb5f8af9f6c59e1cb6b0ee003bf107a (patch)
tree7d6f0ce38715c1946724abd595480da1a226672c /reproduce/software/make/high-level.mk
parentc58835bc4196ac3abad608b67455df8fd5f42683 (diff)
Updated version of WCSLIB to 6.3, previously 6.2
Some bugs have been fixed in the new version of WCSLIB, so it has been updated in the template.
Diffstat (limited to 'reproduce/software/make/high-level.mk')
-rw-r--r--reproduce/software/make/high-level.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/reproduce/software/make/high-level.mk b/reproduce/software/make/high-level.mk
index a1850b3..a953ca5 100644
--- a/reproduce/software/make/high-level.mk
+++ b/reproduce/software/make/high-level.mk
@@ -504,8 +504,8 @@ $(ibidir)/wcslib: $(tdir)/wcslib-$(wcslib-version).tar.bz2 \
--with-cfitsioinc=$(idir)/include \
--without-pgplot) \
&& if [ x$(on_mac_os) = xyes ]; then \
- install_name_tool -id $(ildir)/libwcs.6.2.dylib \
- $(ildir)/libwcs.6.2.dylib; \
+ install_name_tool -id $(ildir)/libwcs.6.3.dylib \
+ $(ildir)/libwcs.6.3.dylib; \
fi \
&& echo "WCSLIB $(wcslib-version)" > $@