From e8d60a0a23dbcc9f3adb2731ca125dfb1c13f5dd Mon Sep 17 00:00:00 2001 From: Bogdan Vacaliuc <6ov@ornl.gov> Date: Sun, 25 Jan 2026 15:33:51 -0500 Subject: [PATCH 1/2] start launcher.py in refred environment instead (ewm14584) --- src/nr_launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nr_launcher b/src/nr_launcher index 15785c9..a856f00 100755 --- a/src/nr_launcher +++ b/src/nr_launcher @@ -7,6 +7,6 @@ # put together arguments - conda_env, application, argv -args=("refl1d" "python /SNS/REF_L/shared/launcher/launcher.py" "$@") +args=("refred" "python /SNS/REF_L/shared/launcher/launcher.py" "$@") # launch the tool pixi_launch "${args[@]}" -- GitLab From 15872f35e37bb9b5d528917c73983262c7e61ceb Mon Sep 17 00:00:00 2001 From: Bogdan Vacaliuc <6ov@ornl.gov> Date: Mon, 26 Jan 2026 10:32:06 -0500 Subject: [PATCH 2/2] bump version number --- rpm/nsd-app-wrap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/nsd-app-wrap.spec b/rpm/nsd-app-wrap.spec index 6d7cedb..92a54e5 100644 --- a/rpm/nsd-app-wrap.spec +++ b/rpm/nsd-app-wrap.spec @@ -1,5 +1,5 @@ Name: nsd-app-wrap -Version: 2.20 +Version: 2.21 Release: 1%{?dist} Summary: Wrapper scripts to launch python applications installed via anaconda Vendor: Peter F. Peterson -- GitLab