-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Enable arm64 for MSVC on Windows #5811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -24,7 +24,7 @@ Download and install: | |||||
| * `CMake 3.12 or newer <https://cmake.org/download/>`_ | ||||||
| (also available as Visual Studio component C++ CMake tools for Windows) | ||||||
|
|
||||||
| * `NASM <https://www.nasm.us/pub/nasm/releasebuilds/?C=M;O=D>`_ | ||||||
| * x86/x64: `NASM <https://www.nasm.us/pub/nasm/releasebuilds/?C=M;O=D>`_ | ||||||
|
|
||||||
| Any version of Visual Studio 2017 or newer should be supported, | ||||||
| including Visual Studio 2017 Community, or Build Tools for Visual Studio 2019. | ||||||
|
|
@@ -42,8 +42,8 @@ behaviour of ``build_prepare.py``: | |||||
| If ``PYTHON`` is unset, the version of Python used to run | ||||||
| ``build_prepare.py`` will be used. If only ``PYTHON`` is set, | ||||||
| ``EXECUTABLE`` defaults to ``python.exe``. | ||||||
| * ``ARCHITECTURE`` is used to select a ``x86`` or ``x64`` build. By default, | ||||||
| uses same architecture as the version of Python used to run ``build_prepare.py``. | ||||||
| * ``ARCHITECTURE`` is used to select a ``x86``, ``x64`` or ``ARM64``build. | ||||||
| By default, uses same architecture as the version of Python used to run ``build_prepare.py``. | ||||||
| is used. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This change seems to have disappered in a force-push. Is there any reason not to include it anymore?
Suggested change
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sorry I didn't mention that LittleCMS is the last dependency and VS2019 update is merged, just not released yet: So if either VS2019 project is accepted or VS2017 will be updated for ARM64 as well and LCMS2 is released, all external dependencies will be enabled.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. lcms2 2.13 has now been released.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for the heads up, I'm going to rebase my changes and run the tests! |
||||||
| * ``PILLOW_BUILD`` can be used to override the ``winbuild\build`` directory | ||||||
| path, used to store generated build scripts and compiled libraries. | ||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.