From af43062b5eb5f8af9f6c59e1cb6b0ee003bf107a Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Thu, 25 Jul 2019 00:15:58 +0100 Subject: 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. --- reproduce/software/config/installation/versions.mk | 2 +- reproduce/software/make/high-level.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'reproduce') diff --git a/reproduce/software/config/installation/versions.mk b/reproduce/software/config/installation/versions.mk index b6c5517..80d9619 100644 --- a/reproduce/software/config/installation/versions.mk +++ b/reproduce/software/config/installation/versions.mk @@ -177,4 +177,4 @@ bzip2-version = 1.0.6 lapack-version = 3.8.0 libgit2-version = 0.28.2 netpbm-version = 10.86.99 -wcslib-version = 6.2 +wcslib-version = 6.3 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)" > $@ -- cgit v1.2.1