Skip to content

Commit 4612476

Browse files
committed
Skip mingw via conda and skip all Perl configuration (modules are missing now)
1 parent d74c879 commit 4612476

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

meta-pkgs/windows/McXtrace-metapackage64.iss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ SolidCompression=yes
3232
Name: "english"; MessagesFile: "compiler:Default.isl"
3333

3434
[Files]
35-
Source: "postsetup.bat"; DestDir: "{tmp}"
3635
Source: "python-install.bat"; DestDir: "{tmp}"
3736
Source: "docupdate.bat"; DestDir: "{tmp}"
3837
Source: "dist\mcxtrace-NSIS64-@[email protected]"; DestDir: "{tmp}"
@@ -52,7 +51,6 @@ Source: "Support\Miniconda3-latest-Windows-x86_64.exe"; DestDir: "{tmp}"
5251

5352
[Run]
5453
Filename: "{tmp}\python-install.bat"
55-
Filename: "{tmp}\postsetup.bat"
5654
Filename: "{tmp}\mcxtrace-NSIS64-@[email protected]"; Parameters: "/S"
5755
Filename: "{tmp}\mcxtrace-comps-NSIS64-@[email protected]"; Parameters: "/S"
5856
Filename: "{tmp}\mcxtrace-manuals-NSIS64-@[email protected]"; Parameters: "/S"

meta-pkgs/windows/python-install.bat.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
@echo Miniconda install completed, proceeding with McCode dependencies...
1010
@SET PATH=c:\\@FLAVOR@-@VERSION@\\bin;c:\\@FLAVOR@-@VERSION@\\miniconda3;c:\\@FLAVOR@-@VERSION@\\miniconda3\\Scripts\\;c:\\@FLAVOR@-@VERSION@\\miniconda3\\Library\\bin;c:\\@FLAVOR@-@VERSION@\\miniconda3\\Library\\mingw-w64\\bin;%PATH%
1111
@REM conda config --add channels conda-forge
12-
@conda install mingw -y
1312
@conda install -c msys2 m2w64-gsl -y
1413
@conda install matplotlib numpy scipy pillow -y
1514
@pip install pyqt5 qscintilla mpld3 pyqtgraph pyaml ply tornado pillow

0 commit comments

Comments
 (0)