-
-
Notifications
You must be signed in to change notification settings - Fork 106
WIP: 3.8.0b3 #271
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
WIP: 3.8.0b3 #271
Conversation
reworked patches taken from PR conda-forge#268, thanks @mingwandroid Drop 0003-Win32-distutils-Also-look-for-executable.bat.patch 0015-Fix-cross-compilation-on-Debian-based-distros.patch which no no longer needed
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
On Windows, the source for libffi_msvc has been remove and replaced by an copy of upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy to see this moving forward!
Also, Python 3.8b4 was just released 2 days ago.
From: Ray Donnelly <mingw.android@gmail.com> | ||
Date: Wed, 16 Aug 2017 12:17:33 +0100 | ||
Subject: [PATCH 07/20] Support cross-compiling byte-code | ||
Subject: [PATCH 06/18] Support cross-compiling byte-code | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I was trying to rebase the patches for #261, I noticed that this patch has a bunch of calls to $(PYTHON_FOR_BUILD)
that are not prefixed by $(PY_BUILD_ENVIRON)
. I'm guessing those cases might have been introduced upstream without the patch ever being updated, so I thought $(PY_BUILD_ENVIRON)
should be added to all callsites...?
- patches/0016-Unvendor-sqlite3.patch | ||
- patches/0017-venv-Revert-a-change-from-https-github.com-python-cp.patch | ||
# TODO re-enable | ||
#- patches/0018-Add-CondaEcosystemModifyDllSearchPath.patch | ||
# TODO :: Depend on our own packages for these: | ||
- url: https://github.com/python/cpython-source-deps/archive/xz-5.2.2.zip # [win] | ||
folder: externals/xz-5.2.2 # [win] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the build-portion of the recipe, there's still a reference to python3.7
under no_link
. I (naively) tried to parametrize this, c.f. d1cf4a2.
@conda-forge-admin please rerender |
…da-forge-pinning 2019.10.01
Still seems to have the msbuild related issue. Should we build py38 using vs2017/2019 instead of vs2015 Error building on win64
|
Closed by #274 |
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)Python 3.8.0b3 based off @mingwandroid's work in #268.
Still a work in progress, still needs:
_sysconfig...
filespre-3.8
label on the conda-forge channel.