Skip to content

Commit 36607de

Browse files
authored
1 parent 9f0158c commit 36607de

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

dnf-packages.txt

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ make
5151
mariadb
5252
mariadb-devel
5353
nano
54-
ncftp
5554
ncurses
5655
ncurses-devel
5756
nodejs

singularity/Singularity.amd_aocl

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ From: fedora:40
317317
git clone --single-branch --branch master https://github.com/casacore/casacore.git src
318318
cd ${INSTALLDIR}/casacore/src && git checkout ${CASACORE_VERSION} && echo export CASACORE_VERSION=$(git rev-parse --short HEAD) >> $INSTALLDIR/init.sh
319319
cd ${INSTALLDIR}/casacore/data
320-
ncftpget ftp://anonymous@ftp.astron.nl/outgoing/Measures/WSRT_Measures.ztar
320+
wget -nv https://www.astron.nl/iers/WSRT_Measures.ztar
321321
tar xf WSRT_Measures.ztar && rm WSRT_Measures.ztar
322322
cd ${INSTALLDIR}/casacore/build
323323
cmake $CMAKE_ADD_OPTION \

singularity/Singularity.intel_mkl

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ EOF
289289
git clone --single-branch --branch master https://github.com/casacore/casacore.git src
290290
cd ${INSTALLDIR}/casacore/src && git checkout ${CASACORE_VERSION} && echo export CASACORE_VERSION=$(git rev-parse --short HEAD) >> $INSTALLDIR/init.sh
291291
cd ${INSTALLDIR}/casacore/data
292-
ncftpget ftp://anonymous@ftp.astron.nl/outgoing/Measures/WSRT_Measures.ztar
292+
wget -nv https://www.astron.nl/iers/WSRT_Measures.ztar
293293
tar xf WSRT_Measures.ztar && rm WSRT_Measures.ztar
294294
cd ${INSTALLDIR}/casacore/build
295295
if [ $HAS_MKL = true ]; then

0 commit comments

Comments
 (0)