From 2cc2842a232a23c7f253bac942a2654f5a8e2070 Mon Sep 17 00:00:00 2001 From: AlexKurek Date: Wed, 4 Feb 2026 08:16:41 +0100 Subject: [PATCH] Comment out difmap --- singularity/Singularity.amd_aocl | 3 +-- singularity/Singularity.intel_mkl | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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