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

Merge branch '24u-mcstas-fix' into 'main'

Update 2 files

See merge request !115
parents b0e995a6 f2c01fae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
Name:           nsd-app-wrap
Version:        2.12
Version:        2.13
Release:        1%{?dist}
Summary:        Wrapper scripts to launch python applications installed via anaconda
Vendor:         Peter F. Peterson
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

# select the environment to use
# current default is system version
PIXI_ENVIRON=mctsas
PIXI_ENVIRON=mcstas

# import library to do the real work
# shellcheck disable=SC1091