Commit f2c01fae authored by Petras, Randy's avatar Petras, Randy
Browse files

Update 2 files

- /src/mcstas
- /rpm/nsd-app-wrap.spec
parent b0e995a6
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