-
Notifications
You must be signed in to change notification settings - Fork 0
Cython
Greg Flynn edited this page Nov 7, 2019
·
5 revisions
Note this requires the professional version of Pycharm for syntax highlighting
Create a virtual environment using conda pip install the latest version of cython (0.29.6 as of 20190415)
Download Microsoft Visual C++ Build tools (https://visualstudio.microsoft.com/downloads/?q=build) (Currently 2019 is the latest) Select C++ Build Tools only This will select 4 additional options, leave all of them selected Reboot your computer
Goto settings -> tools -> external tools Create a new tool
Name: cython
Description: Compile all cython files
Group: External Tools (default)
Program: $PyInterpreterDirectory$\python.exe
Arguments: $FileDir$\setup.py build_ext --inplace --compiler=msvc
Working directory:
Install the STAR-Dundee files to the default location "C:\Program Files\STAR-Dundee\STAR-System" Leave all of the options selected
Build the StarDundee SPW Brick Wrapper git repo