From 5a252d7b3ba8ce8fa249d6d018a2c889ae1229d4 Mon Sep 17 00:00:00 2001 From: Paul Price Date: Mon, 2 May 2022 10:45:19 -0400 Subject: [PATCH] eups: add Gen3 pipeline dependencies as setupOptional because you can use drp_stella without them, but you need them to run the Gen3 pipeline. --- ups/drp_stella.table | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ups/drp_stella.table b/ups/drp_stella.table index 200fa3ea2..7cc4ab7f1 100644 --- a/ups/drp_stella.table +++ b/ups/drp_stella.table @@ -10,6 +10,9 @@ setupRequired(ip_isr) setupOptional(dustmaps_cachedata) setupOptional(fluxmodeldata) +setupOptional(ctrl_mpexec) +setupOptional(cp_pipe) + envPrepend(PATH, ${PRODUCT_DIR}/bin) envPrepend(LD_LIBRARY_PATH, ${PRODUCT_DIR}/lib)