From 7f5f18d618216c692eb851dc5bb79a78285e566a Mon Sep 17 00:00:00 2001 From: Frits Sweijen Date: Tue, 22 Aug 2023 15:34:44 +0200 Subject: [PATCH] Temporarily override polconv module until merged --- singularity/Singularity.amd_aocl | 3 ++- singularity/Singularity.intel_mkl | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/singularity/Singularity.amd_aocl b/singularity/Singularity.amd_aocl index 56b365c..99bbc84 100644 --- a/singularity/Singularity.amd_aocl +++ b/singularity/Singularity.amd_aocl @@ -483,7 +483,8 @@ From: fedora:36 rm -rf $INSTALLDIR/DPPP/build rm -rf $INSTALLDIR/DPPP/src mkdir $INSTALLDIR/DPPP/usermodules - wget https://raw.githubusercontent.com/jurjen93/lofar_helpers/master/dp3_helpers/polconv.py -O $INSTALLDIR/DPPP/usermodules/polconv.py + wget https://raw.githubusercontent.com/tikk3r/lofar_helpers/dp3-v6-update/dp3_helpers/polconv.py -O $INSTALLDIR/DPPP/usermodules/polconv.py + #wget https://raw.githubusercontent.com/jurjen93/lofar_helpers/master/dp3_helpers/polconv.py -O $INSTALLDIR/DPPP/usermodules/polconv.py # # Install RMextract diff --git a/singularity/Singularity.intel_mkl b/singularity/Singularity.intel_mkl index 31ae184..edd2667 100644 --- a/singularity/Singularity.intel_mkl +++ b/singularity/Singularity.intel_mkl @@ -426,7 +426,8 @@ EOF rm -rf $INSTALLDIR/DPPP/build rm -rf $INSTALLDIR/DPPP/src mkdir $INSTALLDIR/DPPP/usermodules - wget https://raw.githubusercontent.com/jurjen93/lofar_helpers/master/dp3_helpers/polconv.py -O $INSTALLDIR/DPPP/usermodules/polconv.py + wget https://raw.githubusercontent.com/tikk3r/lofar_helpers/dp3-v6-update/dp3_helpers/polconv.py -O $INSTALLDIR/DPPP/usermodules/polconv.py + #wget https://raw.githubusercontent.com/jurjen93/lofar_helpers/master/dp3_helpers/polconv.py -O $INSTALLDIR/DPPP/usermodules/polconv.py # # Install RMextract