Skip to content

Add windows platform mingw32 compiler support#29

Open
harbby wants to merge 3 commits intoalibaba:mainfrom
harbby:main
Open

Add windows platform mingw32 compiler support#29
harbby wants to merge 3 commits intoalibaba:mainfrom
harbby:main

Conversation

@harbby
Copy link
Copy Markdown

@harbby harbby commented Jan 18, 2023

Add windows platform mingw32 compiler support.

now you can use the following command to compile on windows:

python3.exe setup.py build --compiler=mingw32

About the mingw compiler can be found here: winlibs


@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Jan 18, 2023

CLA assistant check
All committers have signed the CLA.

@HuangXingBo
Copy link
Copy Markdown
Collaborator

@harbby Thanks a lot for the PR. Could you help add some tests for Windows like we have added tests for Linux and Mac.

@harbby
Copy link
Copy Markdown
Author

harbby commented Feb 8, 2023

@HuangXingBo Now all test cases can run on windows10 x86_64.
checkList:

git clone https://github.com/harbby/pemja.git
cd pemja
python3.exe setup.py build_ext --inplace --force  --compiler=mingw32
mvn test

@HuangXingBo
Copy link
Copy Markdown
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants