You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use pythran myself for sppeding up computation for scientifical interests, and I would like to share my scripts with a user. Th problem is that user has a Windows system, and is able to install anaconda, but installing Visual build tools requires administrative rights.
However, the site winlibs.org provides a bundle of pre-compiled clang compiler with LLVM and omp capabilities, that is therefore usable just by downloading the bundled binaries.
Now, let's say a user has anaconda installed with the pythran module, and the winlibs package downloaded... What will eventually be the procedure to manage to compile a .py file with pythran ?
The text was updated successfully, but these errors were encountered:
Hello, Pythran is a wonder !
I use pythran myself for sppeding up computation for scientifical interests, and I would like to share my scripts with a user. Th problem is that user has a Windows system, and is able to install anaconda, but installing Visual build tools requires administrative rights.
However, the site winlibs.org provides a bundle of pre-compiled clang compiler with LLVM and omp capabilities, that is therefore usable just by downloading the bundled binaries.
Now, let's say a user has anaconda installed with the pythran module, and the winlibs package downloaded... What will eventually be the procedure to manage to compile a .py file with pythran ?
The text was updated successfully, but these errors were encountered: