diff --git a/singularity/Singularity.amd_aocl b/singularity/Singularity.amd_aocl index 4ed7a5bc..fac78fbf 100644 --- a/singularity/Singularity.amd_aocl +++ b/singularity/Singularity.amd_aocl @@ -695,7 +695,7 @@ From: fedora:42 echo export PATH=\$INSTALLDIR/casacore/bin:\$PATH >> $INSTALLDIR/init.sh echo export PATH=\$INSTALLDIR/ds9/bin:\$PATH >> $INSTALLDIR/init.sh echo export PATH=\$INSTALLDIR/DP3/bin:\$PATH >> $INSTALLDIR/init.sh - echo export PATH=\$INSTALLDIR/difmap/uvf_difmap:\$PATH >> $INSTALLDIR/init.sh + # echo export PATH=\$INSTALLDIR/difmap/uvf_difmap:\$PATH >> $INSTALLDIR/init.sh echo export PATH=/opt/hdf5/bin:\$PATH >> $INSTALLDIR/init.sh echo export PATH=\$INSTALLDIR/sagecal/bin:\$PATH >> $INSTALLDIR/init.sh echo export PATH=\$INSTALLDIR/wsclean/bin:\$PATH >> $INSTALLDIR/init.sh @@ -754,7 +754,6 @@ From: fedora:42 * AOFlagger: $INSTALLDIR/aoflagger * Casacore: $INSTALLDIR/casacore - * Difmap: $INSTALLDIR/difmap * DP3: $INSTALLDIR/DP3 * DS9: $INSTALLDIR/ds9 * EveryBeam: $INSTALLDIR/EveryBeam diff --git a/singularity/Singularity.intel_mkl b/singularity/Singularity.intel_mkl index aaf8a5dd..fc29ade7 100644 --- a/singularity/Singularity.intel_mkl +++ b/singularity/Singularity.intel_mkl @@ -668,7 +668,7 @@ EOF echo export PATH=\$INSTALLDIR/casacore/bin:\$PATH >> $INSTALLDIR/init.sh echo export PATH=\$INSTALLDIR/ds9/bin:\$PATH >> $INSTALLDIR/init.sh echo export PATH=\$INSTALLDIR/DP3/bin:\$PATH >> $INSTALLDIR/init.sh - echo export PATH=\$INSTALLDIR/difmap/uvf_difmap:\$PATH >> $INSTALLDIR/init.sh + # echo export PATH=\$INSTALLDIR/difmap/uvf_difmap:\$PATH >> $INSTALLDIR/init.sh echo export PATH=/opt/hdf5/bin:\$PATH >> $INSTALLDIR/init.sh echo export PATH=\$INSTALLDIR/sagecal/bin:\$PATH >> $INSTALLDIR/init.sh echo export PATH=\$INSTALLDIR/wsclean/bin:\$PATH >> $INSTALLDIR/init.sh @@ -735,7 +735,6 @@ EOF * AOFlagger: $INSTALLDIR/aoflagger * Casacore: $INSTALLDIR/casacore - * Difmap: $INSTALLDIR/difmap * DP3: $INSTALLDIR/DP3 * DS9: $INSTALLDIR/ds9 * EveryBeam: $INSTALLDIR/EveryBeam