8000 Merge pull request #768 from stonebig/master · winpython/winpython@cacc716 · GitHub
[go: up one dir, main page]

Skip to content

Commit cacc716

Browse files
authored
Merge pull request #768 from stonebig/master
adapt to julia1.x
2 parents 017b7f0 + a3c6efd commit cacc716

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

make.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -991,6 +991,8 @@ def _create_batch_scripts_initial(self):
991991
+ "\\"
992992
+ self.python_name
993993
+ r"""
994+
rem 2019-08-25 pyjulia needs absolutely a variable PYTHON=%WINPYDIR%python.exe
995+
set PYTHON=%WINPYDIR%\python.exe
994996
995997
set WINPYVER="""
996998
+ self.winpyver
@@ -1118,6 +1120,8 @@ def _create_batch_scripts_initial(self):
11181120
+ self.python_name
11191121
+ '"'
11201122
+ r"""
1123+
# 2019-08-25 pyjulia needs absolutely a variable PYTHON=%WINPYDIR%python.exe
1124+
$env:PYTHON = "%WINPYDIR%\python.exe"
11211125
11221126
11231127
$env:WINPYVER = '"""

winpython/data/packages.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,9 @@ description=Tools to manipulate font files
485485
[formlayout]
486486
description=Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code
487487
488+
[fsspec]
489+
description=File-system specification
490+
488491
[fuel]
489492
description=Data pipeline framework for machine learning
490493
@@ -1259,6 +1262,10 @@ description=Library for building powerful interactive command lines in Python
12591262
[protobuf]
12601263
description=Protocol Buffers - Google's data interchange format
12611264
1265+
[pscript]
1266+
description=Python to JavaScript compiler
1267+
1268+
12621269
[psutil]
12631270
description=Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way
12641271

0 commit comments

Comments
 (0)
0