From 397de4c918afa7eacc4c6a22b23f8c64b9478b3d Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Mon, 27 May 2019 18:13:47 +0100 Subject: Software: CFITSIO 3.47, implemented many common standards Until now, CFITSIO had several peculiar features which needed special attention: 1) Its tarball didn't have a `.' in the version name and would sometimes have extra `0's. 2) When unpacked it was just `cfitsio'. 3) It hard coded the directory to search for cURL library. All of these forced us to do a lot of extra steps for CFITSIO. So I got in touch with them and fortunately they were very open to correcting these issues and with version 3.47 all such issues have been addressed in the tarball. Thanks to these changes, with this commit, CFITSIO's build rule is now very similar to many other programs. I also noticed that it has an optional `--with-bz2' feature to enable unpacking `.fits.bz2' files. So this feature is also added. --- .file-metadata | Bin 6829 -> 6001 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to '.file-metadata') diff --git a/.file-metadata b/.file-metadata index 0e13322..7c7af19 100644 Binary files a/.file-metadata and b/.file-metadata differ -- cgit v1.2.1