Skip to content

Commit a5f4f0c

Browse files
committed
Update CFITSIO download link.
1 parent ca55052 commit a5f4f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Singularity.lofar_sksp_base

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ From: centos:7.5.1804
147147
# install-cfitsio
148148
#
149149
mkdir -p ${INSTALLDIR}/cfitsio/build
150-
cd ${INSTALLDIR}/cfitsio && wget --retry-connrefused ftp://anonymous@heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio${CFITSIO_VERSION}.tar.gz
150+
cd ${INSTALLDIR}/cfitsio && wget --retry-connrefused https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio${CFITSIO_VERSION}.tar.gz
151151
cd ${INSTALLDIR}/cfitsio && tar xf cfitsio${CFITSIO_VERSION}.tar.gz
152152
cd ${INSTALLDIR}/cfitsio/build && cmake -DCMAKE_INSTALL_PREFIX=${INSTALLDIR}/cfitsio/ ../cfitsio
153153
cd ${INSTALLDIR}/cfitsio/build && $make -j ${J}

0 commit comments

Comments
 (0)