diff options
-rw-r--r-- | .file-metadata | bin | 7194 -> 7194 bytes | |||
-rw-r--r-- | reproduce/software/make/high-level.mk | 6 |
2 files changed, 4 insertions, 2 deletions
diff --git a/.file-metadata b/.file-metadata Binary files differindex 2fa0be1..d46c24c 100644 --- a/.file-metadata +++ b/.file-metadata diff --git a/reproduce/software/make/high-level.mk b/reproduce/software/make/high-level.mk index 0120675..573d4cf 100644 --- a/reproduce/software/make/high-level.mk +++ b/reproduce/software/make/high-level.mk @@ -405,10 +405,12 @@ $(ibidir)/cfitsio: $(tdir)/cfitsio-$(cfitsio-version).tar.gz \ tar cf $$customtar cfitsio-$(cfitsio-version) cd $$topdir - # Continue the standard build on the customized tarball. + # Continue the standard build on the customized tarball. Note that + # with the installation of CFITSIO, `fpack' and `funpack' are not + # installed by default. Because of that, they are added explicity. $(call gbuild, $$customtar, cfitsio-$(cfitsio-version), , \ --enable-sse2 --enable-reentrant \ - --with-bzip2=$(idir), , make shared) \ + --with-bzip2=$(idir), , make shared fpack funpack) \ && rm $$customtar \ && echo "CFITSIO $(cfitsio-version)" > $@ |