File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 51
51
mariadb
52
52
mariadb-devel
53
53
nano
54
- ncftp
55
54
ncurses
56
55
ncurses-devel
57
56
nodejs
Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ From: fedora:40
317
317
git clone --single-branch --branch master https://github.com/casacore/casacore.git src
318
318
cd ${INSTALLDIR}/casacore/src && git checkout ${CASACORE_VERSION} && echo export CASACORE_VERSION=$(git rev-parse --short HEAD) >> $INSTALLDIR/init.sh
319
319
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
321
321
tar xf WSRT_Measures.ztar && rm WSRT_Measures.ztar
322
322
cd ${INSTALLDIR}/casacore/build
323
323
cmake $CMAKE_ADD_OPTION \
Original file line number Diff line number Diff line change 289
289
git clone --single-branch --branch master https://github.com/casacore/casacore.git src
290
290
cd ${INSTALLDIR}/casacore/src && git checkout ${CASACORE_VERSION} && echo export CASACORE_VERSION=$(git rev-parse --short HEAD) >> $INSTALLDIR/init.sh
291
291
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
293
293
tar xf WSRT_Measures.ztar && rm WSRT_Measures.ztar
294
294
cd ${INSTALLDIR}/casacore/build
295
295
if [ $HAS_MKL = true ]; then
You can’t perform that action at this time.
0 commit comments