Commit ff00c410 authored by Hetrick, John's avatar Hetrick, John
Browse files

Merge branch '6mq-refred-refl1d' into 'main'

Removed refred-v4 from refred file

See merge request sns-hfir-scse/infrastructure/nsd-app-wrap!81
parents ed5016d2 cfda973f
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
Name:           nsd-app-wrap
Version:        1.87
Version:        1.88
Release:        1%{?dist}
Summary:        Wrapper scripts to launch python applications installed via anaconda
Vendor:         Peter F. Peterson
@@ -110,6 +110,10 @@ install -m 644 desktop/ibeatles.desktop %{buildroot}%{_datadir}/a

%changelog

* Fri Apr 11 2025 John Hetrick
- Removed refred-v4 support
- Update refl1d command parameters

* Wed Mar 12 2025 Chen Zhang
- Add ibeatles desktop icon
- Add ibeatles startup command
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
# http://bit.ly/3JhBV54
unset SESSION_MANAGER

COMMAND="refl1d-webview" # --port XXXX
COMMAND="refl1d" # --port XXXX

# select the environment to use
CONDA_ENVIRON=refl1d
+0 −3
Original line number Diff line number Diff line
@@ -9,9 +9,6 @@ if [ -n "$1" ]; then
  elif [ "$1" == "--qa" ]; then
    CONDA_ENVIRON=refred-qa
    shift # drop this argument
  elif [ "$1" == "--v4" ]; then
    CONDA_ENVIRON=refred-v4
    shift # drop this argument
  fi
fi