Skip to content

Commit 8556157

Browse files
authored
Merge pull request #1724 from willend/main
Take mcstasscript from conda in the meta-packages.
2 parents 3f0ff6d + 1133327 commit 8556157

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

mcstas-environment.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ dependencies:
3737
- jinja2
3838
- mslex
3939
- nodejs
40+
- McStasScript
4041
- pip
41-
- pip:
42-
- guide_bot
43-
- McStasScript
42+

mcxtrace-environment.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ dependencies:
3737
- jinja2
3838
- mslex
3939
- nodejs
40+
- McStasScript
4041
- pip
41-
- pip:
42-
- guide_bot
43-
- McStasScript
42+

meta-pkgs/windows/environment.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,5 @@ dependencies:
3232
- typish
3333
- jsons
3434
- nodejs
35+
- McStasScript
3536
- pip
36-
- pip:
37-
- guide_bot
38-
- McStasScript

support/MacOSX/McCode-conda.app/Contents/MacOS/Miniforge-inject.command.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ else
5353
then
5454
osascript -e "tell app \"System Events\" to display dialog \"Error: Failure occured during conda update conda -y... :-( \""
5555
else
56-
conda install -c conda-forge -c nodefaults @FLAVOR@=@MCCODE_VERSION@ jupytext jupyterlab ipympl scipy numpy -y
57-
pip install mcstasscript
56+
conda install -c conda-forge -c nodefaults @FLAVOR@=@MCCODE_VERSION@ jupytext jupyterlab ipympl scipy numpy mcstasscript -y
5857
ret_code6=$?
5958
if [ "$ret_code6" != "0" ];
6059
then

0 commit comments

Comments
 (0)