From b2df653d7b6fa3015273cefe3b070156fd2c171e Mon Sep 17 00:00:00 2001 From: "Patrou, Maria" Date: Wed, 13 Aug 2025 15:03:13 -0400 Subject: [PATCH 1/2] environment variable set for inspired --- src/inspired | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inspired b/src/inspired index 705935c..5f74374 100644 --- a/src/inspired +++ b/src/inspired @@ -24,4 +24,4 @@ if [ -v CONDA_ENVIRON ]; then fi # start the application -inspired +OMP_NUM_THREADS=1 inspired -- GitLab From 995450f3e86c1ceb7b9b89be3d3931ab574a4cc4 Mon Sep 17 00:00:00 2001 From: "Patrou, Maria" Date: Wed, 13 Aug 2025 16:18:24 -0400 Subject: [PATCH 2/2] version number and change log --- rpm/nsd-app-wrap.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rpm/nsd-app-wrap.spec b/rpm/nsd-app-wrap.spec index 2598ba0..526ee43 100644 --- a/rpm/nsd-app-wrap.spec +++ b/rpm/nsd-app-wrap.spec @@ -1,5 +1,5 @@ Name: nsd-app-wrap -Version: 1.99 +Version: 2.4 Release: 1%{?dist} Summary: Wrapper scripts to launch python applications installed via anaconda Vendor: Peter F. Peterson @@ -102,6 +102,9 @@ install -m 644 desktop/ibeatles.desktop %{buildroot}%{_datadir}/a %{_prefix}/share/applications/* %changelog +* Wed Aug 13 2025 Maria Patrou +- Set enviromental variable for inspired + * Fri Jul 18 2025 Jose Borreguero - Update command from refred to refred-gui -- GitLab